Categories: None [Edit]

generic_auth

https://rubygems.org/gems/generic_auth
https://github.com/chrismcleod/generic_auth
This gem works on the most basic ruby classes. Its only dependency is activesupport for some string and inflector functionality. GenericAuth is very easy to use, simply create a rules file and your class methods are automatically wrapped to invoke authorization methods before they are run. You must set the user which must respond to a roles method. Your authorized classes must also specify which methods should be authorized (generic_auth_on method) as an array of symbols (see specs). Other than that, its automatic

Total

Ranking: 99,665 of 186,959
Downloads: 7,718

Daily

Ranking: 161,562 of 186,713
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
71,168,553,921activesupport
101,128,098,871rake
27909,387,510rspec
99413,507,374simplecov

Owners

#GravatarHandle
1iconchris12295