1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/middleware
2010-06-27 22:39:06 +02:00
..
session Fixed that an ArgumentError is thrown when request.session_options[:id] is read in the following scenario: when the cookie store is used, and the session contains a serialized object of an unloaded class, and no session data accesses have occurred yet. Pushed the stale_session_check responsibility out of the SessionHash and down into the session store, closer to where the deserialization actually occurs. Added some test coverage for this case and others related to deserialization of unloaded types. 2010-06-27 22:39:06 +02:00
templates/rescues Include backtrace in failsafe log. Rescue possible exceptions in failsafe response. 2010-06-04 18:25:32 -07:00
callbacks.rb Clear DescendantsTracker on each request. 2010-06-19 17:51:44 +02:00
cookies.rb Refactored duplication into a separate method. Dropped class variable. 2010-06-11 16:34:53 +02:00
flash.rb Just reading flash messages should not create a session if one does not exist yet. 2010-06-25 09:36:26 +02:00
head.rb Make HEAD method masquerade as GET so requests are routed correctly 2010-01-15 12:38:50 -06:00
params_parser.rb Fix parsing xml input by ActionDispatch::ParamsParser 2010-05-06 20:34:47 -07:00
remote_ip.rb Move remote_ip to a middleware: 2010-03-03 21:24:00 -08:00
rescue.rb Beef up AD::Rescue to replace global exception handling lost in ApplicationController 2009-09-15 16:33:15 -05:00
show_exceptions.rb Use Rack::Utils.bytesize when calculating content-length of exception pages. [#4727 state:resolved] 2010-06-20 00:52:35 +02:00
stack.rb Fix a bunch of minor spelling mistakes 2010-06-11 14:15:34 +04:00
static.rb Move Rails::Static into ActionDispatch 2009-09-26 11:37:42 -05:00