Is i开发者_运维百科t possible to use EventMachine calls inside Thin without extra initialization?
In relation to a previous question of mine found here: Autorun the Faye server when I start the Rails server
bundle exec thin start -p 3111 gives the following output: Using rack adapter Thin web server (v1.2.11 codename Bat-Shit Crazy)
Trying to run ruby on rails framework under nginx+thin, currently working under WEBrick. I don\'t have root access, cause it is hosted at web hosting service.
I\'m struggling to get Nginx to proxy my :80 traffic onto my thin cluster. At the moment.. nothing happens. See http://ec2-50-19-75-170.compute-1.amazonaws.com/
I have an application running on thin 1.2.11 behind nginx. I was trying to update my application to the latest version of it\'s gems using bundle update on a development machine, commiting to git, the
The session is not preserved between requests, though I can\'t see what I\'m 开发者_Python百科doing wrong. Code!
So I\'m running thin like this: thin start --ssl then I\'m going to https://localhost:3000/ There is a dummy controller action that does :
Rails 3.1 supports HTTP streaming, but only with compatible web servers. The blog post announcing the 3.1 release candidate mentions Unicorn:
In /etc/thin/ I\'ve got several yml files. When I run service thin stop -C /etc/thin/app.yml thin stops all applications, instead of only the one I specified.