lockdown gem

Gem details

Lockdown is a authentication/authorization system for RubyOnRails (ver 2.x).

Websitehttp://stonean.com/wiki/lockdown Author stonean Tags Authentication, Authorization

Documentation

Install the Gem:
gem install lockdown
rails my_app
cd my_app
./script/generate lockdown
rm public/index.html
rake db:migrate



You now have an app that is locked down. Modify your lib/lockdown/init.rb to define permissions and user groups. This is your centralized security center, no code scattered among your controllers. Before filters on your controllers are automatically added.

More info on the wiki: http://stonean.com/wiki/lockdown

Edit Gem | Back in time (1 older version) | Last edited by: astone, about 1 year ago