aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-233-24/+0
| | | | former since it's less obstrusive.
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-183-0/+24
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-243-26/+0
|
* Require test/unit in the generated test_helper for plugin [#1878 state:resolved]jastix2009-08-091-1/+3
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Refactored some generators to make use of improved invocations on thor.José Valim2009-07-153-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.
* Small fix to plugin generator.José Valim2009-06-291-0/+0
|
* Added migrations and make base generators be lazy loaded.José Valim2009-06-281-0/+2
|
* Refactoring out descriptions.José Valim2009-06-251-5/+0
|
* Delete uneeded USAGE file.José Valim2009-06-231-13/+0
|
* Added plugin generators (and a couple of TODOs).José Valim2009-06-234-0/+38