aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorSam Stephenson <sam@37signals.com>2005-11-08 04:26:34 +0000
committerSam Stephenson <sam@37signals.com>2005-11-08 04:26:34 +0000
commitb661c9603a3d053f940e50fc1b63ff568f9b98f8 (patch)
tree4bd99f03f1642c5be34b8c553bb2f56df68bac22 /railties/Rakefile
parentc9ae41fe5154224a047efb4c8fccac4549755a0c (diff)
downloadrails-b661c9603a3d053f940e50fc1b63ff568f9b98f8.tar.gz
rails-b661c9603a3d053f940e50fc1b63ff568f9b98f8.tar.bz2
rails-b661c9603a3d053f940e50fc1b63ff568f9b98f8.zip
Added an omnipresent RailsInfoController with a properties action that delivers an HTML rendering of Rails::Info (but only when local_request? is true). Added a new default index.html which fetches this with Ajax.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2933 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 2f31df3809..e425f9a4dd 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -34,7 +34,7 @@ PUBLIC_DIRS = %w( images javascripts stylesheets )
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 robots.txt favicon.ico
+HTML_FILES = %w( 404.html 500.html index.html robots.txt favicon.ico images/rails.png
javascripts/prototype.js
javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js )
BIN_FILES = %w( about breakpointer console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner process/spinner runner server plugin )