All Versions
12
Latest Version
Avg Release Cycle
45 days
Latest Release
1670 days ago

Changelog History
Page 2

  • v2.0.1 Changes

    May 13, 2018
    • #26 Prevent infinite loop if someone override default associations' method (@khiav223577)
  • v2.0.0 Changes

    May 13, 2018
    • #25 Support cache self by other column (@khiav223577)
    • #24 Support cleaning the cache manually (@khiav223577)
    • #23 use loaded model if possible to prevent extra queries (@khiav223577)
    • #22 Support caching result from outer service (@khiav223577)
    • #21 Support writing query in instance scope (@khiav223577)
    • #20 instance cacher (@khiav223577)
    • #19 Pass model to delete method to prevent an extra query (@khiav223577)
    • #18 [Test] show all sql queries if query count doesn't equal to expected count. (@khiav223577)
    • #17 Support cache at has_many association II - add test cases (@khiav223577)
    • #16 Support cache at has_many association I (@khiav223577)
    • #15 Adjust file structures (@khiav223577)
    • #14 Support cache at belongs_to association (@khiav223577)
    • #13 Fix that cache not cleaned if foreign_key is not id and calling mode.delete (@khiav223577)
    • #12 [Refactor] move the active_record extension to proper directory (@khiav223577)
    • #11 Fix id problem by specify foreign_key manually (@khiav223577)
    • #10 cache on falsy result (@khiav223577)
    • #9 Fix that all models cache with same id will be cleaned if any of one is cleaned (@khiav223577)
    • #8 allow developer to specify whether the cache should expire (@khiav223577)
    • #7 custom query which allow you to specify how to expire the cache by expire_by option (@khiav223577)
    • #6 test cache self (@khiav223577)
    • #5 Deal with delete, dependent: :delete that do not fire after_commit callback (@khiav223577)
    • #4 split test cases to several files and refactor the code (@khiav223577)
    • #3 Safer cache mechanism: Prevent cache from being left over if someone forgets to write cache_self (@khiav223577)
    • #2 Adjust usage (@khiav223577)
    • #1 use after_commit hook to expire cached associations (@khiav223577)