aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/migration/migration_generator.rb
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up migration types.José Valim2011-12-241-1/+1
|
* added ability to specify from cli when generating a model/migration whether ↵Dmitrii Samoilov2011-12-241-1/+1
| | | | particular property should be an index like this 'rails g model person name:string:index profile:string'
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-0/+25
former since it's less obstrusive.