From b9cae60e85f17e393dd4d8649f46c1ad2e0b21a4 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Wed, 31 Aug 2005 07:46:37 +0000 Subject: More rails-switchtower decoupling git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2080 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/Rakefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'railties/Rakefile') diff --git a/railties/Rakefile b/railties/Rakefile index f804268353..4aa932faa2 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -154,13 +154,6 @@ task :copy_configs do cp "configs/database.yml", "#{PKG_DESTINATION}/config/database.yml" cp "configs/routes.rb", "#{PKG_DESTINATION}/config/routes.rb" - require 'erb' - File.open("#{PKG_DESTINATION}/config/deploy.rb", "w") do |file| - template = File.read("configs/deploy.rb") - destination_root = PKG_DESTINATION - file.write ERB.new(template).result(binding) - end - cp "configs/apache.conf", "#{PKG_DESTINATION}/public/.htaccess" cp "environments/environment.rb", "#{PKG_DESTINATION}/config/environment.rb" -- cgit v1.2.3