rails--rails/railties/generators
David Heinemeier Hansson 52251baae4 Added the option to specify a controller name to "generate scaffold" and made the default controller name the plural form of the model.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@404 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-13 15:49:26 +00:00
..
controller Added protection for creating a model through the generators with a name of an existing class, like Thread or Date. It'll even offer you a synonym using wordnet.princeton.edu as a look-up. No, I'm not kidding :) [Florian Gross] 2004-12-23 00:52:34 +00:00
mailer Fixed that generated action_mailers doesnt need to require the action_mailer since thats already done in the environment #382 [Lucas Carlson] 2004-12-31 16:38:24 +00:00
model fixtures :models will now also attempt to include the model.rb file 2004-12-14 18:02:11 +00:00
scaffold Added the option to specify a controller name to "generate scaffold" and made the default controller name the plural form of the model. 2005-01-13 15:49:26 +00:00