One more point like I have tried to configure my DB in database.yml. It was
development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 I changed to development: adapter: mysql database: library_development username: root password: ***** host: localhost pool: 5 timeout: 5000 Any problem with this ? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of kannav rajeev Sent: Wednesday, July 21, 2010 12:51 PM To: [email protected] Subject: Re: [Rails] Please help --> Getting error ERROR NoMethodError: private method `gsub!' called for #<Class:0x47a8e38> sorry i don't think these lines given below are help full to find out error run "ruby script/server -t" Goto Yours development log file copy all the text and paste all text of that file here -- Thanks: Rajeev sharma -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

