aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/generator/templates/%file_name%_generator.rb.tt
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-5/+0
| | | | former since it's less obstrusive.
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-0/+5
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-5/+0
|
* Refactored some generators to make use of improved invocations on thor.José Valim2009-07-151-0/+5