evendis / mandrill-rails

Webhook processing and event decoration to make using Mandrill with Rails just that much easier
MIT License
288 stars 36 forks source link

Resolve Rails 5 deprecation warnings for *_filter hooks. #42

Closed shanna closed 7 years ago

shanna commented 8 years ago

In Rails 4.0.0 (2012) DHH renamed the *_filter hooks in AbstractController to *_action. In Rails 5.0 it now prints deprecation warnings for *_filter calls as they will be removed in Rails 5.1.

FLarra commented 7 years ago

Any chance to merge this and release? Now that Rails 5 is out since a while. Thanks!