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

Only test MRI 2.3 and Rails 5 #111

Closed nathanl closed 8 years ago

nathanl commented 8 years ago

Other versions may still work; this is just to reduce the headache of testing, given limited time.