Skip to content

Releases: bdurand/support_table_cache

v1.1.5

09 Jan 16:49

Choose a tag to compare

Fixed

  • Replaced thread local variables with fiber local variables to prevent the possibility of behavior from leaking across fibers when disabling the cache in a block.
  • Allow setting the cache to an in-memory cache by setting support_table_cache to true.

Full Changelog: v1.1.4...v1.1.5

v1.1.4

18 Dec 01:11
8a7caed

Choose a tag to compare

Fixed

  • Fixed issue where using find_by on a has_many relation would not take the scope of the relation into account when looking up the cached record. Now chaining a find_by onto a has_many relation will correctly bypass the cache and directly query the database.

Full Changelog: v1.1.3...v1.1.4

v1.1.3

28 Apr 01:47
0a4635d

Choose a tag to compare

Fixed

  • Avoid calling methods that require a database connection when setting up belongs to caching.

Full Changelog: v1.1.2...v1.1.3