aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit/plugin/plugin_generator.rb
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-13/+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/+13
| | | | 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-13/+0
|
* Refactored some generators to make use of improved invocations on thor.José Valim2009-07-151-1/+1
|
* Added lookup to generators.José Valim2009-07-031-1/+1
|
* Put migration methods into a separate folder and let just ActiveRecord ↵José Valim2009-07-021-0/+2
| | | | dependency in ActiveRecord models.
* Added migrations and make base generators be lazy loaded.José Valim2009-06-281-0/+2
|
* Refactoring out descriptions.José Valim2009-06-251-5/+0
|
* Added plugin generators (and a couple of TODOs).José Valim2009-06-231-0/+14