aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* render(:action) and render() are the only two render calls to use a layout by...Jamis Buck2005-06-011-2/+3
* render(:inline) defaults to :layout => falseJamis Buck2005-05-301-1/+12
* Make sure the benchmarking render method always returns the result of the ren...Jamis Buck2005-05-301-23/+11
* render(:text), render(:partial), and render(:nothing) always default to :layo...Jamis Buck2005-05-301-1/+12
* render(:partial => "...") uses an empty hash for the local assigns #1365. ren...Jamis Buck2005-05-301-2/+2
* Updated unit test styleDavid Heinemeier Hansson2005-05-221-48/+43
* Test for no layout on nothingDavid Heinemeier Hansson2005-05-221-1/+10
* Deprecated all render_* methods in favor of consolidating all rendering behav...David Heinemeier Hansson2005-05-221-13/+13
* Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...David Heinemeier Hansson2005-05-221-0/+237