aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/collection_cache_key.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid extra calls to to_sDaniel Colson2018-01-291-1/+1
* Fix `cache_key` with a relation having distinct and orderRyuta Kamizono2017-12-301-2/+2
* Fix `cache_key` with a relation having custom select and orderRyuta Kamizono2017-12-291-2/+1
* Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-121-1/+1
* Ensure `apply_join_dependency` for `collection_cache_key` if eager-loading is...Ryuta Kamizono2017-11-061-0/+3
* Don't use `collection.table_name` in `collection_cache_key`Ryuta Kamizono2017-09-141-1/+1
* Merge pull request #29848 from kamipo/fix_distinct_count_with_order_and_limitRafael França2017-07-241-1/+1
|\
| * Fix `COUNT(DISTINCT ...)` with `ORDER BY` and `LIMIT`Ryuta Kamizono2017-07-221-1/+1
* | Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-241-1/+1
|/
* 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
* Don't pass `arel.engine` to `Arel::SelectManager.new`Ryuta Kamizono2017-05-051-1/+1
* `cache_key` respects the limit in a relation even if a relation is not loadedRyuta Kamizono2017-04-171-6/+16
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* Address ORA-00923 error by quoting a reserved word "SIZE"Yasuo Honda2016-04-161-1/+1
* Fix AR::Relation#cache_key to remove select scope added by userPrathamesh Sonpatki2016-01-241-0/+1
* Fix ActiveRecord::Relation#cache_key for relations with no resultsPrathamesh Sonpatki2016-01-221-2/+8
* Fix ActiveRecord::Relation#cache_key for loaded empty collectionPrathamesh Sonpatki2016-01-161-1/+3
* Fix test failures caused by #20884Sean Griffin2015-08-011-1/+3
* Add #cache_key to ActiveRecord::Relation.Alberto F. Capel2015-07-201-0/+29