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

Unlock sneakers adapter version #19907

Merged
merged 1 commit into from Apr 28, 2015
Merged

Conversation

artofhuman
Copy link
Contributor

No description provided.

@matthewd
Copy link
Member

If we no longer need a prerelease, I guess we should follow the other adapters lead, and drop the version constraint entirely.

Before we deal with that, however, we probably need to fix the test failure. 😄

@artofhuman
Copy link
Contributor Author

Ok, i will try to fix tests

@artofhuman artofhuman force-pushed the sneakers-update branch 3 times, most recently from fd162ef to 1498965 Compare April 28, 2015 06:09
@artofhuman artofhuman changed the title Change sneakers adapter for ActiveJob to stable version Unlock sneakers adapter version Apr 28, 2015
@artofhuman
Copy link
Contributor Author

AJ section is green https://travis-ci.org/rails/rails/builds/60330170

@@ -84,7 +84,7 @@ def bunny_publisher
end

def bunny_queue
@queue ||= bunny_publisher.exchange.channel.queue "integration_tests", durable: true
@queue ||= bunny_publisher.send(:exchange).channel.queue "integration_tests", durable: true
Copy link
Member

Choose a reason for hiding this comment

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

Looks like exchange has been removed from the public API. Do you think there's any chance that we can implement this without reaching into the object? If not, maybe we can persuade the sneakers maintainer to consider making it public again...

/cc @jondot

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. exchange moved to private api in this commit jondot/sneakers@c331d11

Copy link

Choose a reason for hiding this comment

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

Hey guys, I can explore exposing the exchange back. Thanks for notifying me!
Will get back with updates soon

Copy link

Choose a reason for hiding this comment

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

Done. Exchange moved back, and released new v1.0.4 to reflect this (and other previous improvements).
Feel free to LMK if there's anything more I can do to help, thanks!

senny added a commit that referenced this pull request Apr 28, 2015
@senny senny merged commit 65c29b6 into rails:master Apr 28, 2015
@senny
Copy link
Member

senny commented Apr 28, 2015

@artofhuman thank you 💛

@artofhuman
Copy link
Contributor Author

@senny @jondot Thanks

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