aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* :hocho: TyposAkira Matsuda2015-09-212-2/+2
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-173-22/+23
* Change AC::TestResponse to AD::TestResponsePrem Sichanugrist2015-07-141-1/+1
* use new constructor. (Oops! :bomb:)Aaron Patterson2015-07-081-1/+1
* Revert "revises a test to account for case-insensitive file systems"Matthew Draper2015-06-141-18/+2
* Revert "Merge pull request #19685 from vngrs/actionview_parent_layout_bug"Rafael Mendonça França2015-06-021-14/+0
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-302-60/+34
* Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-1/+1
* Remove deprecation warning.Guo Xiang Tan2015-05-221-1/+1
* revises a test to account for case-insensitive file systemsXavier Noria2015-05-211-3/+19
* fix for actionview parent layout bugMehmet Emin İNAÇ2015-04-081-0/+14
* Cleaning unused views from actionpack tests inside actionviewThiago Pradi2015-03-141-1/+0
* Merge pull request #18948 from kaspth/automatic-collection-cachingRafael Mendonça França2015-02-251-0/+4
|\
| * Merge multi_fetch_fragments.Kasper Timm Hansen2015-02-201-0/+4
* | Error message testing fixFranky W2015-02-201-2/+2
|/
* use kwargs instead of xhr method. refs #18771.yuuji.yaginuma2015-02-071-2/+2
* Fixed test for deprecation warning in actionview, renaming from https://githu...Vipul A M2015-01-311-3/+3
* Support `:assigns` option when rendering with controllers/mailers.brainopia2015-01-221-0/+9
* No need of requiring `rbconfig`, it is by-default loadedKuldeep Aggarwal2015-01-101-1/+0
* Remove wrong TODO commentRafael Mendonça França2015-01-041-1/+1
* Remove deprecated `AbstractController::Base::parent_prefixes`Rafael Mendonça França2015-01-041-16/+0
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Revert "Revert "Merge pull request #16888 from jejacks0n/render_template""Godfrey Chan2014-09-261-18/+5
* Revert "Merge pull request #16888 from jejacks0n/render_template"Godfrey Chan2014-09-231-5/+18
* Changes default render behavior from file to template.jejacks0n2014-09-111-18/+5
* Added PartialIteration class used when rendering collectionsJoel Junström2014-07-161-0/+18
* Fixed borken tests in AV caused by 013c74dGodfrey Chan2014-07-101-2/+2
* Merge pull request #15590 from zuhao/refactor_actionview_register_template_ha...Yves Senn2014-06-121-10/+23
|\
| * Add unregister_template_handler to prevent leaks.Zuhao Wan2014-06-121-10/+15
|/
* Following documentation guidelineRafael Mendonça França2014-05-141-4/+3
* deprecate AbC:Base::parent_prefixes.Nick Sutterer2014-05-131-0/+49
* Ensure that .process return the method returnArthur Neves2014-05-062-9/+13
* Unused class in AV testAkira Matsuda2013-12-251-2/+0
* Unused classes in AV testsAkira Matsuda2013-12-241-6/+0
* Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-192-6/+6
* Fix integration test to pass same-origin verificationJeremy Kemper2013-12-171-1/+1
* More typo fixesAkira Matsuda2013-11-271-1/+1
* Minor typo fixesAkira Matsuda2013-11-272-4/+4
* Refactor File.expand_path usage to remove additional File.joinAlex Johnson2013-11-051-1/+1
* Moved viewpathstest into actionview/test/actionpack/controllerArun Agrawal2013-10-091-0/+174
* Move abstract's controller tests to AVŁukasz Strzałkowski2013-08-2514-0/+886
* Move actionpack's controller testsŁukasz Strzałkowski2013-08-253-11/+11
* Move AP's capture tests to AVŁukasz Strzałkowski2013-08-251-0/+81
* Move remaining layouts tests to AVŁukasz Strzałkowski2013-08-251-0/+262
* Split rendering tests between AP & AVŁukasz Strzałkowski2013-08-251-248/+13
* Move render_test to AVŁukasz Strzałkowski2013-08-251-0/+1572