The declarative authorization plugin offers an authorization mechanism for Ruby inspired by RBAC.
I'm getting the following error in my deployed Rails 2.3.5 application: NoMethodError (undefined method `to_sym' for nil:NilClass): My local …
ruby-on-rails ruby roles declarative-authorizationI get this error when trying to register a new user. NoMethodError (undefined method save' for nil:NilClass): app/controllers/…
ruby-on-rails authlogic declarative-authorization