aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 17:37:49 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 17:37:49 +0000
commitdbb6403923ff1f20d0a3090041043d16740450f7 (patch)
tree53c4441d9871d90e63cd18109daa3c70bf418890 /railties/CHANGELOG
parent6b4226918396304bdc480e7e2e373e787d925164 (diff)
downloadrails-dbb6403923ff1f20d0a3090041043d16740450f7.tar.gz
rails-dbb6403923ff1f20d0a3090041043d16740450f7.tar.bz2
rails-dbb6403923ff1f20d0a3090041043d16740450f7.zip
Added exception shallowing if the DRb server can't be started (not worth making a fuss about to distract new users) #779 [Tobias Luetke]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@864 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 f6ae399f42..a2d14abf01 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added exception shallowing if the DRb server can't be started (not worth making a fuss about to distract new users) #779 [Tobias Luetke]
+
* Added an empty favicon.ico file to the public directory of new applications (so the logs are not spammed by its absence)
* Fixed that scaffold generator new template should use local variable instead of instance variable #778 [Dan Peterson]