nathanl / authority

*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.
MIT License
1.21k stars 67 forks source link

Don't test prior to Ruby 1.9.3 or Rails 3.2 #79

Closed nathanl closed 10 years ago

nathanl commented 10 years ago

Wait on Travis results to merge