codeforamerica / ohana-api

The open source API directory of community social services.
http://ohana-api-demo.herokuapp.com/api
BSD 3-Clause "New" or "Revised" License
185 stars 344 forks source link

Use strong parameters #430

Closed monfresh closed 6 years ago

monfresh commented 6 years ago

Why: It has been the standard since Rails 4, and the protected_attributes gem is no longer supported in Rails 5. As long we keep using protected attributes, we are preventing this app from being upgraded to Rails 5.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.1%) to 99.269% when pulling 893f4e8b4c24fc0648d45cf19161a8a2092e2239 on mb-protected-attributes into 654486c8a739cd4455bcc6b1e5be4861a1936de6 on master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.1%) to 99.266% when pulling 88167e26d81dcfa0e968d3846048b6667db6e288 on mb-protected-attributes into 654486c8a739cd4455bcc6b1e5be4861a1936de6 on master.