lockdown gem
Gem details
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


