rolify v3.4 Release Notes

Release Date: 2014-01-28 // about 10 years ago
    • ๐Ÿ›  fixed an initializer bug preventing the rails app to boot
    • โœจ enhanced documentation regarding with_role method (thanks to @vicomte)
    • โž• added select(:id) in SQL subquery used by in method in ActiveRecord adapter (thanks to @ryanaip and @badaboda)
    • ๐Ÿ‘Œ improved speed when removing roles using LIMIT(1) instead of COUNT (thanks to @yankovski)
    • ๐Ÿ›  fixed travis builds for rubinius and mongoid
    • ๐Ÿ›  fixed sanity check running before Rolify.config to ensure roles table exists
    • fixed has_any_role? to work with unsaved records (thanks to @mhw)
    • ๐Ÿ›  fixed specs for Mongoid