2.1.3
Highlights
- Fixed a regression which caused fragment caching to break
- Caching is now enabled/disabled with
config.action_controller.perform_caching - Fixed an issue with
Phlex::CSVwhere given anActiveRecord::Relation, it’s meant to usefind_eachby default but didn’t
What's Changed
- Fix caching by @joeldrapper in #279
- Enable the cache based on Rails app config by @joeldrapper in #280
- Fix Phlex::CSV override by @joeldrapper in #281
Full Changelog: 2.1.2...2.1.3