aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-03-29 18:45:39 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-03-29 18:45:39 +0000
commit3e73278020107ea7282c45001d82e90d23a708b4 (patch)
treea725371edff1f1eac33259370495a8f76aeb2480 /railties/CHANGELOG
parente8170805df1a32119db9d328daee1239b338ac71 (diff)
downloadrails-3e73278020107ea7282c45001d82e90d23a708b4.tar.gz
rails-3e73278020107ea7282c45001d82e90d23a708b4.tar.bz2
rails-3e73278020107ea7282c45001d82e90d23a708b4.zip
Removed the default .htaccess configuration as there are so many good deployment options now (kept it as an example in README) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9134 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 97f3b8cf7c..672131b96e 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Removed the default .htaccess configuration as there are so many good deployment options now (kept it as an example in README) [DHH]
+
* config.time_zone accepts TZInfo::Timezone identifiers as well as Rails TimeZone identifiers [Geoff Buesing]
* Rails::Initializer#initialize_time_zone raises an error if value assigned to config.time_zone is not recognized. Rake time zone tasks only require ActiveSupport instead of entire environment [Geoff Buesing]