Settings

Theme

Show HN: Authority: ORM-neutral, OO Rails authorization

github.com

1 points by billybob 14 years ago · 1 comment · 1 min read

Reader

Authority is my new Rails authorization plugin. Why another one?

Some things that make it different:

- 100% ORM neutral - No new DSL to learn; just plain Ruby methods - Authorization logic goes in authorizer classes, so any inheritance pattern you want is fine - Helps you organize your logic, but that logic can be anything you can write in Ruby: check permissions in a database, or how many points a user has (like StackOverflow), or a weather report from London for all it cares.

Extensive tests and friendly documentation await you at the repo: http://github.com/nathanl/authority

billybobOP 14 years ago

Authority is my new Rails authorization plugin. Why another one?

Some things that make it different:

- 100% ORM neutral

- No new DSL to learn; just plain Ruby methods

- Authorization logic goes in authorizer classes, so any inheritance pattern you want is fine

- Helps you organize your logic, but that logic can be anything you can write in Ruby: check permissions in a database, or how many points a user has (like StackOverflow), or a weather report from London for all it cares.

Extensive tests and friendly documentation await you at the repo: http://github.com/nathanl/authority

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection