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

Fixed duplicate subscribers in ActiveSupport::Subscriber #15037

Merged
merged 1 commit into from
May 17, 2014
Merged

Fixed duplicate subscribers in ActiveSupport::Subscriber #15037

merged 1 commit into from
May 17, 2014

Conversation

roccoblues
Copy link
Contributor

ActiveSupport::Subscriber no longer creates multiple subscribers when you redefine a method.

ActiveSupport::Subscriber no longer creates multiple subscribers when
you redefine a method.
@roccoblues
Copy link
Contributor Author

btw: this broke only recently in 4.1.1. This is the changeset that introduced that regression: d2824a3

@rafaelfranca rafaelfranca added this to the 4.1.2 milestone May 9, 2014
end
end

attr_reader :patterns
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add # :nodoc: to this one?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I'll. Thanks

rafaelfranca added a commit that referenced this pull request May 17, 2014
…_subscribers

Fixed duplicate subscribers in ActiveSupport::Subscriber

Conflicts:
	activesupport/CHANGELOG.md

Conflicts:
	activesupport/CHANGELOG.md
@rafaelfranca rafaelfranca merged commit b50468d into rails:master May 17, 2014
rafaelfranca added a commit that referenced this pull request May 17, 2014
…_subscribers

Fixed duplicate subscribers in ActiveSupport::Subscriber

Conflicts:
	activesupport/CHANGELOG.md
@roccoblues roccoblues deleted the fix_duplicate_activesupport_subscribers branch May 17, 2014 07:53
@bogdan
Copy link
Contributor

bogdan commented May 22, 2014

+1

Will it be shipped in 4.1.2?

@robin850
Copy link
Member

@bogdan : Normally yes, the merge commit has been backported to the 4-1-stable branch.

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

Successfully merging this pull request may close these issues.

None yet

4 participants