aboutsummaryrefslogtreecommitdiffstats
path: root/railties/generators
Commit message (Expand)AuthorAgeFilesLines
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-0728-558/+0
* Fixed that generate scaffold would produce bad functional testsDavid Heinemeier Hansson2005-01-222-12/+12
* Added the option to specify a controller name to "generate scaffold" and made...David Heinemeier Hansson2005-01-134-19/+21
* Fixed that generated action_mailers doesnt need to require the action_mailer ...David Heinemeier Hansson2004-12-311-2/+0
* Added protection for creating a model through the generators with a name of a...David Heinemeier Hansson2004-12-234-4/+12
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-163-3/+38
* Moved generate to bin and included it againDavid Heinemeier Hansson2004-12-151-41/+0
* Removed redundent tests for success and removed the tests for missing records...David Heinemeier Hansson2004-12-151-30/+0
* Renamed AbstractApplicationController and abstract_application.rb to Applicat...David Heinemeier Hansson2004-12-152-2/+2
* fixtures :models will now also attempt to include the model.rb fileDavid Heinemeier Hansson2004-12-141-1/+0
* Slightly less overzealous testingDavid Heinemeier Hansson2004-12-131-7/+1
* Display error messages on scaffolded form pagesDavid Heinemeier Hansson2004-12-122-0/+2
* Mailer generator should create passing testsDavid Heinemeier Hansson2004-12-103-7/+5
* Updated the usage documentation for the generator actions for their new homeDavid Heinemeier Hansson2004-12-094-39/+43
* Added a better generator for scaffolding that actually creates the code, so i...David Heinemeier Hansson2004-12-0732-111/+429
* InitialDavid Heinemeier Hansson2004-11-2414-0/+271