aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration
Commit message (Expand)AuthorAgeFilesLines
* 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