rolify v5.3.0 Release Notes

Release Date: 2020-06-01 // almost 4 years ago
  • 🚀 5.3.0 will be the last version to support Ruby < 2.5 and Rails < 5.2. Support for these will be dropped in the next major release.

    • 🛠 Fix deprecation warning in Ruby 2.7
    • ➕ Add Rails 6 support to migration generator
    • Significant ActiveRecord performance improvements to add_role and without_role
    • 🐎 Mongoid fix and performance improvement and to roles_name
    • 👉 Make it safe to call Thing.with_role(:admin, user) with new record