aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Adds named_captures to MatchData to emulate RegexBrandon Weaver2019-04-091-0/+9
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Merge pull request #35842 from Shopify/deduplicate-routing-stringsRafael França2019-04-031-2/+2
|\
| * Deduplicate strings held by the routerJean Boussier2019-04-031-2/+2
* | Merge pull request #35825 from jhawthorn/always_filter_view_pathsEileen M. Uchitelle2019-04-032-9/+12
|\ \ | |/ |/|
| * Always reject files external to appJohn Hawthorn2019-04-032-9/+12
* | 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-019-23/+23
* | Fix typo in the value of ENCRYPTED_SIGNED_COOKIE_SALT constant (#35619)Emil Shakirov2019-04-012-3/+3
* | Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-303-9/+21
|\ \
| * | Introduce Template::File as new render file:John Hawthorn2019-03-273-9/+21
* | | Remove :all symbol from Mime::ALLJohn Hawthorn2019-03-271-0/+13
|/ /
* | 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
|/ /
* | Address rubocop offencesRyuta Kamizono2019-03-211-1/+1
* | 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
* | | Fix test broken by 04ae0b0b5e594e0bb99c5cd608921745977bcdcdRafael Mendonça França2019-03-191-3/+4
* | | 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
|/ / /
* | | 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
|/ /