From 836211e56ebda5b42df3e3e5280fd7e08aa18a24 Mon Sep 17 00:00:00 2001 From: David Trasbo Date: Sun, 13 Jun 2010 20:26:31 +0200 Subject: [PATCH] Don't require 'rake' in a stock application Rakefile --- .../rails/generators/rails/app/templates/Rakefile | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/railties/lib/rails/generators/rails/app/templates/Rakefile b/railties/lib/rails/generators/rails/app/templates/Rakefile index 13f1f9f..1645287 100755 --- a/railties/lib/rails/generators/rails/app/templates/Rakefile +++ b/railties/lib/rails/generators/rails/app/templates/Rakefile @@ -2,6 +2,4 @@ # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. require File.expand_path('../config/application', __FILE__) -require 'rake' - Rails::Application.load_tasks -- 1.7.1