Migrate from Rails 3.x to 4 or 5 with strong parameters
I have created a rake task to help me to migrate a legacy Rails app to strong_parameters. It generates the parameter helper methods for each model. http://meier-online.com/en/2016/01/migration-rails-4-strong-parameters/
Post a comment