| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -0/+32 |
|\ |
|
| * | Add foreign_type option for polymorphic has_one and has_many. | Ulisses Almeida + Kassio Borges | 2014-12-08 | 5 | -0/+32 |
* | | Unused csv fixture file | Akira Matsuda | 2014-12-09 | 1 | -1/+0 |
* | | 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 | 5 | -8/+8 |
|\ |
|
| * | Fix "nonexistent" typo in tests | Melissa Xie | 2014-12-02 | 5 | -8/+8 |
* | | 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 | 3 | -53/+51 |
* | pg tests, move uniqueness validation test to array tests. | Yves Senn | 2014-12-02 | 3 | -27/+16 |
* | tests, extract pg number tests into separate file. | Yves Senn | 2014-12-02 | 3 | -44/+51 |
* | tests, move schema shorthand assertions into pg specific tests. | Yves Senn | 2014-12-02 | 10 | -131/+89 |
* | tests, move pg geometric tests out of `base_test`. | Yves Senn | 2014-12-02 | 3 | -106/+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 | 3 | -23/+20 |
* | 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 | 33 | -125/+113 |
* | 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 |
|\ |
|
| * | Correct test description for large integer test | Jason Perrin | 2014-11-03 | 1 | -1/+1 |
* | | Merge pull request #17674 from recursive-madman/activerecord-error-improvement | Rafael Mendonça França | 2014-11-26 | 1 | -2/+4 |
|\ \ |
|
| * | | Add #record attribute to RecordNotFound and RecordDestroyed exceptions. | Recursive Madman | 2014-11-26 | 1 | -2/+4 |
* | | | Merge pull request #17697 from sgrif/sg-remove-is-a-check-when-ignoring-tables | Sean Griffin | 2014-11-25 | 1 | -10/+0 |
|\ \ \ |
|
| * | | | Remove is_a? check when ignoring tables | Sean Griffin | 2014-11-20 | 1 | -10/+0 |
* | | | | Setting an association replaces records with the same id in memory | Sean Griffin | 2014-11-25 | 1 | -0/+64 |