Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make it possible to run AR tests with bin/test | Yves Senn | 2015-06-11 | 1 | -1/+1 |
* | Prefer `drop_table if_exists: true` over raw SQL | Ryuta Kamizono | 2015-02-18 | 1 | -1/+1 |
* | rm `Type#number?` | Sean Griffin | 2015-02-07 | 1 | -1/+0 |
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | Remove most type related predicates from `Column` | Sean Griffin | 2015-01-30 | 1 | -2/+4 |
* | Prefer `array?` rather than `array` | Ryuta Kamizono | 2015-01-04 | 1 | -1/+1 |
* | Remove the `text?` predicate from the type objects | Sean Griffin | 2014-07-06 | 1 | -1/+0 |
* | test pg, rm unused requires. | Yves Senn | 2014-06-03 | 1 | -2/+0 |
* | PostgreSQL, adapter automatically reloads it's type map. Closes #14678. | Yves Senn | 2014-04-11 | 1 | -3/+0 |
* | Add ConnectionHelper to refactor tests. | Guo Xiang Tan | 2014-04-03 | 1 | -3/+3 |
* | Allow postgresql enum_test to be run in random order. | Guo Xiang Tan | 2014-04-01 | 1 | -4/+4 |
* | PostgreSQL, register custom domains. Closes #14305. | Yves Senn | 2014-04-01 | 1 | -0/+53 |