| Commit message (Expand) | Author | Age | Files | Lines |
* | Add reversible syntax for change_column_default | Prem Sichanugrist | 2015-06-26 | 1 | -1/+11 |
* | make `remove_index :table, :column` reversible. | Yves Senn | 2015-06-15 | 1 | -7/+9 |
* | Add an invert method for remove_foreign_key | Aster Ryan | 2015-06-11 | 1 | -0/+10 |
* | Merge pull request #16305 from tomkadwill/documented_change_table | Rafael Mendonça França | 2014-07-28 | 1 | -1/+1 |
|\ |
|
| * | Added nodoc to change_table | Tom Kadwill | 2014-07-28 | 1 | -1/+1 |
* | | create_join_table uses same logic as HABTM reflections | Stefan Kanev | 2014-07-18 | 1 | -1/+1 |
* | | fk: review corrections: indent, visibility, syntax, wording. | Yves Senn | 2014-06-26 | 1 | -3/+3 |
* | | fk: infere column name from table names. | Yves Senn | 2014-06-26 | 1 | -1/+3 |
* | | fk: make `add_foreign_key` reversible. | Yves Senn | 2014-06-26 | 1 | -1/+16 |
|/ |
|
* | Drop the correct index after reverting a migration | Hubert Dąbrowski | 2014-02-13 | 1 | -1/+6 |
* | make `change_column_null` reversible. Closes #13576. | Yves Senn | 2014-01-08 | 1 | -1/+6 |
* | Make change_table use object of current database adapter | Nishant Modak | 2014-01-07 | 1 | -4/+6 |
* | Make 'enable_extension' revertible | Eric Tipton | 2013-08-10 | 1 | -1/+2 |
* | raise IrreversibleMigration if no column given | Neeraj Singh | 2013-05-06 | 1 | -1/+4 |
* | Fixes for PR [#8267] | Marc-Andre Lafortune | 2012-12-22 | 1 | -1/+2 |
* | Remove duplicated methods in command recorder and duplicated test name | Carlos Antonio da Silva | 2012-12-21 | 1 | -3/+3 |
* | Make execute, change_column and remove_columns methods actually irreversible | Marc-Andre Lafortune | 2012-12-21 | 1 | -1/+2 |
* | Make change_table reversible when possible [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -1/+5 |
* | Factorize methods that are easily reversible [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -34/+20 |
* | Make remove_index reversible [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -4/+10 |
* | Differentiate between remove_column and remove_columns. Make remove_column re... | Marc-Andre Lafortune | 2012-12-21 | 1 | -2/+7 |
* | Make drop_table reversible [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -3/+10 |
* | Add drop_join_table [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -3/+6 |
* | Add Migration#reversible for reversible data operations [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -1/+5 |
* | Allow reverting of migration commands with Migration#revert [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -17/+36 |
* | Split ridiculously long line | Marc-Andre Lafortune | 2012-12-21 | 1 | -1/+4 |
* | Coerce strings in create_join_table. | Steve Klabnik | 2012-11-21 | 1 | -1/+1 |
* | Create default join table name using a Symbol | Carlos Antonio da Silva | 2012-07-19 | 1 | -1/+1 |
* | Add fkey attributes to `join_table` migration generator | Aleksey Magusev | 2012-07-19 | 1 | -1/+1 |
* | Add join table migration generator | Aleksey Magusev | 2012-07-18 | 1 | -4/+2 |
* | Make references statements reversible | Aleksey Magusev | 2012-07-03 | 1 | -1/+13 |
* | Add `create_join_table` migration helper to create HABTM join tables | Rafael Mendonça França | 2012-01-27 | 2 | -2/+27 |
* | Fix GH #4285. Remove options when we record calling creat_table | kennyj | 2012-01-04 | 1 | -1/+1 |
* | Fixed bad options order in ActiveRecord::Migration::CommandRecorder#invert_re... | jbbarth | 2011-08-28 | 1 | -1/+1 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-07-05 | 1 | -1/+1 |
|\ |
|
| * | fix typo in method name | Vijay Dev | 2011-06-25 | 1 | -1/+1 |
| * | Revert "add missing methods supported by reversible migrations using the chan... | Vijay Dev | 2011-06-25 | 1 | -4/+1 |
| * | add missing methods supported by reversible migrations using the change method | Vijay Dev | 2011-06-24 | 1 | -1/+4 |
* | | Reversing the changes done in c278a2c while still resolving #1857. | Vijay Dev | 2011-07-02 | 1 | -9/+5 |
* | | CommandRecorder should delegate in method_missing where possible. Fixes some ... | Jon Leighton | 2011-06-30 | 1 | -1/+5 |
* | | record unsupported methods in CommandRecorder instead of letting the unsuppor... | Vijay Dev | 2011-06-25 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-06-06 | 1 | -6/+6 |
|\ |
|
| * | comment the recorder methods | Vijay Dev | 2011-06-07 | 1 | -3/+3 |
| * | styling changes | Vijay Dev | 2011-06-02 | 1 | -3/+3 |
* | | Merge pull request #1229 from workmad3/master | Aaron Patterson | 2011-05-27 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | Using .try to test for the existence of a method option in a nil-resistent ma... | David Workman | 2011-05-23 | 1 | -5/+2 |
| * | Neatened up the invert_add_index method as per suggeston | David Workman | 2011-05-23 | 1 | -2/+3 |
| * | Simple fix for correctly inverting an add_index migration when a name has bee... | David Workman | 2011-05-23 | 1 | -2/+6 |
* | | Remove extra white spaces on ActiveRecord docs. | Sebastian Martinez | 2011-05-23 | 1 | -3/+3 |
|/ |
|
* | Add :bulk => true option to change_table | Pratik Naik | 2011-01-31 | 1 | -4/+16 |