public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Added session(:on) to turn session management back on in a controller subclass 
if the superclass turned it off (Peter Jones) [#136 state:resolved]
dhh (author)
Sun May 11 11:13:31 -0700 2008
commit  8857994f92293a78df9addbc0998ef02fca82fae
tree    66d5812868f40a30bac6a16e326843f0be93d254
parent  74eed6290e63111d1aad2b181692a84f4f040aea
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* Added session(:on) to turn session management back on in a controller subclass if the superclass turned it off (Peter Jones) [#136]
0
+
0
 * 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]
0
 
0
 * select_date defaults to Time.zone.today when config.time_zone is set [Geoff Buesing]

Comments