aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix flaky test ActionControllerBaseRenderTest#test_direct_render_to_stringFumiaki MATSUSHIMA2019-07-261-4/+20
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Always reject files external to appJohn Hawthorn2019-04-031-7/+10
* Introduce Template::File as new render file:John Hawthorn2019-03-271-2/+2
* Allow using combine the Cache-Control `public` and `no-cache` headersyuuji.yaginuma2019-01-071-0/+10
* Merge pull request #28937 from maclover7/jm-fix-28927Rafael França2018-07-311-0/+14
|\
| * Default content type for `head` is `text/html`Jon Moss2017-04-301-0/+14
* | Add support for more HTTP cache controlsDaniel Schierbeck2018-06-131-0/+20
* | Create MissingExactTemplate exception with separate templateVinicius Stock2018-04-201-1/+1
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-15/+15
* | Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-121-1/+1
* | Merge pull request #30367 from ptoomey3/consistent-cache-control-headersAaron Patterson2017-09-051-0/+21
|\ \
| * | Use equality in place of refute assertions for accuracyPatrick Toomey2017-08-221-4/+2
| * | Normalize/process Cach-Control headers consistentlyPatrick Toomey2017-08-221-0/+23
* | | Fix `can't modify frozen String` error in AC::RenderingKoichi ITO2017-09-021-0/+12
|/ /
* | Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* | Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Define path with __dir__bogdanvlviv2017-05-231-6/+6
|/
* make `render` work with AC::Paramsyuuji.yaginuma2017-01-151-1/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Remove deprecated support to :nothing in renderRafael Mendonça França2016-10-091-10/+0
* Remove deprecated support for status option in headRafael Mendonça França2016-10-091-21/+0
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-6/+6
* modernizes hash syntax in actionpackXavier Noria2016-08-061-24/+24
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-59/+59
* Fix adding implicitly rendered namespaced template digests to ETagsJavan Makhmali2016-07-131-10/+44
* Fix adding implicitly rendered template digests to ETagsJavan Makhmali2016-06-281-10/+35
* render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)Brandon Medenwald2016-06-091-0/+7
* Strong ETag validatorsJeremy Daer2016-03-311-15/+43
* Remove http_cache_forever's version parameterJean Boussier2016-03-051-9/+1
* Deprecate :controller and :action path parametersAndrew White2016-03-011-1/+4
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-251-2/+23
* Fix master buildJon Moss2016-02-181-1/+1
* remove unused variable from render testyuuji.yaginuma2016-01-301-1/+1
* Run `file.close` before unlinking for traviseileencodes2016-01-281-1/+2
* Regression test for rendering file from absolute patheileencodes2016-01-281-0/+11
* doc typoAkira Matsuda2016-01-271-2/+2
* add a skip for failing testAaron Patterson2016-01-261-1/+2
* fix permitted? conditional for `render` callsAaron Patterson2016-01-261-0/+11
* clear view path cache between testsAaron Patterson2016-01-261-0/+5
* Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-0/+31
|\
| * allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-0/+31
* | Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...abhishek2016-01-201-1/+1
|/
* Change Integer#year to return a Fixnum instead of a Float to improve consistencyKonstantinos Rousis2015-10-221-2/+2
* remove RackDelegation moduleAaron Patterson2015-08-261-2/+0
* Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-241-4/+4