aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/integration_test
Commit message (Collapse)AuthorAgeFilesLines
* fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
| | | | 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-182-0/+17
| | | | 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-17/+0
|
* Add hooks for integration and performance tests.José Valim2009-07-132-15/+1
|
* Update some USAGE files.José Valim2009-06-261-2/+4
|
* Small fixes.José Valim2009-06-261-1/+1
|
* Clean up class collisions check and a class method helper.José Valim2009-06-261-3/+1
|
* Class collision checks.José Valim2009-06-261-1/+1
|
* Added integration and performance test generators.José Valim2009-06-263-0/+31