| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove test helper method to inside test method | yui-knk | 2015-08-23 | 1 | -5/+1 |
* | uniqueness validation raises error for persisted record without pk. | Yves Senn | 2015-08-20 | 1 | -0/+23 |
* | Add a native JSON data type support in MySQL | Ryuta Kamizono | 2015-08-18 | 1 | -0/+172 |
* | Merge pull request #21284 from prakashlaxkar/argument_error_tests | Yves Senn | 2015-08-18 | 1 | -0/+8 |
|\ |
|
| * | Correct error message in Standard American english and add a test case for th... | prakash | 2015-08-18 | 1 | -0/+13 |
|/ |
|
* | Merge pull request #19683 from tristang/require-option-for-counter-cache | Rafael Mendonça França | 2015-08-13 | 6 | -5/+48 |
|\ |
|
| * | Add tests for associations without counter_cache | Tristan Gamilis | 2015-04-09 | 4 | -0/+43 |
| * | Require explicit counter_cache option for has_many | Tristan Gamilis | 2015-04-07 | 2 | -5/+5 |
* | | Merge pull request #19770 from vngrs/prevent_duplicated_where_clauses | Rafael Mendonça França | 2015-08-13 | 2 | -0/+13 |
|\ \ |
|
| * | | Prevent duplicating `where` clauses when model is extended from an abstract c... | Mehmet Emin İNAÇ | 2015-04-15 | 2 | -0/+13 |
* | | | descriptive error message when fixtures contian a missing column. | Yves Senn | 2015-08-13 | 2 | -0/+9 |
* | | | use `assert_not` instead of `refute` as mentioned in our guides. | Yves Senn | 2015-08-13 | 6 | -21/+21 |
* | | | Skip statement cache on through association reader | Rafael Mendonça França | 2015-08-12 | 8 | -9/+110 |
* | | | Merge pull request #17885 from starbelly/patch-1 | Yves Senn | 2015-08-11 | 1 | -6/+6 |
|\ \ \ |
|
| * | | | Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasks | starbelly | 2015-08-01 | 1 | -6/+6 |
* | | | | Merge pull request #21165 from manlon/master | Rafael Mendonça França | 2015-08-11 | 4 | -0/+27 |
|\ \ \ \ |
|
| * | | | | use correct DB connection for generated HABTM table | Matt Hanlon | 2015-08-07 | 4 | -0/+27 |
* | | | | | Remove XML Serialization from core. | Zachary Scott | 2015-08-07 | 2 | -448/+1 |
* | | | | | Add ActiveRecord::Relation#in_batches | Sina Siadat | 2015-08-07 | 1 | -2/+230 |
|/ / / / |
|
* | | | | Merge pull request #20459 | Sean Griffin | 2015-08-06 | 1 | -0/+93 |
|\ \ \ \ |
|
| * | | | | Add missing data types for ActiveRecord migrations | Mehmet Emin İNAÇ | 2015-06-08 | 1 | -0/+93 |
* | | | | | Merge pull request #21092 from vngrs/use_memoization_for_ids_reader | Rafael Mendonça França | 2015-08-06 | 1 | -0/+8 |
|\ \ \ \ \ |
|
| * | | | | | Use memoization for collection associations ids reader | Mehmet Emin İNAÇ | 2015-08-03 | 1 | -0/+8 |
* | | | | | | Fix ambiguous argument warning | Mehmet Emin İNAÇ | 2015-08-02 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #20884 | Sean Griffin | 2015-08-01 | 1 | -0/+70 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Add #cache_key to ActiveRecord::Relation. | Alberto F. Capel | 2015-07-20 | 1 | -0/+70 |
* | | | | | Merge pull request #20849 from vngrs/misleading_nested_exceptions | Rafael Mendonça França | 2015-07-27 | 3 | -4/+12 |
|\ \ \ \ \ |
|
| * | | | | | Fix misleading errors for has_one through relations | Mehmet Emin İNAÇ | 2015-07-22 | 3 | -4/+12 |
* | | | | | | Remove @connection instance variable only when defined | Yasuo Honda | 2015-07-26 | 1 | -2/+2 |
* | | | | | | Properly allow uniqueness validations on primary keys. | Sean Griffin | 2015-07-25 | 1 | -0/+19 |
* | | | | | | `destroy` shouldn't raise when child associations fail to save | Sean Griffin | 2015-07-24 | 1 | -0/+30 |
* | | | | | | Remove ivar only when defined | Akira Matsuda | 2015-07-24 | 1 | -2/+2 |
* | | | | | | Rename the enum_{prefix,suffix} options to _{prefix,suffix} | Robin Dupret | 2015-07-23 | 1 | -4/+4 |
* | | | | | | fix rails tests | Mehmet Emin İNAÇ | 2015-07-21 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Deprecate and rename the keys for association restrict_dependent_destroy | Roque Pinel | 2015-07-20 | 2 | -0/+39 |
* | | | | | Ensure that microsecond precision is only used for version of mysql that supp... | Jori Hardman | 2015-07-20 | 3 | -1/+37 |
* | | | | | Fix minor typo in test name | Sean Griffin | 2015-07-20 | 1 | -1/+1 |
* | | | | | Fix state being carried over from previous transaction | Roque Pinel | 2015-07-20 | 1 | -0/+7 |
* | | | | | Correctly ignore `mark_for_destruction` without `autosave` | Sean Griffin | 2015-07-20 | 2 | -0/+8 |
|/ / / / |
|
* | | | | Fix the test that was broken by #16445 rather than deleting it | Sean Griffin | 2015-07-19 | 1 | -0/+12 |
* | | | | Fix counter_cache for polymorphic associations | Stefan Kanev | 2015-07-19 | 4 | -12/+15 |
* | | | | Merge pull request #20932 from twalpole/collection_association_parameters | Sean Griffin | 2015-07-18 | 1 | -1/+13 |
|\ \ \ \ |
|
| * | | | | Ensure that 'ActionController::Parameters' can still be passed to AR for coll... | Thomas Walpole | 2015-07-18 | 1 | -1/+13 |
* | | | | | Ensure cyclic associations w/ autosave don't cause duplicate errors | Sean Griffin | 2015-07-18 | 3 | -0/+23 |
|/ / / / |
|
* | | | | Ensure that `ActionController::Parameters` can still be passed to AR | Sean Griffin | 2015-07-18 | 1 | -0/+23 |
* | | | | Silence deprecation warning from force reload | Prem Sichanugrist | 2015-07-16 | 10 | -105/+125 |
* | | | | Deprecate force association reload by passing true | Prem Sichanugrist | 2015-07-15 | 6 | -0/+36 |
* | | | | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. | Jerry D'Antonio | 2015-07-13 | 2 | -21/+21 |
* | | | | Fix regression caused by a01d164b | Rafael Mendonça França | 2015-07-07 | 2 | -0/+35 |
* | | | | Add test proving that accepts_nested_attributes_for is secure against ID tamp... | Victor Costan | 2015-07-07 | 1 | -0/+10 |