aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails
Commit message (Expand)AuthorAgeFilesLines
* 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-012-10/+17
* Avoid a blank line before the add/remove columnsSantiago Pastorino2010-06-251-2/+2
* Line break in migration template and nicer code indentationŁukasz Strzałkowski2010-06-251-6/+8
* Patch for Namespace problem in Scaffold. [#4763 state:resolved]Mohammed Siddick.E2010-06-231-1/+1
* Fix problem with migrations template that can cause bogus code to be createdSteve Abatangle2010-06-201-4/+8
* 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
* Generate module file for namespaced models [#4230 state:resolved]Andrew White2010-04-122-0/+10
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-2310-0/+177