Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alias_method_chain is deprecated in Rails5 #303

Closed
philippfrank opened this issue Jun 17, 2016 · 1 comment
Closed

alias_method_chain is deprecated in Rails5 #303

philippfrank opened this issue Jun 17, 2016 · 1 comment

Comments

@philippfrank
Copy link

See: https://github.com/rails/rails/blob/5-0-stable/activesupport/CHANGELOG.md

Used in lib/bugsnag/rails/action_controller_rescue.rb.

@philippfrank philippfrank changed the title alias_method_chain is deprecated in Rails5 alias_method_chain is deprecated in Rails5 Jun 17, 2016
@kattrali
Copy link
Contributor

Thank you for the report, @philippfrank. The contents of action_controller_rescue are exclusively legacy Rails 2 extensions which should have no effect on newer versions, and I added a check to enforce this behavior in 130ba92.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants