Switched from WebRick to thin for a couple of reasons

- webrick spits out spurious warnings when serving assets
- heroku recomments thin, and we're working on using heroku a bit
This commit is contained in:
Skud
2013-01-09 11:09:58 +11:00
parent bd17546635
commit f5f5e35853
2 changed files with 12 additions and 0 deletions

View File

@@ -66,6 +66,11 @@ gem 'passenger'
gem 'rake', '>= 10.0.0'
gem 'cape'
# instead of webrick, use thin, which is recommended for many reasons
# eg. better on heroku, also doesn't throw spurious asset warnings
gem 'thin'
gem 'diff-lcs'
group :development, :test do

View File

@@ -57,6 +57,7 @@ GEM
compass-rails (1.0.3)
compass (>= 0.12.2, < 0.14)
daemon_controller (1.1.0)
daemons (1.1.9)
devise (2.2.0)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
@@ -64,6 +65,7 @@ GEM
warden (~> 1.2.1)
diff-lcs (1.1.3)
erubis (2.7.0)
eventmachine (1.0.0)
execjs (1.4.0)
multi_json (~> 1.0)
fastthread (1.0.7)
@@ -164,6 +166,10 @@ GEM
sqlite3 (1.3.6)
therubyracer (0.10.2)
libv8 (~> 3.3.10)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.12)
@@ -214,6 +220,7 @@ DEPENDENCIES
spork (~> 0.9.0.rc)
sqlite3
therubyracer (~> 0.10.2)
thin
twitter-bootstrap-rails (= 2.1.6)
uglifier (>= 1.0.3)
watchr