Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (39 loc) · 961 Bytes

CHANGELOG.md

File metadata and controls

50 lines (39 loc) · 961 Bytes

1.2.0

1.2.1

  • [fix polymorphic association bug]

1.3.0

  • [clean cache after touch]

1.3.1

  • [clean cache after update_column/increment!/decrement!]

1.3.2

  • [fix has one assciation issue]

1.4.0

  • [cache has one assciation]

1.4.1

  • [fix errors when belongs_to association return nil]

1.5.0

  • [add cache version to quick clear cache for special model]

1.5.1

  • [use new marshal machanism to avoid clear assocation cache manually]

1.6.0

  • [write through cache]
  • [disable SecondLevelCache for spicial model]
  • [only cache SELECT * query]

1.6.1

  • [Fix bug: undefined method `select_all_column?' for []:ActiveRecord::Relation] by sishen

1.6.2

  • [can disable/enable fetch_by_uinq_key method]
  • [Fix Bug: serialized attribute columns marshal issue #11]