Skip to content

Commit

Permalink
Added session(:on) to turn session management back on in a controller…
Browse files Browse the repository at this point in the history
… subclass if the superclass turned it off (Peter Jones) [#136 state:resolved]
  • Loading branch information
dhh committed May 11, 2008
1 parent 74eed62 commit 8857994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN* *SVN*


* 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] * 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]


* select_date defaults to Time.zone.today when config.time_zone is set [Geoff Buesing] * select_date defaults to Time.zone.today when config.time_zone is set [Geoff Buesing]
Expand Down

0 comments on commit 8857994

Please sign in to comment.