| Commit message (Expand) | Author | Age | Files | Lines |
* | Relax the UUID regex | Godfrey Chan | 2014-12-18 | 2 | -12/+9 |
* | 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 | 4 | -3/+27 |
* | Pass connection rather than alias_tracker | eileencodes | 2014-12-13 | 1 | -16/+17 |
* | 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 | 2 | -2/+26 |
|\ |
|
| * | Fix ProtocolViolation/bind message supplies for polymorphic + pluck or group | Miklos Fazkeas | 2014-12-11 | 2 | -2/+26 |
* | | Merge pull request #17793 from kamipo/fix_undesirable_range_error | Sean Griffin | 2014-12-11 | 8 | -6/+119 |
|\ \ |
|
| * | | Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger. | Ryuta Kamizono | 2014-12-12 | 8 | -6/+119 |
| |/ |
|
* / | Refactor `quoted_date` | Ryuta Kamizono | 2014-12-11 | 4 | -25/+13 |
|/ |
|
* | Merge pull request #17970 from ulissesalmeida/foreign-type-has-many-has-one | Rafael Mendonça França | 2014-12-10 | 10 | -3/+53 |
|\ |
|
| * | Add foreign_type option for polymorphic has_one and has_many. | Ulisses Almeida + Kassio Borges | 2014-12-08 | 10 | -3/+53 |
* | | 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 | 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 |