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-05-29 22:29:46 +02:00
..
session Cut the fat and make session stores rely on request.cookie_jar and change set_session semantics to return the cookie value instead of a boolean. 2010-05-18 03:18:23 +02:00
templates/rescues Use config.filter_parameters on in-browser request dump. [#4335 state:resolved] 2010-04-07 01:42:51 +02:00
callbacks.rb Revert behavior from a5684dfa3c and ensure after_initializer is executed after to_prepare callbacks. 2010-02-19 08:15:49 +01:00
cookies.rb Avoid creating a Rack::Response object in the cookie middleware since it may stream the body. 2010-05-18 17:47:56 +02:00
flash.rb added convenience methods #notice and #alert to flash.now 2010-05-15 16:52:19 +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 annoted source code in Template:Error to avoid special cases in the show exceptions middleware. 2010-05-09 12:52:30 +03:00
stack.rb Remove the laziness from the middleware stack. 2010-05-29 22:29:46 +02:00
static.rb Move Rails::Static into ActionDispatch 2009-09-26 11:37:42 -05:00