aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/layout.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure :layout => false is always used when rendering inside a layoutJamis Buck2005-08-051-1/+2
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-241-30/+40
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-231-1/+1
* Made documentation ready for release (AP)David Heinemeier Hansson2005-07-061-3/+3
* Partly tuned docs for release (AP)David Heinemeier Hansson2005-07-061-1/+1
* render(:template) applies a layout by default. render("foo/bar") works with a...Jamis Buck2005-06-151-2/+2
* render(:action) and render() are the only two render calls to use a layout by...Jamis Buck2005-06-011-6/+4
* render(:inline) defaults to :layout => falseJamis Buck2005-05-301-2/+2
* render(:text), render(:partial), and render(:nothing) always default to :layo...Jamis Buck2005-05-301-5/+17
* render :nothing shouldnt cause layoutsDavid Heinemeier Hansson2005-05-221-1/+1
* Cure some ills discovered with the refactoringDavid Heinemeier Hansson2005-05-221-29/+21
* Deprecated all render_* methods in favor of consolidating all rendering behav...David Heinemeier Hansson2005-05-221-11/+10
* Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...David Heinemeier Hansson2005-05-221-3/+31
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-2/+2
* Added conditional layouts like <tt>layout "weblog_standard", :except => :rss<...David Heinemeier Hansson2005-01-111-21/+63
* Added documentation for using render_with_layoutDavid Heinemeier Hansson2004-12-291-0/+16
* Added documentation for automatic layout inclusion #328 [Marcel]David Heinemeier Hansson2004-12-191-0/+9
* Added that controllers will now search for a layout in $template_root/layouts...David Heinemeier Hansson2004-12-151-1/+15
* InitialDavid Heinemeier Hansson2004-11-241-0/+149