Hi I have just released the 0.3 revision of ActiveRecord - make sure to get the fresh, hot packages from
https://activerbac.turingstudio.com/releases What is ActiveRBAC? ------------------- ActiveRBAC is a Ruby on Rails library that provides a full stack RBAC (Role Based Authorization) system with user, group, role and permission management. It provides models and controllers to edit those models (obviously it should also provide views which it does ;)) Useful URLS: https://activerbac.turingstudio.com - the project's page https://activerbac.turingstudio.com/api/ - API documentation https://activerbac.turingstudio.com/releases/ - download it here https://activerbac.turingstudio.com/source/ - our SVN repository is here If you have any questions or suggestions for us, contact us via our mailing list (or contact me directly if you prefer that): [EMAIL PROTECTED] You can sign up here: https://lists.cloudcore.com/mailman/listinfo/rbac-dev Changelog --------- active_rbac * Moving configuration into the "ActiveRbac" module as is normal for engines. * Controllers have been moved into a subdirectory "active_rbac" so they can be in the namespace "ActiveRbac" * The structure of ActiveRBAC has been changed to the of an engine. rbac_demo * minor template tweakings * Adding a protected page * Uprading some script/* files * ActiveRBAC is not imported as a component any more. It is used as an engine now. minicms * minicms_permissions_only works now with the ActiveRbac engine * removing railsfix plugin - that's now in the ActiveRbac engine * removing protect_rbac plugin - that's also now in the ActiveRbac engine generators * removing rbac_railfix since this is now in the engine Regards, Manuel Holtgrewe _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
