From 0366e6a614ba8922267572192a49892df8a4ec6b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 6 Dec 2004 18:18:29 +0000 Subject: Added an easier way of starting a IRB session on the environment git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@48 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/Rakefile') diff --git a/railties/Rakefile b/railties/Rakefile index b294cb1feb..92a1bfc765 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -110,8 +110,8 @@ task :copy_dispatches do cp "dispatches/dispatch.servlet", "#{PKG_DESTINATION}/public/dispatch.servlet" - cp "dispatches/start_server", "#{PKG_DESTINATION}/start_server" - chmod 0755, "#{PKG_DESTINATION}/start_server" + cp "bin/envcon", "#{PKG_DESTINATION}/script/envcon" + chmod 0755, "#{PKG_DESTINATION}/script/envcon" end task :copy_html_files do -- cgit v1.2.3