aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/collection_cache_key_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Deprecate `collection_cache_key` which is private API"Ryuta Kamizono2019-04-191-3/+1
* Deprecate `collection_cache_key` which is private APIRyuta Kamizono2019-04-191-1/+3
* Add collection cache versioningLachlan Sylvester2019-04-161-0/+34
* Fix Collection cache key with limit and custom select (PG:AmbigousColumn: Error)Federico Martinez2018-10-151-0/+14
* Use `assert_no_queries` not to ignore BEGIN/COMMIT queriesRyuta Kamizono2018-10-051-2/+2
* Avoid passing unnecessary arguments to relationDaniel Colson2018-01-241-1/+5
* Fix `cache_key` with a relation having distinct and orderRyuta Kamizono2017-12-301-0/+6
* Fix `cache_key` with a relation having custom select and orderRyuta Kamizono2017-12-291-0/+6
* Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-121-4/+4
* Ensure `apply_join_dependency` for `collection_cache_key` if eager-loading is...Ryuta Kamizono2017-11-061-0/+10
* Don't use `collection.table_name` in `collection_cache_key`Ryuta Kamizono2017-09-141-0/+18
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Replace \Z to \zRyuta Kamizono2017-04-241-12/+12
* `cache_key` respects the limit in a relation even if a relation is not loadedRyuta Kamizono2017-04-171-2/+28
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Fix AR::Relation#cache_key to remove select scope added by userPrathamesh Sonpatki2016-01-241-0/+6
* Fix ActiveRecord::Relation#cache_key for relations with no resultsPrathamesh Sonpatki2016-01-221-0/+5
* Fix ActiveRecord::Relation#cache_key for loaded empty collectionPrathamesh Sonpatki2016-01-161-0/+8
* fixes #21815Maarten Jacobs2015-10-161-1/+1
* Fix ambiguous argument warningMehmet Emin İNAÇ2015-08-021-1/+1
* Add #cache_key to ActiveRecord::Relation.Alberto F. Capel2015-07-201-0/+70