aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request_id_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Allow @ in X-Request-Id headerDaniel Colson2018-01-291-0/+5
* 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
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-14/+14
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-8/+8
* Prefer request_id over uuid and test the aliasRafael Mendonça França2015-02-201-4/+8
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-1/+1
* Remove default match without specified methodJose and Yehuda2012-04-241-2/+2
* removed warning "warning: ambiguous first argument; put parentheses or even s...Arun Agrawal2011-12-211-1/+1
* Using uuid which is supported in 1.9Arun Agrawal2011-12-211-1/+1
* Warnings removed from RequestIdTestArun Agrawal2011-10-221-2/+2
* Make tests run on 1.8.x, add integration setup.José Valim2011-10-191-39/+45
* Blah, SecureRandom#uuid is not supported in 1.8.7 -- cant wait for Rails 4.0 ...David Heinemeier Hansson2011-10-191-1/+1
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+59