Fixed that forgery protection can be used without session tracking (Peter Jones) [#139 state:resolved]

This commit is contained in:
David Heinemeier Hansson
2008-05-11 13:28:50 -05:00
parent 2a986200b9
commit 0dabb5b7ab

View File

@@ -1,5 +1,7 @@
*SVN*
* Fixed that forgery protection can be used without session tracking (Peter Jones) [#139]
* Added session(:on) to turn session management back on in a controller subclass if the superclass turned it off (Peter Jones) [#136]
* InstanceTag#default_time_from_options with hash args uses Time.current as default; respects hash settings when time falls in system local spring DST gap [Geoff Buesing]