aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]David Heinemeier Hansson2005-10-131-0/+11
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-231-1/+8
* Partly tuned docs for release (AP)David Heinemeier Hansson2005-07-061-4/+4
* r2879@asus: jeremy | 2005-07-05 16:15:16 -0700Jeremy Kemper2005-07-051-0/+1
* r2874@asus: jeremy | 2005-07-05 16:13:39 -0700Jeremy Kemper2005-07-051-2/+2
* render(:template) applies a layout by default. render("foo/bar") works with a...Jamis Buck2005-06-151-14/+0
* Make sure the benchmarking render method always returns the result of the ren...Jamis Buck2005-05-301-2/+4
* Added accessors to logger, params, response, session, and headers from the vi...David Heinemeier Hansson2005-05-191-0/+10
* Added that render_partial called from a controller will use the action name a...David Heinemeier Hansson2005-04-171-0/+9
* Added Base#render_to_string to parse a template and get the result back as a ...David Heinemeier Hansson2005-02-231-0/+11
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-66/+70
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-70/+66
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-66/+70
* Added authentication framework to protect actions behind a condition and redi...David Heinemeier Hansson2005-01-091-0/+5
* InitialDavid Heinemeier Hansson2004-11-241-0/+178