aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36537 from quadule/fix-cookie-rotation-hash-pollutionKasper Timm Hansen2019-08-051-0/+13
|\
| * Add test for cookie being modified by rotationMilo Winningham2019-06-221-0/+13
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-293-8/+8
* | Revert "Use assert_match / assert_no_match for asserting match"Akira Matsuda2019-07-291-6/+6
* | Add Mime::Type#match? that doesn't create MatchDataAkira Matsuda2019-07-291-0/+6
* | Merge pull request #36545 from tomfakes/screenshot-updatesRafael Mendonça França2019-07-271-24/+55
|\ \
| * | Add code to save the HTML of the page being screenshotted during the `take_sc...Tom Fakes2019-06-251-24/+55
| |/
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-272-5/+5
* | Use assert_match / assert_no_match for asserting matchAkira Matsuda2019-07-271-6/+6
* | Fix "warning: ambiguous first argument; put parentheses or a space even after...yuuji.yaginuma2019-07-271-1/+1
* | Fix error 500 caused by ActionController::RoutingError (via fail-safe) when P...Simone Carletti2019-07-261-1/+17
* | Use a single term instead of all terms used to describe path and URL helpers ...Sharang Dashputre2019-07-261-1/+1
* | Stop setting a default Capybara app hostGeorge Claghorn2019-07-241-5/+3
* | Add support for script-src-attr / elem and style-src-attr / elem directivesyuuji.yaginuma2019-07-181-0/+24
* | Merge pull request #31634 from afcapel/reduce-routing-error-log-noiseRafael Mendonça França2019-07-161-0/+23
|\ \
| * | Reduce log noise handling ActionController::RoutingErrorsAlberto Fernández Capel2019-05-281-0/+23
* | | Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-101-0/+142
* | | Preload browser driver_path for system testingJohn Hawthorn2019-07-031-0/+13
* | | Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-221-0/+54
| |/ |/|
* | 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
|/ / /