aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1229 from workmad3/masterAaron Patterson2011-05-271-2/+4
|\
| * Using .try to test for the existence of a method option in a nil-resistent ma...David Workman2011-05-231-5/+2
| * Neatened up the invert_add_index method as per suggestonDavid Workman2011-05-231-2/+3
| * Simple fix for correctly inverting an add_index migration when a name has bee...David Workman2011-05-231-2/+6
* | Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-3/+3
|/
* Add :bulk => true option to change_tablePratik Naik2011-01-311-4/+16
* adding documentation for reversible migrationsAaron Patterson2010-11-191-1/+11
* invertable migrations are workingAaron Patterson2010-11-191-1/+1
* command recorder will record commands sent to a delegate objectAaron Patterson2010-11-191-3/+13
* updating documentationAaron Patterson2010-11-191-1/+7
* IrreversibleMigration is raised if we cannot invert the commandAaron Patterson2010-11-191-1/+5
* commands are reversedAaron Patterson2010-11-191-1/+1
* add and remove timestamps can be invertedAaron Patterson2010-11-191-0/+8
* inverting add_indexAaron Patterson2010-11-191-0/+5
* partial implementation of the command recorderAaron Patterson2010-11-191-0/+48