aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
* Removed duplicate require ‘models/computer’Ronak Jangir2015-08-264-4/+0
* Merge pull request #21377 from ronakjangir47/remove_mocha_active_recordKasper Timm Hansen2015-08-2512-119/+153
|\
| * Removed mocha from Active Record Part 1Ronak Jangir2015-08-2512-119/+153
* | Make `change_column_default` to workyui-knk2015-08-251-0/+33
* | Merge pull request #21342 from yui-knk/test/add_assert_methodRafael Mendonça França2015-08-241-1/+1
|\ \
| * | Add `assert_nothing_raised` to make clear test case perposeyui-knk2015-08-231-1/+1
* | | Further fix failing tests caused by #21350Sean Griffin2015-08-241-0/+1
* | | Fix failing tests caused by #21350Sean Griffin2015-08-241-0/+1
| |/ |/|
* | Only nullify persisted has_one target associationsAgis-2015-08-241-0/+8
* | Remove test helper method to inside test methodyui-knk2015-08-231-5/+1
|/
* uniqueness validation raises error for persisted record without pk.Yves Senn2015-08-201-0/+23
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-0/+172
* 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-132-0/+40
|\
| * Add tests for associations without counter_cacheTristan Gamilis2015-04-092-0/+40
* | Merge pull request #19770 from vngrs/prevent_duplicated_where_clausesRafael Mendonça França2015-08-131-0/+6
|\ \
| * | Prevent duplicating `where` clauses when model is extended from an abstract c...Mehmet Emin İNAÇ2015-04-151-0/+6
* | | descriptive error message when fixtures contian a missing column.Yves Senn2015-08-131-0/+7
* | | 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-122-9/+58
* | | 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-111-0/+12
|\ \ \ \
| * | | | use correct DB connection for generated HABTM tableMatt Hanlon2015-08-071-0/+12
* | | | | 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-272-1/+8
|\ \ \ \ \
| * | | | | Fix misleading errors for has_one through relationsMehmet Emin İNAÇ2015-07-222-1/+8
* | | | | | 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
|/ / / / /
* | | | | 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-201-0/+7
|/ / / /
* | | | 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-192-12/+13
* | | | 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-181-0/+8
|/ / / /