From 3a68a53e17caff8add1a4c3ffa90e5711b834dad Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Thu, 4 Oct 2012 21:52:04 -0500 Subject: Comment rack-cache entry on Gemfile --- railties/lib/rails/generators/rails/app/templates/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails/generators') diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile index f58542653c..e5aa153e29 100644 --- a/railties/lib/rails/generators/rails/app/templates/Gemfile +++ b/railties/lib/rails/generators/rails/app/templates/Gemfile @@ -10,7 +10,7 @@ source 'https://rubygems.org' <%= javascript_gemfile_entry %> # Puts a simple HTTP cache in front of your app (and gets you ready for later upgrading to nginx/varnish/squid) -gem 'rack-cache', '~> 1.2' +# gem 'rack-cache', '~> 1.2' # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' -- cgit v1.2.3