aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
diff options
context:
space:
mode:
authorSam Ruby <rubys@intertwingly.net>2013-04-10 17:56:29 -0400
committerSam Ruby <rubys@intertwingly.net>2013-04-10 19:33:42 -0400
commit0171c475f2dd374cf43c1a8a9200165208596483 (patch)
treeb7e7837356b1650bff20e0956fd788a82662e542 /railties/lib/rails/generators/rails
parent0235cdf5ce0e92b88d49b8e135e696a89b76d097 (diff)
downloadrails-0171c475f2dd374cf43c1a8a9200165208596483.tar.gz
rails-0171c475f2dd374cf43c1a8a9200165208596483.tar.bz2
rails-0171c475f2dd374cf43c1a8a9200165208596483.zip
Editorial pass over generated Gemfile
* When run with default options, no repeated blank lines * Every gem has a comment, perhaps a generic one, but a comment nonetheless * Most comments used to start with "Use", some with "To use" => made consistent
Diffstat (limited to 'railties/lib/rails/generators/rails')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile
index 07cf31dd83..1842e09bae 100644
--- a/railties/lib/rails/generators/rails/app/templates/Gemfile
+++ b/railties/lib/rails/generators/rails/app/templates/Gemfile
@@ -17,16 +17,16 @@ end
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.0.1'
-# To use ActiveModel has_secure_password
+# Use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# Use unicorn as the app server
# gem 'unicorn'
-# Deploy with Capistrano
+# Use Capistrano for deployment
# gem 'capistrano', group: :development
<% unless defined?(JRUBY_VERSION) -%>
-# To use debugger
+# Use debugger
# gem 'debugger', group: [:development, :test]
<% end -%>