| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes` | yui-knk | 2015-11-09 | 1 | -23/+31 |
* | Make revert of `disable_extension` to work | yui-knk | 2015-08-30 | 1 | -0/+33 |
* | Fix the unused variable warning | akihiro17 | 2015-08-26 | 1 | -1/+0 |
* | Make `change_column_default` to work | yui-knk | 2015-08-25 | 1 | -0/+33 |
* | make `remove_index :table, :column` reversible. | Yves Senn | 2015-06-15 | 1 | -6/+10 |
* | Silence another test that runs migrations | Akira Matsuda | 2014-08-29 | 1 | -0/+5 |
* | Use teardown helper method. | Guo Xiang Tan | 2014-03-14 | 1 | -1/+1 |
* | Skip test_migrate_revert_add_index_with_name if databases | Yasuo Honda | 2014-02-25 | 1 | -10/+13 |
* | Drop the correct index after reverting a migration | Hubert DÄ…browski | 2014-02-13 | 1 | -0/+28 |
* | fix failing test caused by 3771e4d511 | Neeraj Singh | 2013-05-06 | 1 | -2/+2 |
* | raise IrreversibleMigration if no column given | Neeraj Singh | 2013-05-06 | 1 | -0/+28 |
* | Fixes for PR [#8267] | Marc-Andre Lafortune | 2012-12-22 | 1 | -2/+4 |
* | Make drop_table reversible [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -3/+3 |
* | Add Migration#reversible for reversible data operations [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -0/+39 |
* | Allow revert of whole migration [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -0/+63 |
* | Allow reverting of migration commands with Migration#revert [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -0/+23 |
* | migrate(:down) method with table_name_prefix | kennyj | 2012-01-11 | 1 | -0/+12 |
* | Ensure that .up and .down work as well. | Christopher Meiklejohn | 2011-08-02 | 1 | -2/+13 |
* | Support backwards compatible interface for migration down/up with rails 3.0.x. | Christopher Meiklejohn | 2011-08-02 | 1 | -0/+24 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | fisting typeo, thanks @vinibaggio | Aaron Patterson | 2010-11-19 | 1 | -1/+1 |
* | fisting my spelling errors | Aaron Patterson | 2010-11-19 | 1 | -0/+57 |