Kentaro Kuribayashi's blog

Software Engineering, Management, Books, and Daily Journal.

Entries from 2013-03-05 to 1 day

Strong Parameters with Nested Objects in Rails 4

As the issue I reported, Strong Parameters being introduced in Rails 4 potentially causes users to be confused. Now that the responsibility to ensure params to be secure is owed by controllers, users have to handle several params which use…