Check out this link - https://rails.lighthouseapp.com/projects/8994/tickets/3144-undefined-method-for-string-ror-234
There is a bug in rails 2.3.4 ... that throws the same errors you are mentioning. On Wed, Oct 28, 2009 at 9:55 AM, Sijo k g <[email protected]> wrote: > > Hi Joe dude > > Firstly advise you to use any name other than page for the resource > >> ruby script/generate controller pages home resources about contact >> ruby script/generate scaffold page name:string title:string body:text >> rake db:migrate >> > > Instead of these do like > ruby script/generate scaffold Page name:string title:string body:text > rake db:migrate > Now check > > And add the additional routes as you go through > > > > Sijo K George > -- > Posted via http://www.ruby-forum.com/. > > > > -- Regards, Kashyap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

