Hassan Schroeder wrote: > 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]
Hi Hassan, I only generate the above when I am not running the webserver. However, if I first do script/server, and then script/generate model Page, I get nothing. I hope I am explaining this clearly. If not, I'll try to get a print screen that better shows the problem. Thanks for the response! -- 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 -~----------~----~----~----~------~----~------~--~---

