On Thu, Sep 25, 2008 at 5:09 PM, Chris To <[EMAIL PROTECTED]> wrote: > > heimdull wrote: >> rails newapp >> cd newapp >> ruby script/generate model Page
> Yes, it generates the following, which is what shows in the tutorial: > > exists app/models/ > exists test/unit/ > exists test/fixtures/ > create app/models/page.rb > create test/unit/page_test.rb > create test/fixtures/pages.yml > create db/migrate > create db/migrate/20080926000217_create_pages.rb then what's the problem? -- Hassan Schroeder ------------------------ [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

