Running thin instead of mongrel with script/server
April 12th, 2010
Just go to the the rails directory that corresponds to this one on your computer (This is on a windows XP machine, but you should be able to figure out the right path on your machine)
C:\ruby\lib\ruby\gems\1.8\gems\rails-2.3.5\lib\commands
Open up server.rb
And edit the line that says
server = Rack::Handler::Mongrel
to say
server = Rack::Handler::Thin
enjoy
![]()
Entry Filed under: rails
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">
Trackback this post | Subscribe to the comments via RSS Feed