aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Add test for cookie being modified by rotationMilo Winningham2019-06-221-0/+13
* Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-211-0/+29
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-136-10/+0
* Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-versionRyuta Kamizono2019-06-061-1/+0
|\
| * Bump rubocop to 0.71Abhay Nikam2019-06-061-1/+0
* | Fix broken driver testyuuji.yaginuma2019-06-061-2/+2
|/
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-012-23/+43
* Keep part when scope option has valueAlberto Almagro2019-05-221-0/+41
* Permit running jobs in system testsGeorge Claghorn2019-05-161-37/+0
* Only build middleware proxy when instrumentatingJohn Hawthorn2019-05-081-3/+3
* Merge pull request #36196 from st0012/fix-29947Eileen M. Uchitelle2019-05-071-0/+19
* Merge pull request #36000 from JosiMcClellan/fix-screenshot-filenamesEileen M. Uchitelle2019-04-191-0/+8
|\
| * truncate screenshot filenames to avoid errorJosi McClellan2019-04-181-0/+8
* | Refactor after the most recent code reviewGenadi Samokovarov2019-04-191-0/+10
* | Dispatch actions only if config.consider_all_requests_local is setGenadi Samokovarov2019-04-191-0/+10
* | Drop the ambiguous `ActiveSupport::ActionableError#===` checkGenadi Samokovarov2019-04-191-0/+31
* | Introduce Actionable ErrorsGenadi Samokovarov2019-04-191-0/+60
|/
* mounted routes with non-word charactersxithan2019-04-151-0/+9
* Deduplicate strings held by the routerJean Boussier2019-04-031-2/+2
* Auto-correct rubocop offencesRyuta Kamizono2019-04-031-15/+15
* Merge pull request #24405 from waits/shallow-falseRafael França2019-04-021-0/+31
|\
| * Honor shallow: false on nested resourcesDylan Waits2016-04-031-0/+31
* | url -> URL where apt inside actionpack/Sharang Dashputre2019-04-015-16/+16
* | Fix typo in the value of ENCRYPTED_SIGNED_COOKIE_SALT constant (#35619)Emil Shakirov2019-04-012-3/+3
* | Merge pull request #35236 from renuo/fix-30467Rafael França2019-03-271-0/+10
|\ \
| * | Raise if resource custom params contain colonsJosua Schmid2019-03-261-0/+10
* | | Add the `Mime::Type::InvalidMimeType` error in the default rescue_response:Edouard CHIN2019-03-262-0/+12
|/ /
* | Merge pull request #35649 from andrehjr/fix-override-of-cookies-controller-specsRafael França2019-03-191-0/+13
|\ \
| * | Don't override @set_cookies on CookieJar#update_cookies_from_jar'André Luis Leal Cardoso Junior2019-03-171-0/+13
* | | Merge pull request #35669 from cpruitt/update-mime-type-regexpAaron Patterson2019-03-191-0/+15
|\ \ \
| * | | Update regular expression for checking valid MIME typeCliff Pruitt2019-03-191-0/+15
* | | | Instrument middleware processingDaniel Schierbeck2019-03-191-6/+35
|/ / /
* / / Raise exception when building invalid mime typeJohn Hawthorn2019-03-141-0/+32
|/ /
* | Support other optional parameters and quoted-strings on Content-Type parserr7kamura2019-03-101-0/+34
* | Pass locals in to the template object on constructionAaron Patterson2019-02-251-1/+1
* | Merge pull request #35400 from aglushkov/stream_manual_cache_controlAaron Patterson2019-02-251-1/+7
|\ \
| * | Allow custom cache-control header in AC::LiveAndrey Glushkov2019-02-251-1/+7
* | | Always pass a format to the ActionView::Template constructorAaron Patterson2019-02-251-1/+1
* | | Restore UploadedFile compatibility with IO.copy_streamJanko Marohnić2019-02-231-2/+13
* | | Test ActionDispatch::Http::UploadedFile with an actual TempfileJanko Marohnić2019-02-231-48/+48
|/ /
* | Support testing of non-ActionDispatch-routed apps.Darren Cheng2019-02-051-0/+27
* | Merge pull request #35162 from silppuri/fix-incorrectly-matching-unachored-pathsAaron Patterson2019-02-051-0/+6
|\ \
| * | Define word boundary for unanchored path regexpPetri Avikainen2019-02-051-0/+6
* | | Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-3/+6
* | | Merge pull request #35134 from Edouard-chin/ec-cookie-expiry-regressionRafael França2019-02-041-9/+2
|\ \ \
| * | | Cookie doesn't expire anymore unless a flag is set:Edouard CHIN2019-02-041-9/+2
| |/ /
* | | Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refsGannon McGibbon2019-02-041-3/+3
|\ \ \ | |/ / |/| |
| * | Cleanup the whitelisting references after #33145Genadi Samokovarov2019-02-031-3/+3
* | | Add `require "selenium/webdriver"` to all using `DrivenBySeleniumWith*` classesRyuta Kamizono2019-01-301-0/+1
* | | selenium-webdriver is not always required for system testingRyuta Kamizono2019-01-301-0/+1