aserafin / grape_logging

Request logging for Grape!
MIT License
147 stars 76 forks source link

Rails 6.0.0.rc1 deprecation warning: ActionDispatch::Http::ParameterFilter #61

Closed svenmalkus closed 5 years ago

svenmalkus commented 5 years ago

ParameterFilter inherits from ActionDispatch::Http::ParameterFilter which will be removed from Rails 6.1:

DEPRECATION WARNING: ActionDispatch::Http::ParameterFilter is deprecated and will be removed from Rails 6.1. Use ActiveSupport::ParameterFilter instead.

windy commented 5 years ago

+1

The same problem

aserafin commented 5 years ago

this was fixed with #63 and just published to rubygems 👍