aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/migration
Commit message (Expand)AuthorAgeFilesLines
* Fix GH #4285. Remove options when we record calling creat_tablekennyj2012-01-041-1/+1
* Fixed bad options order in ActiveRecord::Migration::CommandRecorder#invert_re...jbbarth2011-08-281-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-07-051-1/+1
|\
| * fix typo in method nameVijay Dev2011-06-251-1/+1
| * Revert "add missing methods supported by reversible migrations using the chan...Vijay Dev2011-06-251-4/+1
| * add missing methods supported by reversible migrations using the change methodVijay Dev2011-06-241-1/+4
* | Reversing the changes done in c278a2c while still resolving #1857.Vijay Dev2011-07-021-9/+5
* | CommandRecorder should delegate in method_missing where possible. Fixes some ...Jon Leighton2011-06-301-1/+5
* | record unsupported methods in CommandRecorder instead of letting the unsuppor...Vijay Dev2011-06-251-4/+4
|/
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-06-061-6/+6
|\
| * comment the recorder methodsVijay Dev2011-06-071-3/+3
| * styling changesVijay Dev2011-06-021-3/+3
* | 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