jimsynz / faye-rails

Simple Rails glue for the Faye messaging protocol.
MIT License
435 stars 79 forks source link

Passenger support #55

Closed felixbuenemann closed 10 years ago

felixbuenemann commented 10 years ago

This adds support for running faye-rails on passenger standalone 4.0 or passenger 4.0 on nginx 1.4+.

I also needed to bump faye, because faye 1.0 or later is required for passenger support. Because this also required updating the faye javascripts, I added a small fix to tackle issue #15 in a sensible way.

I also have an updated faye-rails-demo.

I've also checked that thin and puma are still working properly using the demo app.

ronyv89 commented 10 years ago

+1 for this. Works well with Passenger and Nginx

mikeric commented 10 years ago

+1

jimsynz commented 10 years ago

Thanks folks!

felixbuenemann commented 10 years ago

Thanks for merging, James!