aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-20 17:36:23 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-20 17:36:23 +0000
commit2afb8a8cc0e3562d22a5ea31b934e076b5bfe8f6 (patch)
tree44275a8856952ca2bd46ff59033f41c867f5994d /railties/Rakefile
parent16287608bb6836924dc210a62b1c7e70a58ea94c (diff)
downloadrails-2afb8a8cc0e3562d22a5ea31b934e076b5bfe8f6.tar.gz
rails-2afb8a8cc0e3562d22a5ea31b934e076b5bfe8f6.tar.bz2
rails-2afb8a8cc0e3562d22a5ea31b934e076b5bfe8f6.zip
Added script/runner which can be used to run code inside the environment by eval'ing the first parameter
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@939 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 8de10ed121..1399242205 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -21,7 +21,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 )
-BIN_FILES = %w( generate destroy breakpointer console server update )
+BIN_FILES = %w( generate destroy breakpointer console server update runner )
VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties )