aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration/command_recorder.rb
Commit message (Collapse)AuthorAgeFilesLines
...
| * styling changesVijay Dev2011-06-021-3/+3
| |
* | Merge pull request #1229 from workmad3/masterAaron Patterson2011-05-271-2/+4
|\ \ | |/ |/| Fix for Issue #1205
| * Using .try to test for the existence of a method option in a nil-resistent ↵David Workman2011-05-231-5/+2
| | | | | | | | manner. Inlined the determination of the options hash for reversing using a ternary operator. Shortens the method in a way that keeps the code neat
| * 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 ↵David Workman2011-05-231-2/+6
| | | | | | | | been provided
* | 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