Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Technologies Resources

Johan Henkens edited this page Apr 13, 2014 · 5 revisions

Testing

Gems

  • CanCanCan Github - We use CanCanCan to specify what each user 'can' do.
  • Rolify Github - We use Rolify to allow us to specify roles for each User account. Combined with CanCanCan, this allows us to easily specify classes of users and restrict access based on instances or groups of objects.
  • Devise Github - Devise handles the registration, and authentication of Users - the last piece of our User control model. The Rolify github contains a basic guide for using all three of these gems together.