Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warning | Rafael Mendonça França | 2013-02-21 | 1 | -1/+1 |
* | reserve index name chars for internal rails operations | Yves Senn | 2013-02-20 | 1 | -5/+23 |
* | Alias refute methods to assert_not and perfer assert_not on tests | Rafael Mendonça França | 2012-12-31 | 1 | -3/+3 |
* | Deprecate passing a string as third argument of `add_index` | Rafael Mendonça França | 2012-11-02 | 1 | -0/+10 |
* | Raise an ArgumentError when passing an invalid option to add_index | Rafael Mendonça França | 2012-11-02 | 1 | -0/+6 |
* | improved test case for partial indices | Marcelo Silveira | 2012-02-09 | 1 | -6/+9 |
* | Made schema dumper recognize partial indices' where statements | Marcelo Silveira | 2012-02-09 | 1 | -0/+6 |
* | Handle nil in add_index :length option in MySQL | Paul Sadauskas | 2012-01-24 | 1 | -1/+7 |
* | move another index related test case | Aaron Patterson | 2012-01-13 | 1 | -0/+68 |
* | move tests regarding index modification to their own class | Aaron Patterson | 2012-01-13 | 1 | -0/+102 |