Access Control - Roles

Hi, I’d like to have your opinion/help in the following situation:

I want to install a Gem to Access Control according to user roles giving only some permissions

For instance, after log in, according to the kind of user, it is just shown some menus.

I don’t know which GEM should I choose.

Does anybody have already worked with some GEM which can suggest me?

Thanks

Rita Ferreira

Hi, I'd like to have your opinion/help in the following situation:

I want to install a Gem to Access Control according to user roles giving only some permissions For instance, after log in, according to the kind of user, it is just shown some menus. I don't know which GEM should I choose.

Does anybody have already worked with some GEM which can suggest me?

cancan will do the job.

Colin

You can also check out Pundit (GitHub - varvet/pundit: Minimal authorization through OO design and pure Ruby classes).

Jim