aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-4/+4
* Deprecate passing hash as first parameter into ActionController::HeadMehmet Emin İNAÇ2015-06-151-7/+28
* Add test coverage for implicit render in empty actionsJorge Bejar2015-06-111-0/+14
* Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-0/+10
* Return true from head methodJoel Hayhurst2015-03-121-0/+11
* Implement http_cache_forever to ActionControllerArthur Neves2015-02-151-0/+53
* Accept a collection in fresh_when and stale?claudiob2015-02-101-1/+49
* Fix wrong kwarg "record" from #18872claudiob2015-02-101-0/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-6/+6
* Remove unused AV fixtures from AP testsclaudiob2015-01-111-65/+0
* Correctly use the response's status code calling headRobin Dupret2014-12-311-0/+17
* When your templates change, browser caches bust automatically.Jeremy Kemper2014-08-171-2/+34
* Remove redundant code.Guo Xiang Tan2014-06-051-4/+0
* Prevent state leak.Guo Xiang Tan2014-06-051-0/+2
* Remove missing integration points of AV extractionCarlos Antonio da Silva2013-12-051-1/+1