aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/request_id.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* Allow @ in X-Request-Id headerDaniel Colson2018-01-291-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* [ci-skip] Swap method and its alias, format docAndrey Molchanov2016-10-041-3/+4
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-2/+2
* add a branch to eliminate multiple nil checksAaron Patterson2015-05-231-3/+5
* move request id manipulation to the request objectAaron Patterson2015-05-221-6/+5
* Aliased the ActionDispatch::Request#uuid method with ActionDispatch::Request#...David Ilizarov2015-02-201-1/+1
* Freeze strings to reduce allocations in integration testseileencodes2015-02-181-4/+8
* use 'based on' instead of 'based off' [ci skip]Akshay Vishnoi2014-08-121-1/+1
* Mark unused variables and make some style fixesAgis Anastasopoulos2013-04-081-1/+1
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Tap, tap goes the middlewareJeremy Kemper2012-02-291-4/+1
* Using uuid which is supported in 1.9Arun Agrawal2011-12-211-1/+1
* Remove the unneeded `\d` when sanitizing `X-Request-Id`.Marc Bowes2011-10-201-1/+1
* Load object/blank and make use of presence.José Valim2011-10-191-2/+3
* Make tests run on 1.8.x, add integration setup.José Valim2011-10-191-3/+2
* Blah, SecureRandom#uuid is not supported in 1.8.7 -- cant wait for Rails 4.0 ...David Heinemeier Hansson2011-10-191-1/+1
* Require missing string access dependency.José Valim2011-10-191-0/+1
* Require securerandom as it is the proper dependency.José Valim2011-10-191-1/+1
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+38