aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move details to lookup_context and make resolvers use the cache key.José Valim2010-03-081-41/+1
* More refactoring on the views side of rendering.José Valim2010-03-081-19/+0
* Added :format and :locale options to render.José Valim2010-01-291-1/+40
* Fix rendering of layouts.José Valim2010-01-291-3/+3
* Ensure strings given to render with slash are rendered relative to the config...José Valim2010-01-221-5/+30
* Add shortcut test to abstract/render_test.rbJosé Valim2010-01-211-0/+9
* Rename the RenderingController module to just plain RenderingDavid Heinemeier Hansson2009-12-201-1/+1
* Reorganize autoloads:Carlhuda2009-12-021-1/+1
* Add some basic render_test to AbstractController.José Valim2009-11-011-0/+88