| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | adding documentation for reversible migrations | Aaron Patterson | 2010-11-19 | 1 | -1/+11 |
* | invertable migrations are working | Aaron Patterson | 2010-11-19 | 1 | -1/+1 |
* | command recorder will record commands sent to a delegate object | Aaron Patterson | 2010-11-19 | 1 | -3/+13 |
* | updating documentation | Aaron Patterson | 2010-11-19 | 1 | -1/+7 |
* | IrreversibleMigration is raised if we cannot invert the command | Aaron Patterson | 2010-11-19 | 1 | -1/+5 |
* | commands are reversed | Aaron Patterson | 2010-11-19 | 1 | -1/+1 |
* | add and remove timestamps can be inverted | Aaron Patterson | 2010-11-19 | 1 | -0/+8 |
* | inverting add_index | Aaron Patterson | 2010-11-19 | 1 | -0/+5 |
* | partial implementation of the command recorder | Aaron Patterson | 2010-11-19 | 1 | -0/+48 |