aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-15 13:26:48 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-15 13:26:48 +0000
commit6c1fe632a3c2d4e71ce8f9e877f57180990c1532 (patch)
tree5d3f5544265997005885c234a28ddc6835be5f83 /railties/CHANGELOG
parentc755b29a862c7da91f30a7c68ac98cfdc79cfbf5 (diff)
downloadrails-6c1fe632a3c2d4e71ce8f9e877f57180990c1532.tar.gz
rails-6c1fe632a3c2d4e71ce8f9e877f57180990c1532.tar.bz2
rails-6c1fe632a3c2d4e71ce8f9e877f57180990c1532.zip
Fixed that auto reloading would some times not work or would reload the models twice #475 [Tobias Luetke]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@408 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 8746017245..bd94159061 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that auto reloading would some times not work or would reload the models twice #475 [Tobias Luetke]
+
* Added rewrite rules to deal with caching to public/.htaccess
* Added the option to specify a controller name to "generate scaffold" and made the default controller name the plural form of the model.