aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21284 from prakashlaxkar/argument_error_testsYves Senn2015-08-181-0/+8
|\
| * Correct error message in Standard American english and add a test case for th...prakash2015-08-181-0/+13
|/
* Merge pull request #19683 from tristang/require-option-for-counter-cacheRafael Mendonça França2015-08-136-5/+48
|\
| * Add tests for associations without counter_cacheTristan Gamilis2015-04-094-0/+43
| * Require explicit counter_cache option for has_manyTristan Gamilis2015-04-072-5/+5
* | Merge pull request #19770 from vngrs/prevent_duplicated_where_clausesRafael Mendonça França2015-08-132-0/+13
|\ \
| * | Prevent duplicating `where` clauses when model is extended from an abstract c...Mehmet Emin İNAÇ2015-04-152-0/+13
* | | descriptive error message when fixtures contian a missing column.Yves Senn2015-08-132-0/+9
* | | use `assert_not` instead of `refute` as mentioned in our guides.Yves Senn2015-08-136-21/+21
* | | Skip statement cache on through association readerRafael Mendonça França2015-08-128-9/+110
* | | Merge pull request #17885 from starbelly/patch-1Yves Senn2015-08-111-6/+6
|\ \ \
| * | | Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasksstarbelly2015-08-011-6/+6
* | | | Merge pull request #21165 from manlon/masterRafael Mendonça França2015-08-114-0/+27
|\ \ \ \
| * | | | use correct DB connection for generated HABTM tableMatt Hanlon2015-08-074-0/+27
* | | | | Remove XML Serialization from core.Zachary Scott2015-08-072-448/+1
* | | | | Add ActiveRecord::Relation#in_batchesSina Siadat2015-08-071-2/+230
|/ / / /
* | | | Merge pull request #20459Sean Griffin2015-08-061-0/+93
|\ \ \ \
| * | | | Add missing data types for ActiveRecord migrationsMehmet Emin İNAÇ2015-06-081-0/+93
* | | | | Merge pull request #21092 from vngrs/use_memoization_for_ids_readerRafael Mendonça França2015-08-061-0/+8
|\ \ \ \ \
| * | | | | Use memoization for collection associations ids readerMehmet Emin İNAÇ2015-08-031-0/+8
* | | | | | Fix ambiguous argument warningMehmet Emin İNAÇ2015-08-021-1/+1
|/ / / / /
* | | | | Merge pull request #20884Sean Griffin2015-08-011-0/+70
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add #cache_key to ActiveRecord::Relation.Alberto F. Capel2015-07-201-0/+70
* | | | | Merge pull request #20849 from vngrs/misleading_nested_exceptionsRafael Mendonça França2015-07-273-4/+12
|\ \ \ \ \
| * | | | | Fix misleading errors for has_one through relationsMehmet Emin İNAÇ2015-07-223-4/+12
* | | | | | Remove @connection instance variable only when definedYasuo Honda2015-07-261-2/+2
* | | | | | Properly allow uniqueness validations on primary keys.Sean Griffin2015-07-251-0/+19
* | | | | | `destroy` shouldn't raise when child associations fail to saveSean Griffin2015-07-241-0/+30
* | | | | | Remove ivar only when definedAkira Matsuda2015-07-241-2/+2
* | | | | | Rename the enum_{prefix,suffix} options to _{prefix,suffix}Robin Dupret2015-07-231-4/+4
* | | | | | fix rails testsMehmet Emin İNAÇ2015-07-211-1/+1
|/ / / / /
* | | | | Deprecate and rename the keys for association restrict_dependent_destroyRoque Pinel2015-07-202-0/+39
* | | | | Ensure that microsecond precision is only used for version of mysql that supp...Jori Hardman2015-07-203-1/+37
* | | | | Fix minor typo in test nameSean Griffin2015-07-201-1/+1
* | | | | Fix state being carried over from previous transactionRoque Pinel2015-07-201-0/+7
* | | | | Correctly ignore `mark_for_destruction` without `autosave`Sean Griffin2015-07-202-0/+8
|/ / / /
* | | | Fix the test that was broken by #16445 rather than deleting itSean Griffin2015-07-191-0/+12
* | | | Fix counter_cache for polymorphic associationsStefan Kanev2015-07-194-12/+15
* | | | Merge pull request #20932 from twalpole/collection_association_parametersSean Griffin2015-07-181-1/+13
|\ \ \ \
| * | | | Ensure that 'ActionController::Parameters' can still be passed to AR for coll...Thomas Walpole2015-07-181-1/+13
* | | | | Ensure cyclic associations w/ autosave don't cause duplicate errorsSean Griffin2015-07-183-0/+23
|/ / / /
* | | | Ensure that `ActionController::Parameters` can still be passed to ARSean Griffin2015-07-181-0/+23
* | | | Silence deprecation warning from force reloadPrem Sichanugrist2015-07-1610-105/+125
* | | | Deprecate force association reload by passing truePrem Sichanugrist2015-07-156-0/+36
* | | | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-132-21/+21
* | | | Fix regression caused by a01d164bRafael Mendonça França2015-07-072-0/+35
* | | | Add test proving that accepts_nested_attributes_for is secure against ID tamp...Victor Costan2015-07-071-0/+10
* | | | Fix spelling of `Thoughtleadering`eileencodes2015-07-021-1/+1
* | | | Use default model enum in fixtures if not definedeileencodes2015-07-022-0/+11
* | | | Correct through associations using scopesSean Griffin2015-06-301-0/+7