protector
protector copied to clipboard
Release 1.0
I need more success stories than my own one to ensure everything works properly or close to it to release 1.0. Please, put :+1: into this thread if you have one and you agree 1.0 can be released.
Additional enhancements that I would like to see prior to 1.0:
- ~~Strong Parameters integration~~
- ~~CanCan integration (as a gem)~~
- ~~InheritedResources integration (as a gem)~~
- Better tutorial on how to use Protector + StrongParameters + CanCan (or InheritedResources) with Rails 4
- Mongoid integration?
+1
I'm using Protector in a few different projects and all seems to be working properly for me too – although I haven't had a chance to test the Strong Parameter and CanCan integrations.
:+1: I'm just trying protector & rails 4. Everything is ok. About concerns, I tried something like that https://gist.github.com/foohey/6204053 . Is the right implementation ?
Yep, looks like it's fine.
This is the only gem I know which allowing me to restrict the active-record reading acces on a per field basis. Thank you for all your work. :star2:
(Also tried Consul, Pundit)