search for: miscutils

Displaying 2 results from an estimated 2 matches for "miscutils".

2005 Dec 29
7
belongs_to causing NoMethodError exceptions ... ?
...validates_uniqueness_of :email_address validates_confirmation_of :password # password must be at least 8 characters long validates_format_of :password, :with => %r{^.{8,}$}, :message => "must be at least 8 characters" validates_format_of :email_address, :with => MiscUtils::EMAIL_REGEX # user can only supply these params attr_accessible :password, :password_confirmation, :email_address # class variable -- see koz''s post http://www.koziarski.net/ archives/2005/07/16/environment cattr_accessor :current_user # non-db variables attr_accesso...
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
Hi All, I am using libsmbclient.so (3.0.25b). But I am getting following error when I try to compile my program. Could any one of you please let me know as how should I go about resolving this error ? Thanks and Regards, Avinash g++ -g -O2 -o GenericCrwl crwl_cmdargs.o crwl_main.o crwl_crawl.o ../thirdparty/libs/libdb_cxx-4.3.so