aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/integration_test/integration_test_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-7/+0
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-0/+7
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-7/+0
* Add hooks for integration and performance tests.José Valim2009-07-131-5/+1
* 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-261-0/+13