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

Reel suppport #793

Closed
wants to merge 1 commit into from
Closed

Conversation

patriciomacadden
Copy link
Member

See discussions in #773 and #774.

@@ -1420,7 +1420,11 @@ def run!(options = {}, &block)
handler = detect_rack_handler
handler_name = handler.name.gsub(/.*::/, '')
server_settings = settings.respond_to?(:server_settings) ? settings.server_settings : {}
server_settings.merge!(:Port => port, :Host => bind)
if handler_name == 'Reel'
server_settings.merge!(:port => port, :host => bind)
Copy link
Member Author

Choose a reason for hiding this comment

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

@lukateras
Copy link
Contributor

lukateras commented Sep 27, 2013

You were faster! I was digging the same thing! 👍

@patriciomacadden
Copy link
Member Author

😉

@rkh
Copy link
Member

rkh commented Sep 28, 2013

Port/Host is the standard, shouldn't reel rather be adjusted?

@patriciomacadden
Copy link
Member Author

Yes, sure, that's what I thought. I'll send a pull request to reel-rack and then I'll update this pull request.

@patriciomacadden
Copy link
Member Author

I'll notify here when a new version of reel-rack gets released.

@tbuehlmann
Copy link
Contributor

Hah, just traced down the reel integration test failures only to see this PR 2 hours later, with the exact same changes. Won't open another PR then. Good job. :>

@rkh
Copy link
Member

rkh commented Oct 21, 2013

So what's the status on this?

@lukateras
Copy link
Contributor

@rkh It has been merged, but the new Reel release is not here yet.

@tbuehlmann
Copy link
Contributor

Pinged @tarcieri a few minutes ago on IRC, waiting for an answer and gem release.

@tarcieri
Copy link

reel-rack 0.1.0 has been released with standard :Host and :Port options

@patriciomacadden
Copy link
Member Author

Thank you very much @tarcieri!

@zzak zzak added this to the future milestone Feb 6, 2015
@zzak
Copy link
Member

zzak commented Feb 6, 2015

I think we can't do anything about this yet because reel doesn't support Ruby 1.8, and we do: https://github.com/celluloid/reel-rack/blob/master/.travis.yml

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

Successfully merging this pull request may close these issues.

6 participants