leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
535 stars 215 forks source link

Fix Rails 5 deprecation of calling to_h on ActionController::Parameters #340

Closed kreintjes closed 7 years ago

kreintjes commented 7 years ago

Fixes DEPRECATION WARNING: Method to_hash is deprecated and will be removed in Rails 5.1, asActionController::Parametersno longer inherits from hash. Using this deprecated behavior exposes potential security problems. If you continue to use this method you may be creating a security vulnerability in your app that can be exploited. Instead, consider using one of these documented methods which are not deprecated: http://api.rubyonrails.org/v5.0.1/classes/ActionController/Parameters.html (called from process_params at vendor/bundle/ruby/2.4.0/bundler/gems/wice_grid-b304f95ab30d/lib/wice_grid.rb:219)

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.5%) to 37.476% when pulling 8f2a19aecd7984fe4ff1f06c95f980e57e8d0b5d on kreintjes:fix/rails-5-deprecation into 2fcb600bb7f72e0c6de1b4df83babdffd9671b61 on leikind:rails3.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.5%) to 37.476% when pulling 8f2a19aecd7984fe4ff1f06c95f980e57e8d0b5d on kreintjes:fix/rails-5-deprecation into 2fcb600bb7f72e0c6de1b4df83babdffd9671b61 on leikind:rails3.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.5%) to 37.476% when pulling 8f2a19aecd7984fe4ff1f06c95f980e57e8d0b5d on kreintjes:fix/rails-5-deprecation into 2fcb600bb7f72e0c6de1b4df83babdffd9671b61 on leikind:rails3.