Sha256: 9c9b0124789d202b12485146d13b69b51436469187bd18500c1213b63553f82b
Contents?: true
Size: 539 Bytes
Versions: 1
Compression:
Stored size: 539 Bytes
Contents
## v0.1.0 - 2016-03-18 Initial Release * This gem differs from current Rails master's implementation in two ways: * To support Rails 3, the 'default' relation includes a `WHERE (1=1)` clause, as a workaround for the fact that `.all` is an array in AR 3. * When limiting/offseting results, the limited size of the relation is not taken into account in the cache key; this will err toward expiring too much rather than too little, and will *always* do a count query regardless of whether the relation is loaded or not.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-collection_cache_key-0.1.0 | CHANGELOG.md |