I have been using rails to talk to MySQL. I followed the below tutorial and I have been getting erros on using rake db:migrate. Could some let me know how to resolve it.
Tutorial: http://blog.lawrencepit.com/2008/07/19/sproutcore-rails/ Error: srilatha-bhuvanapallis-macbook-pro:contacts Latha$ rake db:migrate (in /Users/Latha/LearningRuby/contacts) == CreateContacts: migrating ================================================== -- create_table(:contacts) rake aborted! undefined method `string' for #<ActiveRecord::ConnectionAdapters::TableDefinition:0x2289248> (See full trace by running task with --trace) I dont see a solution to this problem. I would appreciate if someone could provide me a solution to this. Thanks Latha -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

