aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/request/test_request_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-181-8/+12
* assert_equal takes expectation firstAkira Matsuda2016-12-261-2/+2
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Fixed CONTENT_LENGTH header in ActionController::TestRequestArtem Rashev2016-11-151-0/+10
* Do not mutate AC::TestRequest::DEFAULT_OPTIONSKir Shatrov2016-09-101-0/+5
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-2/+2
* let the superclass build the request and responseAaron Patterson2015-07-081-5/+1
* Use request.session.id instead of request.session_options[:id]Brian John2015-03-121-8/+0
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-071-2/+1
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-11/+12
* added tests for session options being defaulted correctly to rack defaults [#...Kenny Ortmann2009-04-071-0/+35