index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
layout.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace dubious controller parent class in filter docs. Closes #3655, #3722.
Marcel Molina
2006-02-08
1
-4
/
+6
*
Added reusable reloading support through the inclusion of the Relodable modul...
David Heinemeier Hansson
2006-01-29
1
-4
/
+5
*
Fix render(:update) to not render layouts
Sam Stephenson
2006-01-23
1
-0
/
+1
*
Change layout discovery to take into account the change in semantics with Fil...
Marcel Molina
2006-01-22
1
-1
/
+1
*
Add render :update for inline RJS
Sam Stephenson
2006-01-20
1
-4
/
+4
*
Automatically discover layouts when a controller is namespaced. Closes #2199,...
Marcel Molina
2006-01-15
1
-4
/
+9
*
Allow auto-discovery of third party template library layouts.
Marcel Molina
2006-01-12
1
-2
/
+2
*
Don't include a layout when rendering an rjs template using render's :templat...
Marcel Molina
2005-12-17
1
-1
/
+1
*
Correct docs for automatic layout assignment. Closes #2610.
Marcel Molina
2005-11-20
1
-1
/
+3
*
Make rjs templates always implicitly skip out on layouts.
Marcel Molina
2005-11-18
1
-5
/
+7
*
Fix that render :text didn't interpolate instance variables (Closes #2629, #2...
David Heinemeier Hansson
2005-10-28
1
-0
/
+1
*
Fixed docs (closes #2468)
David Heinemeier Hansson
2005-10-26
1
-1
/
+1
*
Make sure :layout => false is always used when rendering inside a layout
Jamis Buck
2005-08-05
1
-1
/
+2
*
Improved performance of test app req/sec with ~10% refactoring the render met...
David Heinemeier Hansson
2005-07-24
1
-30
/
+40
*
Improved performance with 5-30% through a series of Action Pack optimizations...
David Heinemeier Hansson
2005-07-23
1
-1
/
+1
*
Made documentation ready for release (AP)
David Heinemeier Hansson
2005-07-06
1
-3
/
+3
*
Partly tuned docs for release (AP)
David Heinemeier Hansson
2005-07-06
1
-1
/
+1
*
render(:template) applies a layout by default. render("foo/bar") works with a...
Jamis Buck
2005-06-15
1
-2
/
+2
*
render(:action) and render() are the only two render calls to use a layout by...
Jamis Buck
2005-06-01
1
-6
/
+4
*
render(:inline) defaults to :layout => false
Jamis Buck
2005-05-30
1
-2
/
+2
*
render(:text), render(:partial), and render(:nothing) always default to :layo...
Jamis Buck
2005-05-30
1
-5
/
+17
*
render :nothing shouldnt cause layouts
David Heinemeier Hansson
2005-05-22
1
-1
/
+1
*
Cure some ills discovered with the refactoring
David Heinemeier Hansson
2005-05-22
1
-29
/
+21
*
Deprecated all render_* methods in favor of consolidating all rendering behav...
David Heinemeier Hansson
2005-05-22
1
-11
/
+10
*
Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...
David Heinemeier Hansson
2005-05-22
1
-3
/
+31
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-2
/
+2
*
Added conditional layouts like <tt>layout "weblog_standard", :except => :rss<...
David Heinemeier Hansson
2005-01-11
1
-21
/
+63
*
Added documentation for using render_with_layout
David Heinemeier Hansson
2004-12-29
1
-0
/
+16
*
Added documentation for automatic layout inclusion #328 [Marcel]
David Heinemeier Hansson
2004-12-19
1
-0
/
+9
*
Added that controllers will now search for a layout in $template_root/layouts...
David Heinemeier Hansson
2004-12-15
1
-1
/
+15
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+149