aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/invertible_migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* make `remove_index :table, :column` reversible.Yves Senn2015-06-151-6/+10
* Silence another test that runs migrationsAkira Matsuda2014-08-291-0/+5
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Skip test_migrate_revert_add_index_with_name if databasesYasuo Honda2014-02-251-10/+13
* Drop the correct index after reverting a migrationHubert DÄ…browski2014-02-131-0/+28
* fix failing test caused by 3771e4d511Neeraj Singh2013-05-061-2/+2
* raise IrreversibleMigration if no column givenNeeraj Singh2013-05-061-0/+28
* Fixes for PR [#8267]Marc-Andre Lafortune2012-12-221-2/+4
* Make drop_table reversible [#8267]Marc-Andre Lafortune2012-12-211-3/+3
* Add Migration#reversible for reversible data operations [#8267]Marc-Andre Lafortune2012-12-211-0/+39
* Allow revert of whole migration [#8267]Marc-Andre Lafortune2012-12-211-0/+63
* Allow reverting of migration commands with Migration#revert [#8267]Marc-Andre Lafortune2012-12-211-0/+23
* migrate(:down) method with table_name_prefixkennyj2012-01-111-0/+12
* Ensure that .up and .down work as well.Christopher Meiklejohn2011-08-021-2/+13
* Support backwards compatible interface for migration down/up with rails 3.0.x.Christopher Meiklejohn2011-08-021-0/+24
* 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
* fisting typeo, thanks @vinibaggioAaron Patterson2010-11-191-1/+1
* fisting my spelling errorsAaron Patterson2010-11-191-0/+57