aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/actionpack
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15590 from ↵Yves Senn2014-06-121-10/+23
|\ | | | | | | | | | | | | | | | | zuhao/refactor_actionview_register_template_handler Add unregister_template_handler to prevent leaks. Conflicts: actionview/CHANGELOG.md
| * 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
| | | | | | rename ::_local_prefixes to ::local_prefixes to state the public attribute. document the latter. make ::local_prefixes private, test overriding it and remove documentation for overriding ::_parent_prefixes.
* 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
| | | | | | Change most tests to make use of assert_raise returning the raised exception rather than relying on a combination of flunk + rescue to check for exception types/messages.
* 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
| | | | These test were not running at all, Now it will run as a tests part.
* Move abstract's controller tests to AVŁukasz Strzałkowski2013-08-2514-0/+886
| | | | The ones that were actually testing AV functionality and should belong in there
* 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
| | | | All rendering test remain in AV. Head, ETag etc. test stay in AP
* Move render_test to AVŁukasz Strzałkowski2013-08-251-0/+1572