| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -1/+7 |
|/ |
|
* | Don't error when `attributes` is called on a frozen AR model | Sean Griffin | 2014-12-08 | 2 | -1/+11 |
* | Revert to 4.1 behavior for casting PG arrays | Sean Griffin | 2014-12-08 | 2 | -5/+23 |
* | Merge pull request #17964 from carols10cents/improve-after-commit-argumenterr... | Rafael Mendonça França | 2014-12-08 | 2 | -1/+5 |
|\ |
|
| * | Make error message clearer that :on requires a symbol, not a string | Carol Nichols | 2014-12-07 | 2 | -1/+5 |
* | | Fix type case of "validations" and word-wrap from #17954 [ci skip] | Zachary Scott | 2014-12-08 | 1 | -2/+3 |
* | | Add note to Store about uniqueness validation (#17954) [skip ci] | Mike Chau | 2014-12-08 | 1 | -1/+4 |
* | | minor sentences fixes | Neeraj Singh | 2014-12-07 | 1 | -3/+3 |
|/ |
|
* | Fix grammar of sentence in Reflection documentation | eileencodes | 2014-12-07 | 1 | -3/+3 |
* | 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 | 3 | -10/+43 |
* | Merge pull request #17919 from mrgilman/stop-supporting-nested-arrays | Sean Griffin | 2014-12-04 | 4 | -40/+5 |
|\ |
|
| * | Remove deprecated behavior allowing nested arrays as query values | Melanie Gilman | 2014-12-04 | 4 | -40/+5 |
* | | Correctly handle multiple attribute method prefix/suffixes which match | Sean Griffin | 2014-12-04 | 1 | -0/+10 |
* | | Merge pull request #17920 from calebthompson/dont-rely-on-environment-task-fo... | Sean Griffin | 2014-12-04 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Remove environment dependency for db:schema:load | Caleb Thompson | 2014-12-04 | 1 | -1/+1 |
* | | Deprecate `Class` handler in `PredicateBuilder` | Melanie Gilman | 2014-12-04 | 3 | -4/+17 |
|/ |
|
* | Merge pull request #17906 from kamipo/prevent_symbol_gc | Rafael Mendonça França | 2014-12-04 | 1 | -0/+3 |
|\ |
|
| * | Prevent Symbol GC | Ryuta Kamizono | 2014-12-04 | 1 | -0/+3 |
* | | docs, bring back `ActiveRecord::Core` methods in the API. [ci skip] | Yves Senn | 2014-12-04 | 1 | -1/+0 |
* | | Clarify that batching methods can be used with any orderable type primary key... | Isaac Seymour | 2014-12-03 | 1 | -4/+4 |
|/ |
|
* | Merge pull request #17898 from mrgilman/move-predicate-builder-to-constructor | Sean Griffin | 2014-12-03 | 1 | -4/+5 |
|\ |
|
| * | Move PredicateBuilder instantiation to constructor | Melanie Gilman | 2014-12-03 | 1 | -4/+5 |
* | | Active Record changelog needs to keep pointing at 4-2-stable. #17651 | Yves Senn | 2014-12-03 | 1 | -1/+1 |
* | | docs, add new changelog entries at the top :sweat: [ci skip] #17651 | Yves Senn | 2014-12-03 | 1 | -5/+5 |
* | | Merge pull request #17651 from CLUSTERfoo/fix/adding_timestamps_migration_not... | Yves Senn | 2014-12-03 | 8 | -11/+16 |
|\ \
| |/
|/| |
|
| * | Failure to rollback t.timestamps when within a change_table migration | noam | 2014-12-03 | 8 | -11/+16 |
* | | document that `.delete` does work on `#readonly?` records. Closes #11860 | Yves Senn | 2014-12-03 | 1 | -0/+2 |
|/ |
|
* | skip test to get `sqlite3_mem` suite passing. | Yves Senn | 2014-12-03 | 1 | -1/+1 |
* | Merge pull request #17890 from sergey-alekseev/remove-useless-methods | Yves Senn | 2014-12-03 | 1 | -10/+0 |
|\ |
|
| * | remove useless methods | Sergey Alekseev | 2014-12-03 | 1 | -10/+0 |
* | | 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 | 2 | -29/+40 |
* | Merge pull request #17886 from mrgilman/refactor-predicate-builder | Sean Griffin | 2014-12-02 | 4 | -19/+32 |
|\ |
|
| * | Refactor `PredicateBuilder` from singleton to instance | Melanie Gilman | 2014-12-02 | 4 | -19/+32 |
* | | Allow to unscope where conditions using `arel_table` with Symbol | deeeki | 2014-12-03 | 2 | -1/+9 |
|/ |
|
* | no need to pass native_database_types around | Yves Senn | 2014-12-02 | 4 | -7/+13 |
* | 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 |