aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/generators
Commit message (Collapse)AuthorAgeFilesLines
* Change Rails::Generators::Migration protected instance methods to class ↵Szymon Nowak2010-02-021-9/+8
| | | | | | methods. [#3820 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-1810-0/+178
rspec:install generator, you need generators/rspec/install_generator in your load path.