We evaluate plugins for authorization in Rails. The two at the top of our list are cancan and declarative_authorization.
I would like to get some feedback from anyone who is currently using any of these plugins.
The problem that we encountered with any authorization plugin is that we have databases for each client model and it will be necessary to change the plugin to work inside this model. Because of this, I am interested in hearing from everyone who should have plugins in general.
I'm just starting to look at the code. It seems that cancan may be a little easier to set up.
Any thoughts?
source
share