Why? And why not, try Thin!

Posted by kain Thu, 03 Jul 2008 22:51:00 GMT

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