aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
diff options
context:
space:
mode:
authorMichael de Silva <michael@mwdesilva.com>2012-01-31 09:54:12 +0300
committerMichael de Silva <michael@mwdesilva.com>2012-01-31 09:59:38 +0300
commit93306be571c8fb870e8d2e42fae574f32ef9ad9d (patch)
tree4936d247e9e47a892520b9bdf2112b0038382364 /railties/lib
parent413790559c6d803b89eb5daf7d0dff39d8f7c991 (diff)
downloadrails-93306be571c8fb870e8d2e42fae574f32ef9ad9d.tar.gz
rails-93306be571c8fb870e8d2e42fae574f32ef9ad9d.tar.bz2
rails-93306be571c8fb870e8d2e42fae574f32ef9ad9d.zip
clarification to prevent confusing newbies; Passenger/Unicorn are app servers, Apache/Nginx are the web servers along with thin a la Heroku etc.
Diffstat (limited to 'railties/lib')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile
index 082642d5cd..e8576c9074 100644
--- a/railties/lib/rails/generators/rails/app/templates/Gemfile
+++ b/railties/lib/rails/generators/rails/app/templates/Gemfile
@@ -16,7 +16,7 @@ source 'https://rubygems.org'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
-# Use unicorn as the web server
+# Use unicorn as the app server
# gem 'unicorn'
# Deploy with Capistrano