Matt Harrison wrote: > "./script/generate model mymodelname" creates an activerecord model that > is usually linked to a database but doesn't have to be. > > "./script/generate scaffold scaffoldname" creates a model, a controller, > a layout, some css styles etc. This gives you the model plus everything > else you would need to play with it. > > This doesn't mean that scaffolding should be used all the time, it is > good for quick development but it isn't customisable enough and isn't > supposed to be used in a production environment. > > Hope this helps > > Matt
thnx guys... -- 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 -~----------~----~----~----~------~----~------~--~---

