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
2013-04-01 11:38:06 -05:00
..
session Improve documentation around the cookie store auto-upgrade to encryption 2013-04-01 11:38:06 -05:00
templates Change useless tr to gsub 2013-03-06 14:51:29 -05:00
callbacks.rb load active_support/core_ext/module/delegation in active_support/rails 2012-08-02 21:59:23 +02:00
cookies.rb Allow transparent upgrading of legacy signed cookies to encrypted cookies; Automatically configure cookie-based sessions to use the best cookie jar given the app's config 2013-03-28 14:38:36 -05:00
debug_exceptions.rb remove begin-rescue in favor of def-rescue 2013-01-07 04:02:20 +03:00
exception_wrapper.rb strong parameters exception handling 2013-01-15 17:45:34 -07:00
flash.rb extract alert= and notice= examples to FlashHash#now [ci skip] 2013-01-03 20:28:33 -05:00
params_parser.rb Remove XML Parser from ActionDispatch 2013-02-20 08:46:44 -05:00
public_exceptions.rb Use status, content_type, body method signature for render too 2012-06-14 21:58:05 -03:00
reloader.rb Code-format references to config settings 2012-04-27 22:50:02 -07:00
remote_ip.rb Fix some typos 2013-03-24 19:05:41 +05:30
request_id.rb load active_support/core_ext/object/blank in active_support/rails 2012-08-02 21:59:22 +02:00
show_exceptions.rb refactor ShowExceptions' #call to use def-rescue instead of begin-rescue 2013-01-07 15:58:55 +03:00
ssl.rb Allow use of durations for ActionDispatch::SSL configuration 2013-01-04 16:20:23 +00:00
stack.rb Add the #unshift method to the middleware stack 2012-05-18 16:41:52 +10:00
static.rb Fix regression introduced in pull request 8812 2013-01-11 16:48:58 -05:00