aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Update regular expression for checking valid MIME typeCliff Pruitt2019-03-191-0/+15
* | | | Instrument middleware processingDaniel Schierbeck2019-03-191-6/+35
|/ / /
* | | Merge pull request #35604 from jhawthorn/validate_mime_typesEileen M. Uchitelle2019-03-191-0/+32
|\ \ \
| * | | Raise exception when building invalid mime typeJohn Hawthorn2019-03-141-0/+32
| |/ /
* / / Fix a ContentNegotiation test descriptionSharang Dashputre2019-03-191-1/+1
|/ /
* | Merge tag 'v6.0.0.beta3'eileencodes2019-03-132-6/+18
|\ \
| * | Only accept formats from registered mime typesJohn Hawthorn2019-03-102-6/+18
* | | 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
* | | Pass the template format to the digestorAaron Patterson2019-02-151-11/+14
|/ /
* | 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-052-11/+17
|\ \
| * | Restrict matching with word boundary or end of stringPetri Avikainen2019-02-051-11/+11
| * | Define word boundary for unanchored path regexpPetri Avikainen2019-02-052-11/+17
* | | 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
|/ /
* | Merge pull request #35054 from bogdanvlviv/exercise-redirect_backRyuta Kamizono2019-01-261-0/+29
|\ \
| * | Ensure that `redirect_back` with `fallback_location` to another host is allowedbogdanvlviv2019-01-251-0/+29
* | | 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
|/ /
* | Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_hostRafael França2019-01-223-42/+12
|\ \
| * | Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-223-42/+12
* | | Merge pull request #35020 from alkesh26/ationpack-typo-fixesRafael França2019-01-222-4/+4
|\ \ \
| * | | 1. Replaced unused variables by `_`.alkesh262019-01-222-4/+4
| |/ /
* | | Merge pull request #34952 from rails/template-stuffAaron Patterson2019-01-221-55/+0
|\ \ \ | |/ / |/| |
| * | Templates should be eval'd in the context of an AV::Base objectAaron Patterson2019-01-171-55/+0
* | | Changed webserver to web server.alkesh262019-01-221-1/+1
* | | Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-174-190/+18
* | | Remove deprecated `#acronym_regex` method from `Inflections`Rafael Mendonça França2019-01-171-1/+0
* | | Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...Rafael Mendonça França2019-01-171-8/+0
* | | Remove deprecated methods in ActionDispatch::TestResponseRafael Mendonça França2019-01-171-7/+0
* | | Ensure external redirects are explicitly allowedGannon McGibbon2019-01-173-12/+42
* | | Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-162-1/+9
|/ /
* | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-092-4/+4
* | Allow using combine the Cache-Control `public` and `no-cache` headersyuuji.yaginuma2019-01-071-0/+10
* | Make Rails Facebook-freeSasha Koss2018-12-241-2/+2
* | Add missing require for `IPAddr`yuuji.yaginuma2018-12-241-0/+1