Action Policy v0.2.4 Release Notes

Release Date: 2018-09-06 // over 5 years ago
    • 🔧 [Fix #39] Fix configuring cache store in Rails. ([@palkan][])

    • Add did_you_mean suggestion to UnknownRule exception. ([@palkan][])

    • ➕ Add check? as an alias for allowed_to? in policies. ([@palkan][])

    • ➕ Add ability to disable per-thread cache and disable it in test env by default. ([@palkan][])

    You can control per-thread cache by setting:

    ActionPolicy::PerThreadCache.enabled = true # or false