aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-06 18:51:04 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-06 18:51:04 +0000
commit7cc27b7b792a5a672348a37de64b08f5ce20f203 (patch)
treeda5c0330649108e353d0abda2132598591c9b2af /actionpack/CHANGELOG
parent0ffb6c16258b5c39a7417f4563edf0fc7542c9ae (diff)
downloadrails-7cc27b7b792a5a672348a37de64b08f5ce20f203.tar.gz
rails-7cc27b7b792a5a672348a37de64b08f5ce20f203.tar.bz2
rails-7cc27b7b792a5a672348a37de64b08f5ce20f203.zip
Added TestSession#session_id that returns an empty string to make it easier to functional test applications that doesn't use cookie-based sessions #275 [jcf]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@52 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 4f32e39822..6632cdeff1 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,8 @@
*SVN*
+* Added TestSession#session_id that returns an empty string to make it easier to functional test applications that doesn't use
+ cookie-based sessions [jcf]
+
* Fixed that cached template loading would still check the file system to see if the file existed #258 [Andreas Schwarz]
* Added options to tailor header tag, div id, and div class on ActiveRecordHelper#error_messages_for [josh]