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
/
test
/
controller
/
new_render_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Improved error message for DoubleRenderError
Jamis Buck
2005-07-09
1
-0
/
+27
*
Partly tuned docs for release (AP)
David Heinemeier Hansson
2005-07-06
1
-4
/
+4
*
r2874@asus: jeremy | 2005-07-05 16:13:39 -0700
Jeremy Kemper
2005-07-05
1
-2
/
+3
*
r2822@asus: jeremy | 2005-07-04 21:14:30 -0700
Jeremy Kemper
2005-07-04
1
-1
/
+1
*
render(:template) applies a layout by default. render("foo/bar") works with a...
Jamis Buck
2005-06-15
1
-1
/
+11
*
render(:action) and render() are the only two render calls to use a layout by...
Jamis Buck
2005-06-01
1
-2
/
+3
*
render(:inline) defaults to :layout => false
Jamis Buck
2005-05-30
1
-1
/
+12
*
Make sure the benchmarking render method always returns the result of the ren...
Jamis Buck
2005-05-30
1
-23
/
+11
*
render(:text), render(:partial), and render(:nothing) always default to :layo...
Jamis Buck
2005-05-30
1
-1
/
+12
*
render(:partial => "...") uses an empty hash for the local assigns #1365. ren...
Jamis Buck
2005-05-30
1
-2
/
+2
*
Updated unit test style
David Heinemeier Hansson
2005-05-22
1
-48
/
+43
*
Test for no layout on nothing
David Heinemeier Hansson
2005-05-22
1
-1
/
+10
*
Deprecated all render_* methods in favor of consolidating all rendering behav...
David Heinemeier Hansson
2005-05-22
1
-13
/
+13
*
Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...
David Heinemeier Hansson
2005-05-22
1
-0
/
+237
[prev]