aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_other_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add and remove renderer inside the test to prevent leak.Zuhao Wan2014-05-281-4/+7
|
* removes support for render :updateXavier Noria2011-04-131-237/+0
|
* Initialize ivars in tests.Emilio Tagua2010-09-281-0/+1
|
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-3/+3
|
* Simpler RenderOption API -- removes the need for registering the types and ↵Carlhuda2009-12-091-0/+14
| | | | extending a module
* Namespace TestControllers inside their test case classJoshua Peek2009-09-191-123/+128
|
* Get controller/render_other_test.rb to pass on new base and fixed a bug in ↵Yehuda Katz + Carl Lerche2009-05-221-3/+11
| | | | new base with regards to rendering layouts.
* Added the :rjs render optionYehuda Katz + Carl Lerche2009-05-211-0/+8
|
* Ported over render :file tests.Yehuda Katz + Carl Lerche2009-05-131-0/+222