aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/generator
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-235-49/+0
| | | | former since it's less obstrusive.
* fix usage examples and more to use new invocationsRomD2010-02-062-2/+2
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-185-0/+49
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-245-49/+0
|
* Fix spelling in Rails 'generator' generator. [#3080 status:resolved]Rodrigo Rosenfeld Rosas2009-08-301-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Refactored some generators to make use of improved invocations on thor.José Valim2009-07-154-11/+10
|
* Added a generator generator.José Valim2009-07-134-0/+50