You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Rollbar with Rails 5 (currently 5.0.0.beta1.1) and I noticed this deprecation warnings. Just a reminder to fix those before upgrading to Rails 5.1.
DEPRECATION WARNING: alias_method_chain is deprecated.
Please, use Module#prepend instead.
From module, you can access the original method using super.
(called from included at .../.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rollbar-2.7.1/lib/rollbar/middleware/rails/show_exceptions.rb:42)
Hey @smolnar, thank you very much for the tip. I hope we can work soon on the Rails5 integration and full support, and we we'll take this into account.
I'm using Rollbar with Rails 5 (currently 5.0.0.beta1.1) and I noticed this deprecation warnings. Just a reminder to fix those before upgrading to Rails 5.1.
Code:
The text was updated successfully, but these errors were encountered: