On 4/22/06, Manuel Holtgrewe <[EMAIL PROTECTED]> wrote: > 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. > <snip> > * Fixed the namespace problem of controllers & models (#119)
Just an FYI, that I had a namespace issue with ActiveRBAC last week. It was not a controller or model, but it was with: - the "user" table in the DB - the user helper - and an instance variable of @user (I think that was mine, not ActiveRbac). The conflict was with tracks which has its own authentication system and designed to be standalone, not added to an app like I did, so it is probably not surprising. Regardless, maybe there is even more ActiveRBAC can do to avoid name collisions. Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
