inossidabile / protector

Comfortable (seriously) white-list security restrictions for models on a field level
MIT License
270 stars 31 forks source link

Release 1.0 #14

Open inossidabile opened 11 years ago

inossidabile commented 11 years ago

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:

fdeschenes commented 11 years ago

+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.

m4tm4t commented 11 years ago

:+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 ?

inossidabile commented 11 years ago

Yep, looks like it's fine.

toxix commented 9 years ago

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)