Displaying 1 result from an estimated 1 matches for "railfix".
Did you mean:
mailfix
2006 Apr 22
5
ActiveRBAC 0.3.1 Released
...-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_TY...