aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record.rb
Commit message (Expand)AuthorAgeFilesLines
* Make `.next_migration_number` reusable for third party AR generators.Yves Senn2013-09-301-8/+2
* nodoc AR::Generators [ci skip]Francesco Rodriguez2012-10-201-3/+3
* Remove unused implementation of next_migration_numberMarcelo Silveira2012-02-231-2/+0
* Implemented ActiveRecord::Migrations#copy based on James Adam's ideaPiotr Sarnacki2010-09-031-0/+6
* split out active_record migration logic so others can easily reuse [#5389 sta...Jack Dempsey2010-09-011-10/+2
* Update generators to use thor 0.13.6 with simpler source_root handling.José Valim2010-04-301-7/+3
* Make the migration generator handle pre-existing migrations with the same tim...Phil Smith2010-04-191-2/+3
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-0/+30