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-11-14 11:20:57 -10: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 Don't pluralize, camelize. 2011-05-06 17:00:59 +02:00
best_standards_support.rb
callbacks.rb removed deprecated methods, and related tests, from ActionPack 2011-05-24 23:38:59 +02:00
closed_error.rb
cookies.rb Remove superfluous assignment in cookies 2011-10-18 22:57:55 +04: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
reloader.rb
remote_ip.rb memoize the relatively expensive remote IP code 2011-11-14 11:20:57 -10:00
request_id.rb Remove the unneeded \d when sanitizing X-Request-Id. 2011-10-20 10:00:42 +03:00
rescue.rb
show_exceptions.rb Deprecate passing the template handler in the template name. 2011-09-22 15:37:38 +02:00
stack.rb
static.rb