Why? And why not, try Thin!
Edge Rails
sudo gem install thin script/server thin
And you’re good to go.
Extra: a sample new config.gem
# Rubyforge gems. config.gem "thin" # new web server, mongrel based config.gem "uuidtools" # uuid generator config.gem "chronic", :version => '0.2.3' # natural language date/time, for ultrasphinx config.gem "hpricot", :version => '0.6' # scraping, see also mechanize config.gem "googletranslate", :lib => "rtranslate" # translator config.gem "bcrypt-ruby", :lib => "bcrypt" # password hashing config.gem "ar-extensions" # bulk data inserts config.gem "bj" # background jobs # Github gems. config.gem "mislav-will_paginate", :version => "~> 2.3.2", :lib => "will_paginate", :source => "http://gems.github.com" # ultrasphinx pagination
Trackbacks
Use the following link to trackback from your own site:
http://www.icoretech.org/trackbacks?article_id=why-and-why-not-try-thin&day=04&month=07&year=2008