Migrate a Ruby on Rails App to Rails 4.x with “Strong Parameters”

A helpful rake task I’m just updating a three year old rails app from 3.2 to 4.2. One of the changes is that now the controller is responsible to protect against mass assignments. I think this is the right architecture, as the controller has the job to receive the input parameters and transfer them to …