aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move render_test to AVŁukasz Strzałkowski2013-08-251-1298/+106
* Create AbstractController::Rendering interfaceŁukasz Strzałkowski2013-08-251-0/+2
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-4/+0
* Fix order dependent testsAkira Matsuda2013-07-261-0/+4
* Fix undefined method `ref' for nil:NilClass for bad accept headersStephen Becker IV2013-06-191-0/+6
* Test that #fresh_when accepts an arrayBrandon Keepers2013-05-071-2/+19
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-061-9/+7
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-051-11/+11
* Merge pull request #8662 from senny/8661_should_not_append_charset_if_already...Santiago Pastorino2012-12-311-1/+12
|\
| * charset should not be appended for `head` responsesYves Senn2012-12-311-1/+12
* | change spy of after invoked controller action. because ruby-2.0.0 waned unus...SHIBATA Hiroshi2012-12-201-1/+2
|/
* update documentation and code to use _action callbacksFrancesco Rodriguez2012-12-071-3/+3
* render every partial with a new `PartialRenderer`.Yves Senn2012-11-191-0/+10
* can't pass :locals to #assert_template without a view test case. Closes #3415Yves Senn2012-10-061-0/+11
* Added controller-level etag additions that will be part of the action etag co...David Heinemeier Hansson2012-08-291-0/+32
* html_escape should escape single quotesSantiago Pastorino2012-07-311-2/+2
* Removed warnings.Arun Agrawal2012-06-211-3/+3
* Merge pull request #6777 from route/logger_in_metal_testsCarlos Antonio da Silva2012-06-191-0/+17
|\
| * Added test for case when view doesn't have logger method when using ActionCon...Dmitry Vorotilin2012-06-191-0/+17
* | Ensure that cache-control headers are mergedJames Tucker2012-06-181-0/+12
|/
* Add failing test re #3436 which demonstrates content_type is not respected wh...Kunal Shah2012-05-081-0/+21
* Merge pull request #5368 from andhapp/remove-max-staleJosé Valim2012-05-071-4/+4
|\
| * Removed max-stale from the tests since it's a request cache-control directive...Anuj Dutta2012-03-101-4/+4
* | Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* | Set proper rendered_format when doing render :inlineSantiago Pastorino2012-03-281-0/+1
* | If partial is rendered in controller, grab format from templatePiotr Sarnacki2012-03-271-0/+13
* | Merge pull request #5480 from drogus/rendering-issuesJosé Valim2012-03-171-0/+39
* | Fix #5238, rendered_format is not set when template is not renderedPiotr Sarnacki2012-03-021-2/+6
|/
* Merge pull request #3479 from arvida/ensure-date-header-on-expires-inJosé Valim2012-02-181-0/+7
|\
| * Added test for setting of HTTP Date header when calling #expires_inarvida2011-10-311-0/+7
* | let expires_in accept a must_revalidate flagXavier Noria2012-02-171-0/+20
* | ActionView now has its own loggerRafael Mendonça França2012-01-181-1/+2
* | Refactor FormBuilder arguments and default configCarlos Antonio da Silva2012-01-181-3/+3
* | Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-4/+0
* | Remove other old compatibility constantsCarlos Antonio da Silva2012-01-171-6/+6