Skip to content

Commit

Permalink
Use thin as the web server in development
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wood committed Jun 30, 2013
1 parent 8d37b26 commit 0c42eba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'

group :development do
gem 'thin'
end

group :test do
gem 'fakeweb'
gem 'mocha', require: false
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@ GEM
rest-client
simplecov (>= 0.7)
thor
daemons (1.1.9)
dalli (2.6.4)
dotenv (0.8.0)
erubis (2.7.0)
eventmachine (1.0.0)
execjs (1.4.0)
multi_json (~> 1.0)
fakeweb (1.3.0)
Expand Down Expand Up @@ -139,6 +141,10 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.18.1)
thread_safe (0.1.0)
atomic
Expand Down Expand Up @@ -179,6 +185,7 @@ DEPENDENCIES
sass-rails
signal_api!
simplecov
thin
timecop
uglifier
unicorn

0 comments on commit 0c42eba

Please sign in to comment.