diff options
author | Alex Legler <alex@a3li.li> | 2011-08-30 16:29:01 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2011-08-30 16:29:01 +0200 |
commit | 698c9e1d3cb43accde52e80ea982fa88142ae622 (patch) | |
tree | 40535f0d679823c246d4e1d0f78d6f4f43190f80 /Gemfile | |
parent | Use requests instead of archive view mode in for displaying search results (diff) | |
download | glsamaker-698c9e1d3cb43accde52e80ea982fa88142ae622.tar.gz glsamaker-698c9e1d3cb43accde52e80ea982fa88142ae622.tar.bz2 glsamaker-698c9e1d3cb43accde52e80ea982fa88142ae622.zip |
Use thin
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ gem 'prototype-rails' # Use unicorn as the web server # gem 'unicorn' +gem 'thin' # Deploy with Capistrano gem 'capistrano' |