aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/erb/controller
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-232-22/+0
| | | | former since it's less obstrusive.
* Killing fixtures in mailer before they kill me (they usually lead to very ↵José Valim2010-03-221-1/+1
| | | | brittle tests).
* Fix regression introduced in 8b50f89. Generated views mentioned the wrong path.Jeremy Kemper2010-03-211-2/+3
|
* Make ERB generators more flexible and customizable.José Valim2010-03-211-5/+3
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-182-0/+23
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-242-23/+0
|
* Added test unit files for scaffold_controller.José Valim2009-07-021-1/+1
|
* Added migrations and make base generators be lazy loaded.José Valim2009-06-281-0/+2
|
* Added Controller Generators.José Valim2009-06-262-0/+21