Skip to content

Commit

Permalink
Use Thin in all environments.
Browse files Browse the repository at this point in the history
We're doing this on our most recent apps because they're deployed to
Heroku's Cedar stack, which runs on Webrick in production by default.

http://devcenter.heroku.com/articles/procfile#declaring_process_types

Also requires a Procfile.
  • Loading branch information
Dan Croak committed Oct 16, 2011
1 parent e2a8f47 commit 4c78926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/trout/Gemfile
Expand Up @@ -11,6 +11,7 @@ group :assets do
end

gem "pg"
gem "thin"
gem "jquery-rails"
gem "sass"
gem "RedCloth", :require => "redcloth"
Expand Down Expand Up @@ -43,5 +44,4 @@ group :test do
gem "shoulda-matchers"
gem "launchy"
gem "capybara-webkit"
gem "thin"
end

0 comments on commit 4c78926

Please sign in to comment.