aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Update terminal-to-html inline images url in ScreenshotHelperbetterzega2019-02-051-1/+1
* Merge pull request #35162 from silppuri/fix-incorrectly-matching-unachored-pathsAaron Patterson2019-02-053-12/+18
|\
| * Restrict matching with word boundary or end of stringPetri Avikainen2019-02-052-12/+12
| * Define word boundary for unanchored path regexpPetri Avikainen2019-02-053-12/+18
* | Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-3/+6
* | Merge pull request #35139 from 7coAim/fix_debug_exceptionsGeorge Claghorn2019-02-053-2/+6
|\ \
| * | fix NameErrorkurosawat2019-02-053-2/+6
* | | Merge pull request #35134 from Edouard-chin/ec-cookie-expiry-regressionRafael França2019-02-042-16/+4
|\ \ \
| * | | Cookie doesn't expire anymore unless a flag is set:Edouard CHIN2019-02-042-16/+4
| | |/ | |/|
* | | Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refsGannon McGibbon2019-02-043-6/+6
|\ \ \ | |_|/ |/| |
| * | Cleanup the whitelisting references after #33145Genadi Samokovarov2019-02-033-6/+6
* | | Use consistent hash syntax for routesAndy Waite2019-02-011-14/+14
| |/ |/|
* | Fix doc of `ActionDispatch::SystemTestCase` [ci skip]yuuji.yaginuma2019-02-011-7/+7
* | Merge pull request #35093 from rails/av-base-constructorAaron Patterson2019-01-302-2/+4
|\ \
| * | Tighten up the AV::Base constructorAaron Patterson2019-01-292-2/+4
* | | Remove unused codebogdanvlviv2019-01-301-1/+0
* | | 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-302-4/+3
* | | Fix system testing failureRyuta Kamizono2019-01-302-8/+13
|/ /
* | Rename methods and update docsEileen Uchitelle2019-01-293-19/+23
* | driver_option -> driver_optionsEdouard CHIN2019-01-293-8/+9
* | Implement a way to add browser capabilities:Edouard CHIN2019-01-295-11/+113
|/
* Merge pull request #35030 from alkesh26/actionpack-long-string-indentation-an...Rafael França2019-01-282-2/+2
|\
| * Typo fixes action pack.alkesh262019-01-262-2/+2
* | 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-243-13/+34
* | Merge pull request #34994 from schuetzm/host-authorization-only-in-developmentRafael França2019-01-242-4/+4
|\ \
| * | Recommend adding the requested domain to hosts whitelist only in developmentMarc Schütz2019-01-232-4/+4
* | | 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-226-77/+19
|\ \
| * | Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-226-77/+19
* | | Merge pull request #35020 from alkesh26/ationpack-typo-fixesRafael França2019-01-223-6/+6
|\ \ \
| * | | 1. Replaced unused variables by `_`.alkesh262019-01-223-6/+6
| |/ /
* | | Merge pull request #34952 from rails/template-stuffAaron Patterson2019-01-224-59/+11
|\ \ \ | |/ / |/| |
| * | Only cache the view_context_class in one placeAaron Patterson2019-01-181-1/+8
| * | Remove args from `default_render`Aaron Patterson2019-01-172-3/+3
| * | 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
| |/ |/|
* | Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-182-1/+3
* | Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-176-229/+19
* | 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-173-27/+4
* | Remove deprecated methods in ActionDispatch::TestResponseRafael Mendonça França2019-01-173-34/+7
* | Update the promisse that ActionController::TestCase will be extractedRafael Mendonça França2019-01-171-1/+1
* | Ensure external redirects are explicitly allowedGannon McGibbon2019-01-177-29/+87
* | Merge pull request #34944 from dasch/patch-7Rafael França2019-01-161-0/+8
|\ \
| * | Document that `format.any` can match all formatsDaniel Schierbeck2019-01-161-0/+8
| |/
* / Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-165-5/+14
|/