aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
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/CHANGELOG
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/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index fab2a5c383..c2385b468f 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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 #3461 [ror@andreas-s.net]
+
* Added collision option to template generation in generators #3329 [anna@wota.jp]. Examples:
m.template "stuff.config" , "config/stuff.config" , :collision => :skip