From 1fc795468525d8622cdca474a54c8310a514aa46 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 8 Oct 2012 18:06:54 +0200 Subject: There is already an invitation to use rack-cache in config/environments/production.rb --- railties/lib/rails/generators/rails/app/templates/Gemfile | 3 --- 1 file changed, 3 deletions(-) (limited to 'railties/lib') diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile index e5aa153e29..d6bc0d6fd9 100644 --- a/railties/lib/rails/generators/rails/app/templates/Gemfile +++ b/railties/lib/rails/generators/rails/app/templates/Gemfile @@ -9,9 +9,6 @@ source 'https://rubygems.org' <%= assets_gemfile_entry %> <%= 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' - # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' -- cgit v1.2.3