aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/resource
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-232-58/+0
| | | | former since it's less obstrusive.
* Controller generator now creates routes as well [#4233 state:resolved]José Valim2010-03-191-0/+1
|
* fix usage examples and more to use new invocationsRomD2010-02-061-3/+3
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Change mailer generator templates and refactor the whole naming schema.José Valim and Mikel Lindsaar2010-01-251-2/+2
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-182-0/+57
| | | | 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-57/+0
|
* Ensure scaffold works properly even if plural name is given. [#3062]José Valim2009-08-301-11/+5
|
* Added lookup to generators.José Valim2009-07-031-1/+1
|
* Make scaffold controller generate agnostic code and mark some hooks as required.José Valim2009-07-021-1/+1
|
* Added controller named base.José Valim2009-07-021-3/+3
|
* Removing unecessary class methods.José Valim2009-07-021-8/+5
|
* Started with scaffold controller and added remove_hook_for.José Valim2009-07-021-0/+11
|
* Simplifying resource generator.José Valim2009-06-291-19/+4
|
* Added singleton support to resource controller.José Valim2009-06-281-3/+15
|
* Added tessts for resources generator.José Valim2009-06-281-2/+2
|
* Added ResourceGenerator.José Valim2009-06-282-0/+58