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
Robin Dupret 50d828c0af Rely on backticks instead of tt tags [ci skip]
Since the language in code blocks is inferred, if the code contains tt
tags, the block will be parsed as XML for instance while it is Ruby.
2014-02-08 16:31:12 +01:00
..
session Allow session serializer key in config.session_store 2014-01-29 17:05:00 +01:00
templates Spelling and Grammar checks 2013-12-12 18:28:34 +05:30
callbacks.rb class methods moved to already defined class<<self block 2013-11-15 00:23:35 +05:30
cookies.rb Rely on backticks instead of tt tags [ci skip] 2014-02-08 16:31:12 +01:00
debug_exceptions.rb Display exceptions in text format for xhr request 2013-08-22 22:20:34 +04:00
exception_wrapper.rb Remove deprecated cattr_* requires 2013-12-03 00:28:15 +02:00
flash.rb Fixing build broken by this change 2013-05-13 12:19:25 +02:00
params_parser.rb Use Request#raw_post instead Request#body 2013-07-08 01:48:35 +03:00
public_exceptions.rb remove variable and fix warning 2013-05-09 20:31:31 +05:30
reloader.rb always use a block for cleanup / prepare callbacks so we can clean the method signature 2014-01-28 17:42:48 -08:00
remote_ip.rb make sure both headers are set before checking for ip spoofing 2013-06-04 15:01:08 -07:00
request_id.rb Mark unused variables and make some style fixes 2013-04-08 22:52:32 +03:00
show_exceptions.rb Remove surprise if from show_exception middleware 2013-10-27 00:55:22 +07:00
ssl.rb Space is not required for Set-Cookie header 2013-07-05 15:40:14 +09:00
stack.rb Add the #unshift method to the middleware stack 2012-05-18 16:41:52 +10:00
static.rb Fix Encoding::CompatibilityError when public path is UTF-8 2013-12-29 18:38:53 +00:00