rolify v1.2 Release Notes

Release Date: 2011-11-04 // over 12 years ago
    • ๐Ÿ›  fixed a strange bug, probably rails related (thanks to @scottkf)
      • when using rails in development mode, the config.cache_classes = false makes the role class to be loaded at every call and can lead to a AssociationTypeMismatch
      • use of role_ids array instead of the roles association
    • ๐Ÿ’Ž now running on JRuby (specs are still failing for JRuby though)