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

Remove tight rails dependency. #31

Closed christhekeele closed 11 years ago

christhekeele commented 11 years ago

Doesn't touch documentation or attempt to decouple controllers.

nathanl commented 11 years ago

Awesome. I really want to get this merged, but since it's a big change, I also want to take a bit of time to look over it. I'll get back to you as soon as I can.

Thanks so much!

nathanl commented 11 years ago

Awesome, thanks for doing this! I'd love to hear about your experiences using Authority with Padrino if you want to email me, or even better, put up a blog post.

I will release a new version as soon as I get a chance.

christhekeele commented 11 years ago

Good stuff!

I'm working on an unreleased gem myself right now that seeks to add controller-level functionality in an easily integrated framework-agnostic way. If I like the code enough I may make a second pass at this in a new branch so my poor Padrino app doesn't have to reimplement Authority::Controller on its lonesome.