aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/request
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-32/+26
* Add #dig to ActionDispatch::Request::Sessionclaudiob2018-04-041-0/+12
* Consistent behavior for session and cookies with to_h and to_hash methodIgor Kasyanchuk2018-01-311-0/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-295-0/+10
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-025-5/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-015-0/+5
* Merge pull request #28895 from codeforkjeff/fix-session-keys-and-values-methodsMatthew Draper2017-05-281-0/+18
|\
| * Add lazy loading to #keys and #values methods in Sessioncodeforkjeff2017-04-261-0/+18
* | Define path with __dir__bogdanvlviv2017-05-232-3/+3
|/
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-292-3/+3
* Remove mona lisa image from the testsRafael Mendonça França2016-10-251-1/+1
* Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr...Rafael Mendonça França2016-10-101-1/+3
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-101-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-164-46/+46
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-7/+7
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-14/+14
* modernizes hash syntax in actionpackXavier Noria2016-08-064-8/+8
* applies new string literal convention in actionpack/testXavier Noria2016-08-065-124/+124
* Modifies mime-registration test not to interfere with real mime typesBenjamin Fleischer2016-05-231-3/+3
* Ensure compatibility between ActionDispatch::Request::Session and RackJon Moss2016-05-041-0/+26
* Deprecate :controller and :action path parametersAndrew White2016-03-014-7/+21
* Revert "Merge pull request #20851 from tomprats/indifferent-sessions"Matthew Draper2016-02-261-10/+0
* Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-261-1/+1
* Merge pull request #20851 from tomprats/indifferent-sessionsRafael Mendonça França2016-02-241-0/+10
|\
| * Update Session to utilize indiffernt accessTom Prats2016-01-301-1/+1
| * Update session to have indifferent accessTom Prats2016-01-291-0/+10
* | Make sure we unregister the mime type before registeringRafael Mendonça França2016-02-221-10/+22
* | Use symbol of mime type instead of object to get correct parserMehmet Emin İNAÇ2016-02-221-0/+16
* | Fix typoRafael Mendonça França2016-02-171-1/+1
* | The JSON API media type should only work wih a JSON API handlerBenjamin Fleischer2016-02-161-9/+2
|/
* Push `before_sending` to super classeileencodes2015-12-061-1/+1
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-2/+2
* Merge pull request #21251 from rodzyn/more_param_parser_testsSean Griffin2015-10-301-0/+14
|\
| * Add test for parsing application/vnd.api+jsonMarcin Olichwirowicz2015-08-211-0/+14
* | implement abstract store methodsAaron Patterson2015-09-041-1/+1
* | use a request object in the session middlewareAaron Patterson2015-08-221-19/+21
|/
* point at rack masterAaron Patterson2015-08-201-1/+1
* Add failing spec on utf8 filename with percent characterKohei Suzuki2015-08-041-0/+11
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-1/+1
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-1/+1
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-293-3/+3
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-294-16/+15
* Don't convert empty arrays to nils when deep munging paramsChris Sinjakli2014-12-152-4/+4
* Merge pull request #13999 from jamox/update_rackAaron Patterson2014-07-081-1/+5
|\
| * Upgraded rackJarmo Isotalo2014-05-191-1/+5
* | Avoid hardcoded value in test setup/teardown.Zuhao Wan2014-06-051-1/+2
* | Merge pull request #15349 from tgxworld/remove_duplicated_method_callRafael Mendonça França2014-06-031-4/+1
|\ \