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: 97,965 of 183,714
Downloads: 7,571

Daily

Ranking: 49,180 of 183,707
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
71,012,162,709activesupport
10976,482,657rake
26828,533,358rspec
99356,277,487simplecov

Owners

#GravatarHandle
1iconchris12295