thin
Getting async http requests to work on rails 3beta4/ruby 1.9.2-rc2/thin/eventmachine
I\'ve been trying to get basic async HTTP calls to work in my app. I\'ve tried using some codein my app from the Rails 3 async stack demo: http://github.com/igrigorik/async-rails, but I\'m getting \"[详细]
2023-01-08 17:01 分类:问答RVM and thin, root vs. local user
So I\'m trying to get thin to run as a service with RVM. After a thin install I manually updated /etc/init.d/thin to use an su - user when running the config command so that thin was running as a loca[详细]
2023-01-07 01:14 分类:问答What is causing Apache2 to display PHP as plain text in this config file?
I am trying to run PHP and Rails in the same virtual host, however, PHP is being displayed as plain/text. When I create a test host without all the rewrites and proxy-ing, Apache2 will process the PHP[详细]
2023-01-03 19:54 分类:问答Thin Dream?
Thin DreamDoyle Bramhall II & SmokestackWelcomeThin Dream - Doyle Bramhall II & SmokestackWritten by:Doyle Bramhall Ii/Susannah K. MelvoinThe sun raised upShine down on youThese waves will pauseAnd t[详细]
2023-01-01 08:27 分类:问答intelligent thin start with port alias for bash
i would like a single alias (ts) which开发者_运维百科 starts my local development server. the script should test for an open port starting at 3000 and use the first available port. additionally, some[详细]
2022-12-28 07:22 分类:问答Thin and Bundler on Windows Rails
Trying to get Thin working with Bundle on Windows, I know, major PITA but anyways, I\'m new to Thin and Bundle gem, I\'m on Ruby 1.8.6 and[详细]
2022-12-27 13:29 分类:问答Can't install thin by using rubygems on Ubuntu 9.10
How can I fix this error, and install thin or other gems? $ sudo gem install thin Building native extensions.This could take a while...[详细]
2022-12-24 10:26 分类:问答Help with starting up my thin server with Sinatra
I\'m a newcomer trying to get my feet wet with Ruby and Sinatra. I followed the Slicehost articles in getting Ruby 1.9.1 setup along with Thin 1.2.7 with a reverse proxy to Nginx.[详细]
2022-12-24 06:33 分类:问答The init script to several Unicorn.rb instance
I use now thin to serve my rack application on my webserver. I have a lot of web application so I have a init script who check all file in my /etc/thin and start all of then with configuration inside.[详细]
2022-12-23 03:03 分类:问答Can nginx be used as a reverse proxy for a backend websocket server?
We\'re working on a Ruby on Rails app that needs to take advantage of html5 websockets. At the moment, we have two separate \"servers\" so to speak: our main app running on nginx+passenger, and a sepa[详细]
2022-12-22 18:05 分类:问答