Commit Graph

10 Commits

Author SHA1 Message Date
Yves Senn 8f247871bb Merge pull request #15590 from zuhao/refactor_actionview_register_template_handler
Add unregister_template_handler to prevent leaks.

Conflicts:
	actionview/CHANGELOG.md
2014-06-12 14:06:59 +02:00
Zuhao Wan a1dbb4e7e0 Add unregister_template_handler to prevent leaks. 2014-06-12 18:49:40 +08:00
Arthur Neves 176b1b1ff6
Ensure that .process return the method return 2014-05-06 15:35:25 -04:00
Akira Matsuda f57e5f224b Unused class in AV test 2013-12-25 10:33:42 +09:00
Akira Matsuda 222f00b422 Unused classes in AV tests 2013-12-24 11:04:49 +09:00
Carlos Antonio da Silva c5b76b5362 Prefer assert_raise instead of flunk + rescue to test for exceptions
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.
2013-12-19 09:20:51 -02:00
Jeremy Kemper cf56dcf930 Fix integration test to pass same-origin verification 2013-12-17 15:04:59 -07:00
Akira Matsuda 499b602c8e Minor typo fixes 2013-11-27 02:27:38 +09:00
Arun Agrawal 64eb39a5b9 Moved viewpathstest into actionview/test/actionpack/controller
These test were not running at all,
Now it will run as a tests part.
2013-10-09 20:09:33 +02:00
Łukasz Strzałkowski 7620ab08be Move actionpack's controller tests 2013-08-25 11:40:10 +02:00