| Commit message (Expand) | Author | Age | Files | Lines |
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | :warning: "Use assert_nil if expecting nil. This will fail in MT6." | Akira Matsuda | 2017-01-18 | 1 | -8/+12 |
* | assert_equal takes expectation first | Akira Matsuda | 2016-12-26 | 1 | -2/+2 |
* | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 1 | -1/+1 |
* | Fixed CONTENT_LENGTH header in ActionController::TestRequest | Artem Rashev | 2016-11-15 | 1 | -0/+10 |
* | Do not mutate AC::TestRequest::DEFAULT_OPTIONS | Kir Shatrov | 2016-09-10 | 1 | -0/+5 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -2/+0 |
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | let the superclass build the request and response | Aaron Patterson | 2015-07-08 | 1 | -5/+1 |
* | Use request.session.id instead of request.session_options[:id] | Brian John | 2015-03-12 | 1 | -8/+0 |
* | cleaning up some warnings on 1.9.3 | Aaron Patterson | 2011-02-07 | 1 | -2/+1 |
* | Inherit TestSession from Session::AbstractStore and add indifferent access to... | Joshua Peek | 2009-04-26 | 1 | -11/+12 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -0/+35 |
|\ |
|
| * | added tests for session options being defaulted correctly to rack defaults [#... | Kenny Ortmann | 2009-04-07 | 1 | -0/+35 |
| * | Update rack to fix multipart uploads with an empty file [#1945 state:resolved] | Joshua Peek | 2009-03-13 | 1 | -1/+1 |
| * | Remove ancient tests for CGI parsing bug | Joshua Peek | 2009-01-31 | 1 | -30/+0 |
| * | Removed Prototype specific Safari 2 AJAX hack. | Joshua Peek | 2009-01-31 | 1 | -6/+0 |
* | | Move dispatch related tests into test/dispatch | Joshua Peek | 2009-01-28 | 5 | -696/+0 |
* | | Move HTTP libs and middleware into ActionDispatch component | Joshua Peek | 2009-01-27 | 2 | -2/+2 |
|/ |
|
* | Allow empty files to be uploaded | Joshua Peek | 2009-01-20 | 1 | -2/+10 |
* | Don't let empty Tempfiles come through as uploaded files [#1785 state:resolved] | Mislav Marohnić | 2009-01-20 | 1 | -0/+7 |
* | Build query string and POST params parser on top of Rack::Request. Also switc... | Joshua Peek | 2009-01-17 | 1 | -3/+3 |
* | Add test coverage for fixing Safari 2 trailing null character | Joshua Peek | 2009-01-17 | 1 | -0/+12 |
* | Update multipart tests to expose (another) bug in Rack's multipart parser | Joshua Peek | 2009-01-13 | 2 | -2/+2 |
* | Add RewindableInput wrapper to fix issues with middleware that impolitely eat... | Joshua Peek | 2009-01-13 | 2 | -2/+80 |
* | Explicitly read as binary in multipart_body for Windows [#1065 state:resolved] | Bryan Ash | 2009-01-13 | 1 | -7/+7 |
* | Refactor request urlencoded params parsing tests | Joshua Peek | 2009-01-10 | 1 | -0/+171 |
* | Moved query string parsing tests into the request tests folder | Joshua Peek | 2009-01-10 | 1 | -0/+120 |
* | Refactor request multipart params parsing tests | Joshua Peek | 2009-01-10 | 1 | -0/+167 |
* | Refactor request xml params parsing tests | Joshua Peek | 2009-01-09 | 1 | -0/+88 |
* | Refactor request json params parsing tests | Joshua Peek | 2009-01-09 | 1 | -0/+45 |