aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/test_unit.rb
Commit message (Collapse)AuthorAgeFilesLines
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-0/+8
| | | | 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-8/+0
|
* Added Rails::Generators::ActionORM to hold ORM methods necessary to build a ↵José Valim2009-07-021-1/+1
| | | | generator.
* Put migration methods into a separate folder and let just ActiveRecord ↵José Valim2009-07-021-1/+0
| | | | dependency in ActiveRecord models.
* Clean up class collisions check and a class method helper.José Valim2009-06-261-0/+1
|
* Get base_name from class_name.José Valim2009-06-251-4/+0
|
* Added plugin generators (and a couple of TODOs).José Valim2009-06-231-2/+2
|
* Splitting base into several files.José Valim2009-06-231-0/+12