| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |