aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorSam Stephenson <sam@37signals.com>2005-11-05 14:30:47 +0000
committerSam Stephenson <sam@37signals.com>2005-11-05 14:30:47 +0000
commit71b032a0a6a4f68354db7cb41e77443aa091580b (patch)
treeacd7a0246f7919fa791d74224432ee98cf7968ad /railties/Rakefile
parent1f6b09f67c7d15e4db5960a09ad3b724a1e01d7f (diff)
downloadrails-71b032a0a6a4f68354db7cb41e77443aa091580b.tar.gz
rails-71b032a0a6a4f68354db7cb41e77443aa091580b.tar.bz2
rails-71b032a0a6a4f68354db7cb41e77443aa091580b.zip
Added script/about to display formatted Rails::Info output
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2883 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 01395e72ea..b1b4a8de55 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -37,7 +37,7 @@ LOG_FILES = %w( server.log development.log test.log production.log )
HTML_FILES = %w( 404.html 500.html index.html robots.txt favicon.ico
javascripts/prototype.js
javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js )
-BIN_FILES = %w( breakpointer console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner process/spinner runner server lighttpd plugin )
+BIN_FILES = %w( about breakpointer console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner process/spinner runner server lighttpd plugin )
VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties )