aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-03-06 04:09:14 +0000
committerRick Olson <technoweenie@gmail.com>2007-03-06 04:09:14 +0000
commit2b7dbad8e081b1ce84a7262b1b0953254bf8f651 (patch)
tree63f7a2ec758a362736f1805be0f223ade6a573b9 /actionpack/CHANGELOG
parentd1b08f4a751f12fbe32ccf7a31cc905656a344ff (diff)
downloadrails-2b7dbad8e081b1ce84a7262b1b0953254bf8f651.tar.gz
rails-2b7dbad8e081b1ce84a7262b1b0953254bf8f651.tar.bz2
rails-2b7dbad8e081b1ce84a7262b1b0953254bf8f651.zip
Add a #dbman attr_reader for CGI::Session and make CGI::Session::CookieStore#generate_digest public so it's easy to generate digests
using the cookie store's secret. [Rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6342 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 05ed1a5038..ce27a28188 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,8 @@
*SVN*
+# Add a #dbman attr_reader for CGI::Session and make CGI::Session::CookieStore#generate_digest public so it's easy to generate digests
+using the cookie store's secret. [Rick]
+
* Added Request#url that returns the complete URL used for the request [DHH]
* Extract dynamic scaffolding into a plugin. #7700 [Josh Peek]