aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-02-26 20:25:24 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-02-26 20:25:24 +0000
commit09f89c4abf7a3cbff79426f2446bfc05fd1b18a6 (patch)
tree09d1c337121b1440a46ec897390524e20d666edf /railties/Rakefile
parent1215d54c2f31c4d19b2432ab05751fe2eaec0319 (diff)
downloadrails-09f89c4abf7a3cbff79426f2446bfc05fd1b18a6.tar.gz
rails-09f89c4abf7a3cbff79426f2446bfc05fd1b18a6.tar.bz2
rails-09f89c4abf7a3cbff79426f2446bfc05fd1b18a6.zip
Added -r/--repeat option to script/process/spawner that offers the same loop protection as the spinner did. This deprecates the script/process/spinner, so it's no longer included in the default Rails skeleton, but still available for backwards compatibility (closes #3461) [ror@andreas-s.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3672 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 21cdd375c4..60ee244083 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -41,7 +41,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 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 )
+BIN_FILES = %w( about breakpointer console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner runner server plugin )
VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties )