rails 开发中 5.1版本使用binding.pry会报 ActionController::UnfilteredParameters: unable to convert unpermitted parameters to hash可以在下面文件中设置applicaiton.rbif Rails.env.development? config.action_controller.permit_all_parameters = trueend