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-09-28 16:09:31 -03:00
..
session Only send secure cookies over SSL. 2010-09-13 15:11:46 -07:00
templates/rescues Use parenthesis to avoid ambiguous first argument warning. 2010-09-28 16:09:31 -03:00
best_standards_support.rb Improve best_standards_support to use only IE=Edge in development mode 2010-08-09 11:48:31 -07:00
callbacks.rb Clear DescendantsTracker on each request. 2010-06-19 17:51:44 +02:00
cookies.rb expand cookie examples with signed and permanent methods 2010-08-27 22:31:02 +02:00
flash.rb Use common terminology 2010-08-27 23:50:23 +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 Revert "Setup explicit requires for files with exceptions. Removed them from autoloading." 2010-09-02 21:11:03 +02:00
stack.rb No need to call super here. Use yield instead block.call 2010-09-28 15:10:55 -03:00
static.rb Do not use ActionController::Base.page_cache_extension in initialize to not load more ActiveSupport than we need 2010-09-04 00:07:38 +02:00