aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix system testing failureRyuta Kamizono2019-01-301-0/+2
* | Implement a way to add browser capabilities:Edouard CHIN2019-01-291-0/+67
|/
* Loosen check of error cause fileyuuji.yaginuma2019-01-261-2/+2
* Fixed a bug where the debug view does not show the error page properlyYuki Nishijima2019-01-241-2/+19
* Prefer strings over regex expressionsYuki Nishijima2019-01-241-22/+20
* 1. Replaced unused variables by `_`.alkesh262019-01-221-1/+1
* Changed webserver to web server.alkesh262019-01-221-1/+1
* Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-172-187/+8
* Remove deprecated `#acronym_regex` method from `Inflections`Rafael Mendonça França2019-01-171-1/+0
* Remove deprecated methods in ActionDispatch::TestResponseRafael Mendonça França2019-01-171-7/+0
* Add missing require for `IPAddr`yuuji.yaginuma2018-12-241-0/+1
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-214-97/+75
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-151-0/+160
* Use env instead of headers on those testsRafael Mendonça França2018-11-261-14/+14
* Raise an error on root route naming conflicts.Gannon McGibbon2018-11-201-3/+13
* Use request object for context if there's no controllerAndrew White2018-10-221-2/+8
* Apply mapping to symbols returned from dynamic CSP sourcesAndrew White2018-10-221-2/+2
* Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-081-41/+3
* Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-032-10/+9
* Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_rootRafael França2018-09-271-0/+16
|\
| * Fix optionally scoped root route unscoped accessGannon McGibbon2018-09-271-0/+16
* | Fixing an edge case when using objects as constraintsSimon Courtois2018-09-271-0/+15
|/
* Merge branch 'master' into eager-url-helpersAaron Patterson2018-09-263-4/+4
|\
| * Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-253-4/+4
* | Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-252-9/+10
|/
* Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-231-0/+37
|\
| * Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-131-0/+37
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-233-4/+4
* | Merge pull request #32932 from y-yagi/fixes_32920Yuji Yaginuma2018-09-201-0/+15
|\ \ | |/ |/|
| * Add CSP nonce to `style-src` directiveyuuji.yaginuma2018-05-191-0/+15
* | Update ParameterFilter to yield original parametersPeter Zhu2018-08-221-2/+5
* | Merge pull request #33499 from lsylvester/caller-ignore-pathsKasper Timm Hansen2018-08-151-0/+1
|\ \