| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | Add `force: true` to table created in tests | Sean Griffin | 2014-12-22 | 1 | -1/+1 |
* | | | | | | | Correctly handle limit on int4 and int8 types in PG | Sean Griffin | 2014-12-22 | 1 | -0/+25 |
* | | | | | | | Correctly handle Float -> BigDecimal with unspecified precision | Sean Griffin | 2014-12-22 | 1 | -0/+5 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | `force: :cascade` to recreate tables referenced by foreign-keys. | Yves Senn | 2014-12-19 | 3 | -1/+37 |
* | | | | | | Relax the UUID regex | Godfrey Chan | 2014-12-18 | 1 | -3/+7 |
|/ / / / / |
|
* | | | | | Remove unused line | Ryuta Kamizono | 2014-12-17 | 1 | -1/+0 |
* | | | | | `update_column` take ruby-land input, not database-land input | Sean Griffin | 2014-12-16 | 1 | -2/+4 |
* | | | | | Add test case for joined pluck | Sean Griffin | 2014-12-11 | 1 | -0/+7 |
* | | | | | Improve the test case introduced by bd0d47e | Sean Griffin | 2014-12-11 | 1 | -19/+10 |
* | | | | | Merge pull request #17994 from mfazekas/pluck-bind-values-master | Sean Griffin | 2014-12-11 | 1 | -0/+24 |
|\ \ \ \ \ |
|
| * | | | | | Fix ProtocolViolation/bind message supplies for polymorphic + pluck or group | Miklos Fazkeas | 2014-12-11 | 1 | -0/+24 |
* | | | | | | Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger. | Ryuta Kamizono | 2014-12-12 | 3 | -0/+78 |
|/ / / / / |
|
* | | | | | Merge pull request #17970 from ulissesalmeida/foreign-type-has-many-has-one | Rafael Mendonça França | 2014-12-10 | 2 | -0/+21 |
|\ \ \ \ \ |
|
| * | | | | | Add foreign_type option for polymorphic has_one and has_many. | Ulisses Almeida + Kassio Borges | 2014-12-08 | 2 | -0/+21 |
* | | | | | | Merge pull request #17972 from claudiob/remove-unused-callback-fixtures | Carlos Antonio da Silva | 2014-12-09 | 1 | -46/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | Remove unused "Developer" fixtures from tests | claudiob | 2014-12-08 | 1 | -46/+0 |
| |/ / / / / |
|
* | | | | | | Update test case for TZ aware attributes | Sean Griffin | 2014-12-08 | 1 | -4/+14 |
* | | | | | | Allow custom handling of non-standard types in `time_zone_conversion` | Sean Griffin | 2014-12-08 | 1 | -0/+6 |
|/ / / / / |
|
* | | | | | Don't error when `attributes` is called on a frozen AR model | Sean Griffin | 2014-12-08 | 1 | -0/+8 |
* | | | | | Revert to 4.1 behavior for casting PG arrays | Sean Griffin | 2014-12-08 | 1 | -5/+20 |
* | | | | | Make error message clearer that :on requires a symbol, not a string | Carol Nichols | 2014-12-07 | 1 | -0/+4 |
* | | | | | Add `force: true` to tables created in PG tests | Sean Griffin | 2014-12-05 | 2 | -2/+2 |
* | | | | | Correctly respect subtypes for PG arrays and ranges | Sean Griffin | 2014-12-05 | 1 | -0/+18 |
* | | | | | Merge pull request #17919 from mrgilman/stop-supporting-nested-arrays | Sean Griffin | 2014-12-04 | 2 | -30/+0 |
|\ \ \ \ \ |
|
| * | | | | | Remove deprecated behavior allowing nested arrays as query values | Melanie Gilman | 2014-12-04 | 2 | -30/+0 |
* | | | | | | Correctly handle multiple attribute method prefix/suffixes which match | Sean Griffin | 2014-12-04 | 1 | -0/+10 |
|/ / / / / |
|
* | | | | | Deprecate `Class` handler in `PredicateBuilder` | Melanie Gilman | 2014-12-04 | 1 | -1/+3 |
* | | | | | Prevent Symbol GC | Ryuta Kamizono | 2014-12-04 | 1 | -0/+3 |
* | | | | | Failure to rollback t.timestamps when within a change_table migration | noam | 2014-12-03 | 4 | -6/+6 |
* | | | | | skip test to get `sqlite3_mem` suite passing. | Yves Senn | 2014-12-03 | 1 | -1/+1 |
* | | | | | Merge pull request #17889 from mxie/mx-fix-nonexistent-typo | Sean Griffin | 2014-12-02 | 3 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | Fix "nonexistent" typo in tests | Melissa Xie | 2014-12-02 | 3 | -4/+4 |
* | | | | | | Require missing association in test | Sean Griffin | 2014-12-02 | 1 | -0/+1 |
|/ / / / / |
|
* | | | | | Refactor `build_from_hash` to convert dot notation to hash first | Melanie Gilman | 2014-12-02 | 1 | -0/+6 |
* | | | | | Allow to unscope where conditions using `arel_table` with Symbol | deeeki | 2014-12-03 | 1 | -0/+8 |
* | | | | | pg tests, get rid of global schema `schema_1`. | Yves Senn | 2014-12-02 | 2 | -46/+51 |
* | | | | | pg tests, move uniqueness validation test to array tests. | Yves Senn | 2014-12-02 | 2 | -17/+15 |
* | | | | | tests, extract pg number tests into separate file. | Yves Senn | 2014-12-02 | 2 | -35/+50 |
* | | | | | tests, move schema shorthand assertions into pg specific tests. | Yves Senn | 2014-12-02 | 9 | -76/+86 |
* | | | | | tests, move pg geometric tests out of `base_test`. | Yves Senn | 2014-12-02 | 2 | -93/+73 |
* | | | | | ugh, forgot to add this test to cdd90f39d796986dabf1678b3277b230dbe18961 | Aaron Patterson | 2014-12-01 | 1 | -0/+5 |
* | | | | | tests, favor public API over inspecting columns where possible. | Yves Senn | 2014-12-01 | 1 | -16/+19 |
* | | | | | tests, run numeric default tests for every adapter. | Yves Senn | 2014-12-01 | 1 | -15/+33 |
* | | | | | tests, use public API to verify default parsing. #17863, #17856 | Yves Senn | 2014-12-01 | 1 | -1/+2 |
* | | | | | Fix value extracted from negative integers for PostgreSQL. | Guo Xiang Tan | 2014-12-01 | 1 | -0/+4 |
* | | | | | Ensure numericality validations work with mutation | Sean Griffin | 2014-12-01 | 1 | -0/+13 |
* | | | | | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 30 | -121/+109 |
* | | | | | Adds preloaded_records method to NullPreloader | Thorsten Ball | 2014-11-28 | 1 | -0/+8 |
* | | | | | Fix a bug where AR::RecordNotSaved loses error messages | Yuki Nishijima | 2014-11-27 | 3 | -9/+28 |
* | | | | | Merge pull request #17807 from jvperrin/correct-integer-test | Rafael Mendonça França | 2014-11-27 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|