aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/invertible_migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* make change_column_comment and change_table_comment invertibleYoshiyuki Kinjo2019-04-151-0/+59
* Support Optimizer HintsRyuta Kamizono2019-03-161-0/+2
* Fix `transaction` reverting for migrationsfatkodima2018-09-261-0/+16
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-4/+4
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-9/+9
* Fix CI failure due to invalid `up_only` for MySQLRyuta Kamizono2017-11-151-5/+7
* Add a #populate method to migrations (#31082)Rich2017-11-141-0/+25
* Enable `hstore` extention disabled at the end of `InvertibleMigrationTest#tes...Yasuo Honda2017-10-181-0/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-31/+23
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-8/+8
* Respect options passed to `foreign_key` when reverting `add_reference`Sean Griffin2016-05-311-0/+15
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+1
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-2/+2
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-23/+31
* Make revert of `disable_extension` to workyui-knk2015-08-301-0/+33
* Fix the unused variable warningakihiro172015-08-261-1/+0
* Make `change_column_default` to workyui-knk2015-08-251-0/+33
* 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