An idea of role management for Rails

Posted by ZedTuX 0n R00t on October 25, 2014

Just a reminder for me.

I was looking to the existing gems for authorisations.

Pundit is nice in the way that it is segragating the policies within an app/policies/ folder but it is too complex or complete.

Canable is nice in the way it is very simple.

I’d like to create a gem with will merge both things:

  • Keep it simple
  • Segregate policies within an app/policies/ folder