aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit/observer
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-232-21/+0
| | | | former since it's less obstrusive.
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-182-0/+21
| | | | 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-21/+0
|
* Added test unit files for scaffold_controller.José Valim2009-07-021-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
|
* Clean up class collisions check and a class method helper.José Valim2009-06-261-4/+0
|
* Added integration and performance test generators.José Valim2009-06-261-0/+4
|
* Refactoring out descriptions.José Valim2009-06-251-5/+0
|
* Added observer generator.José Valim2009-06-252-0/+22