Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Rails 5 compatibility: Replaced alias_method_chain #27

Closed
wants to merge 4 commits into from

Conversation

calvincorreli
Copy link
Contributor

with two calls to alias_method
We could've used Module#prepend, but then we'd have a dependency on Ruby 2.2+

with two calls to alias_method
We could've used Module#prepend, but then we'd have a dependency on Ruby 2.2+
@mikker mikker self-assigned this May 18, 2016
@mikker
Copy link
Collaborator

mikker commented May 18, 2016

Thank you! I will look into this when I have the chance.

@jeppeliisberg
Copy link

@mikker +1 for rails 5 support

my app 'silently' stopped sending (some) errors to opbeat after upgrading. I see ** [Opbeat] Error capturing or sending exception undefined methodeach' for #ActionDispatch::Request:0x007fdf2bcc7178` in my log.

Also, why are all builds failing since 3.0.3?

@mikker
Copy link
Collaborator

mikker commented Aug 25, 2016

Included in d944a8e

Thanks!
❤️💛💚💙💜

@mikker mikker closed this Aug 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants