aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_other_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add ActionController:Renderers testBenjamin Fleischer2016-01-031-24/+0
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* stop calling deprecated methodsAaron Patterson2015-09-211-1/+1
* 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 ex...Carlhuda2009-12-091-0/+14
* 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 ne...Yehuda Katz + Carl Lerche2009-05-221-3/+11
* 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