aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration
Commit message (Expand)AuthorAgeFilesLines
* Fixed bad options order in ActiveRecord::Migration::CommandRecorder#invert_re...jbbarth2011-08-281-2/+2
* Reversing the changes done in c278a2c while still resolving #1857.Vijay Dev2011-07-021-5/+3
* CommandRecorder should delegate in method_missing where possible. Fixes some ...Jon Leighton2011-06-301-1/+6
* record unsupported methods in CommandRecorder instead of letting the unsuppor...Vijay Dev2011-06-251-3/+5
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Added a test to check for correct behaviour with no options in add_index comm...David Workman2011-05-241-0/+6
* Simple fix for correctly inverting an add_index migration when a name has bee...David Workman2011-05-231-0/+6
* Add :bulk => true option to change_tablePratik Naik2011-01-311-1/+1
* command recorder will record commands sent to a delegate objectAaron Patterson2010-11-191-0/+22
* IrreversibleMigration is raised if we cannot invert the commandAaron Patterson2010-11-191-0/+7
* commands are reversedAaron Patterson2010-11-191-0/+7
* partial implementation of the command recorderAaron Patterson2010-11-191-0/+72