Hi

I am happy to announce the 0.3.1 release of ActiveRBAC Engine. The  
biggest improvement on the 0.3 release is that it runs with Rails 1.1  
now.

Get your personal copy now from

   https://activerbac.turingstudio.com/releases :)

There is a manual PDF with a tutorial available at

   https://activerbac.turingstudio.com/releases/ActiveRbacManual.pdf

which is also included in the full downloads.

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
---------

* The RDOC documentation now only contains the API reference. The  
manual is available as a PDF at https://activerbac.turingstudio.com/ 
releases/ActiveRbacManual.pdf (#121)
* Fixed the namespace problem of controllers & models (#119)
* Fixed a problem with the "railfix" code in Rails 1.1 (#114)
* ActiveRBAC now runs with Rails 1.1 (tested with 1.1.2) (#118)
* The files in app/model become stubs which simply import the  
ActiveRBAC mixins. This should make extending Models in your own code  
easier. (#112)
* Moving the constants User::DEFAULT_PASSWORD_HASH_TYPES and  
User::DEFAULT_STATES to private class methods with lowercased names.  
(CHECK FOR DEPENDENCY IN YOUR CODE)
* Renaming the "redirect_to" parameter/session variable nam of  
LoginController to "return_to" (#103)
* Adding "all_static_permissions" method to User. (#109)
* Adding Version identifier as described in http://api.rails- 
engines.org/engines/classes/Engine.html (#104)
* Removing 3 lines from user_controller.rb that expected  
InvalidStateTransition to be thrown (#113)
* adding support for redirect_to feature to LoginController (#100)
* Adding migration for schema import
* fixing a documentation issue (#94)
_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to