rolify v1.0 Release Notes

Release Date: 2011-08-25 // over 12 years ago
    • โž• added a new parameter to disable dynamic shortcut methods due to potential incompatibility with other gems using method_missing with the same pattern
      • add Rolify.dynamic_shortcuts = false in the initializer file or
      • use the generator command with a third parameter:
      • rails g rolify:role Role User false
    • โœ‚ removed the railtie as it created more problems than it solved
    • ๐Ÿ”จ code refactoring to do some speed improvements and code clean up
    • โž• added a lot of specs to improve tests coverage
    • wrote a tutorial showing how to use rolify with CanCan and Devise
    • ๐Ÿ— rolify is now on travis-ci to monitor build status