sorry i didn't read carefully enough. try this: rails project cd project script/generate scaffold contact name:string street:string mail:string nano config/database.yml rake db:migrate script/server firefox http://localhost:3000/contacts/new
hope this helps. btw: the tutorial you are following seems outdated (pre rails 2.0) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

