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
2011-12-12 19:41:17 +01:00
..
session Add ActionDispatch::Session::CacheStore as a generic way of storing sessions in a cache. 2011-10-21 13:13:29 -05:00
templates/rescues CSS fix to prevent error output from being breaking out of body element. 2011-11-03 10:01:32 -04: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 removed deprecated methods, and related tests, from ActionPack 2011-05-24 23:38:59 +02:00
closed_error.rb Add ClosedError message to the initializer 2011-04-06 15:45:23 -03:00
cookies.rb configuration option to always write cookie 2011-11-23 23:50:04 +03:00
debug_exceptions.rb Fix failing cascade exception. 2011-12-03 11:38:25 +01:00
exception_wrapper.rb Split ShowExceptions responsibilities in two middlewares. 2011-12-01 20:46:18 +01:00
flash.rb Add some implementation docs. closes #3298. closes #2509. 2011-10-12 09:29:40 +02:00
head.rb remove warning: assigned but unused variable 2011-06-08 00:26:09 -03:00
params_parser.rb middlewares should use logger from env 2011-11-25 13:09:46 +03:00
reloader.rb Allow reloader to be configured. 2011-12-12 19:41:17 +01:00
remote_ip.rb It should be @calculated_ip not @calculate_ip 2011-11-17 12:50:19 +05:30
request_id.rb Remove the unneeded \d when sanitizing X-Request-Id. 2011-10-20 10:00:42 +03: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 Fix failing cascade exception. 2011-12-03 11:38:25 +01:00
stack.rb Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
static.rb cache strings in the AST for faster comparison than include? 2011-05-03 09:59:21 -07:00