aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
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 media_type instead of content_type internallyEugene Kenny2019-08-044-0/+45
* | Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+4
* | Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+13
* | You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-13/+0
* | MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-4/+0
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-295-10/+10
* | 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
* | Merge pull request #36254 from sharang-d/remove-named-helpersRafael França2019-07-261-1/+1
|\ \
| * | Use a single term instead of all terms used to describe path and URL helpers ...Sharang Dashputre2019-07-261-1/+1
* | | Add `Vary: Accept` header when renderingst00122019-07-261-0/+26
|/ /
* | Fix flaky test ActionControllerBaseRenderTest#test_direct_render_to_stringFumiaki MATSUSHIMA2019-07-261-4/+20
* | Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-251-0/+18
|\ \
| * | Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-051-0/+18
* | | fix `follow_redirect!` not using the same HTTP verb on 307 redirection:Edouard CHIN2019-07-251-0/+13
* | | 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
* | | | Add hash method to ActionController::ParametersEugene Baranov2019-07-141-0/+8
* | | | try (Just a Little Bit Harder)Akira Matsuda2019-07-121-2/+1
* | | | 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-1327-37/+0
* | | Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-versionRyuta Kamizono2019-06-062-3/+0
|\ \ \
| * | | Bump rubocop to 0.71Abhay Nikam2019-06-062-3/+0
* | | | Fix broken driver testyuuji.yaginuma2019-06-061-2/+2
|/ / /
* | / Give HelperMethods module a nameJohn Hawthorn2019-06-031-2/+2
| |/ |/|
* | Remove unnecessary require pathname from actionpack controller specsAbhay Nikam2019-06-023-3/+0
* | Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-0112-99/+119
|/
* Remove Route#build as it wasn't usedAlberto Almagro2019-05-221-21/+20
* Keep part when scope option has valueAlberto Almagro2019-05-221-0/+41
* Implemented deep_transform_keys/! for ActionController::ParametersGustavo Gutierrez2019-05-222-0/+18
* Merge pull request #36302 from eugeneius/parameters_transform_keys_enumeratorRyuta Kamizono2019-05-201-2/+14
|\
| * Return parameters enumerator from transform_keys/!Eugene Kenny2019-05-181-2/+14
|/
* Permit running jobs in system testsGeorge Claghorn2019-05-161-37/+0
* fixed usage of Parameters when a non-numeric key existsL.Fexon2019-05-131-2/+28
* Only build middleware proxy when instrumentatingJohn Hawthorn2019-05-082-4/+4
* Merge pull request #36196 from st0012/fix-29947Eileen M. Uchitelle2019-05-071-0/+19
* Remove redundant test setups in log_subscriber_testst00122019-04-241-21/+1