- [fix polymorphic association bug]
- [clean cache after touch]
- [clean cache after update_column/increment!/decrement!]
- [fix has one assciation issue]
- [cache has one assciation]
- [fix errors when belongs_to association return nil]
- [add cache version to quick clear cache for special model]
- [use new marshal machanism to avoid clear assocation cache manually]
- [write through cache]
- [disable SecondLevelCache for spicial model]
- [only cache
SELECT *
query]
- [Fix bug: undefined method `select_all_column?' for []:ActiveRecord::Relation] by sishen
- [can disable/enable fetch_by_uinq_key method]
- [Fix Bug: serialized attribute columns marshal issue #11]