*CURRENTLY UNMAINTAINED*. Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain Ruby methods on them.
When I blow away my original changes, the specs got removed as well, so they happily passed when the authorize= was not set correctly. 3rd time is the charm I suppose.
Additionally, authorizer= now sets the authorizer_name so they both will stay sync.
When I blow away my original changes, the specs got removed as well, so they happily passed when the
authorize=
was not set correctly. 3rd time is the charm I suppose.Additionally,
authorizer=
now sets theauthorizer_name
so they both will stay sync.