aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-30 15:37:45 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-30 15:37:45 +0000
commit54f2d1d944bb7577ef33ab086191992210f4788c (patch)
tree2362ded764df45f2d931cfe4d5f665f580067894 /railties/Rakefile
parente6f3e5d90017f3f642dd2f4205679cc861a8a2ab (diff)
downloadrails-54f2d1d944bb7577ef33ab086191992210f4788c.tar.gz
rails-54f2d1d944bb7577ef33ab086191992210f4788c.tar.bz2
rails-54f2d1d944bb7577ef33ab086191992210f4788c.zip
Added console --profile for profiling an IRB session #1154 [bitsweat]. Changed console_sandbox into console --sandbox #1154 [bitsweat]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1261 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index b8017cefe9..6d47bc7dd7 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -26,7 +26,7 @@ TEST_DIRS = %w( fixtures unit functional mocks mocks/development mocks/test )
LOG_FILES = %w( server.log development.log test.log production.log )
HTML_FILES = %w( 404.html 500.html index.html favicon.ico javascripts/prototype.js )
-BIN_FILES = %w( generate destroy breakpointer console console_sandbox server update runner profiler benchmarker )
+BIN_FILES = %w( generate destroy breakpointer console server update runner profiler benchmarker )
VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties )
@@ -385,4 +385,4 @@ task :release => [:gem] do
first_file = false
end
end
-end \ No newline at end of file
+end