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
...
*
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
[prev]