ANN: ActiveRBAC 0.2.1 released

Hi, all.

I just want to announce out that I have just released version 0.2.1
of ActiveRBAC.

ActiveRBAC is a component that handles authentication (login) and
authorization (permissions). The aim of ActiveRBAC is to provide the
default authentication and authorization backend for shared Ruby On
Rails components.

You can fetch the current release from

https://activerbac.turingstudio.com/releases/active_rbac-0.2.1.tar.gz

This will be the last release in which ActiveRBAC follows RoR’s
component structure. The next release 0.3.0 will work as a Rails
Engine. Hopefully, this will make customizing and configuring
ActiveRBAC easier.

If you want to find out more about ActiveRBAC, you can visit

https://activerbac.turingstudio.com

Changelog

MiniCMS Demo

  • Fixing ticket #81 (ActiveRbac::… => Controllers::ActiveRbac)
  • Upgrading to 0.14.2 (1.0RC3) Ruby On Rails

ActiveRBAC Component

  • Fixing documentation error (#81)
  • Fixing documentation of the ImportCmsSchema migration (#67)

Regards

Manuel H.