RubyGems.org

rolify

0.1.0

Very simple Roles library without any authorization enforcement (built to use with cancan) supporting scope on object: user.is_moderator?(Forum.first) => # return false if user is moderator of another Forum

installgem install rolify -v 0.1.0
Authors

Florent Monbillard

132,387 total downloads 565 for this version
Owners

F5696f921180666d269c5740733582b1

Gemfile
gem "rolify", "~> 0.1.0"
Versions
  1. 3.3.0.rc4 March 12, 2013
  2. 3.3.0.rc3 February 20, 2013
  3. 3.3.0.rc2 February 8, 2013
  4. 3.3.0.rc1 February 6, 2013
  5. 3.2.0 August 8, 2012
Show all versions (27 total)
Runtime Dependencies
  1. activerecord ~> 3.1.0.rc1
Development Dependencies
  1. sqlite3 >= 0