aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-07 01:07:06 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-07 01:07:06 +0000
commit239ec08c001b5588914f08ec8063939ad143067a (patch)
tree4151ac6daafc10fe29269e1a8cfcd143d9930837 /actionpack/CHANGELOG
parent620d3a3749cf55ad9fcd9193a88da34d9c4624d4 (diff)
downloadrails-239ec08c001b5588914f08ec8063939ad143067a.tar.gz
rails-239ec08c001b5588914f08ec8063939ad143067a.tar.bz2
rails-239ec08c001b5588914f08ec8063939ad143067a.zip
More fixes for symlinked setups #793 [phantom]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@871 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 1 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 3175e4a11a..76f691cc00 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -2,8 +2,6 @@
* Fixed that the routes.rb file wouldn't be found on symlinked setups due to File.expand_path #793 [piotr@t-p-l.com]
-* Fixed issues with caching root pages #734 [Nicholas Seckar]
-
* Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved troublesome in persisting circular dependencies. Updating existing applications MUST clear their existing session table from data to start using this updated store #739 [Jamis Buck]
* Added shortcut :id assignment to render_component and friends (before you had to go through :params) #784 [Lucas Carlson]
@@ -32,7 +30,7 @@
* Added PATH_INFO access from the request that allows urls like the following to be interpreted by rails: http://www.example.com/dispatcher.cgi/controller/action -- that makes it possible to use rails as a CGI under lighttpd and would also allow (for example) Rublog to be ported to rails without breaking existing links to Rublog-powered blogs. #728 [Jamis Buck]
-* Fixed that caching the root would result in .html not index.html #731 [alisdair]
+* Fixed that caching the root would result in .html not index.html #731, #734 [alisdair/Nicholas Seckar]
*1.5.0* (24th February, 2005)