aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Use media_type instead of content_type internallyEugene Kenny2019-08-044-0/+45
* Use match? where we don't need MatchDataAkira Matsuda2019-07-292-2/+2
* 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
* | Add hash method to ActionController::ParametersEugene Baranov2019-07-141-0/+8
* | try (Just a Little Bit Harder)Akira Matsuda2019-07-121-2/+1
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1318-24/+0
* | Bump rubocop to 0.71Abhay Nikam2019-06-061-2/+0
* | 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-0110-76/+76
* 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
|/
* fixed usage of Parameters when a non-numeric key existsL.Fexon2019-05-131-2/+28
* Only build middleware proxy when instrumentatingJohn Hawthorn2019-05-081-1/+1
* Remove redundant test setups in log_subscriber_testst00122019-04-241-21/+1
* Always reject files external to appJohn Hawthorn2019-04-032-9/+12
* url -> URL where apt inside actionpack/Sharang Dashputre2019-04-014-7/+7
* 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
|/
* Address rubocop offencesRyuta Kamizono2019-03-211-1/+1
* Fix test broken by 04ae0b0b5e594e0bb99c5cd608921745977bcdcdRafael Mendonça França2019-03-191-3/+4
* Fix a ContentNegotiation test descriptionSharang Dashputre2019-03-191-1/+1
* Only accept formats from registered mime typesJohn Hawthorn2019-03-102-6/+18
* Pass the template format to the digestorAaron Patterson2019-02-151-11/+14
* Ensure that `redirect_back` with `fallback_location` to another host is allowedbogdanvlviv2019-01-251-0/+29
* 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 #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
* | Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-172-3/+10
* | Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_...Rafael Mendonça França2019-01-171-8/+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
* Remove unused methodsyuuji.yaginuma2018-12-231-26/+0
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-213-50/+38
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Pass the correct value as JSONyuuji.yaginuma2018-12-191-1/+1
* Merge pull request #34737 from r7kamura/feature/test-case-params-nilKasper Timm Hansen2018-12-181-0/+12
|\
| * Allow nil params on controller HTTP test methodsr7kamura2018-12-181-0/+12
* | More exercise `test_running_prepended_before_and_after_action`Ryuta Kamizono2018-12-191-1/+3
|/
* Allow using parsed_body in ActionController::TestCaseTobias Bühlmann2018-12-161-0/+14