diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-03-04 19:39:26 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-03-04 19:39:26 +0000 |
commit | eb01d35109897162a48ff5219dcd97f35328168c (patch) | |
tree | 8ce1d54d29dff34550b33bc5b6696945d8876ca1 /railties/CHANGELOG | |
parent | c0fb67c0f88bb81f525185a8dfceec6fb7cb298e (diff) | |
download | rails-eb01d35109897162a48ff5219dcd97f35328168c.tar.gz rails-eb01d35109897162a48ff5219dcd97f35328168c.tar.bz2 rails-eb01d35109897162a48ff5219dcd97f35328168c.zip |
Added socket cleanup for lighttpd, both before and after [DHH] Added automatic creation of tmp/ when running script/server [DHH] Added silence_stream that'll work on both STDERR or STDOUT or any other stream and deprecated silence_stderr in the process [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3761 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 24650fd674..d258852c0a 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,11 @@ *SVN* +* Added socket cleanup for lighttpd, both before and after [DHH] + +* Added automatic creation of tmp/ when running script/server [DHH] + +* Added silence_stream that'll work on both STDERR or STDOUT or any other stream and deprecated silence_stderr in the process [DHH] + * Added reload! method to script/console to reload all models and others that include Reloadable without quitting the console #4056 [esad@esse.at] * Added that rake rails:freeze:edge will now just export all the contents of the frameworks instead of just lib, so stuff like rails:update:scripts, rails:update:javascripts, and script/server on lighttpd still just works #4047 [DHH] |