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
...
*
Don't try to strip out the controller name if default_action_name is nil
Marcel Molina
2005-12-20
1
-0
/
+10
*
Don't include a layout when rendering an rjs template using render's :templat...
Marcel Molina
2005-12-17
1
-1
/
+4
*
Make ActionController's render honor the :locals option when rendering a :fil...
Sam Stephenson
2005-11-22
1
-0
/
+31
*
Make rjs templates always implicitly skip out on layouts.
Marcel Molina
2005-11-18
1
-1
/
+2
*
Add support for new rjs templates which wrap an update_page block.
Marcel Molina
2005-11-17
1
-0
/
+29
*
Fix that render :text didn't interpolate instance variables (Closes #2629, #2...
David Heinemeier Hansson
2005-10-28
1
-0
/
+11
*
Fixed that an instance variable with the same name as a partial should be imp...
Sam Stephenson
2005-10-10
1
-0
/
+10
*
Fixed that render :partial would fail when :object was a Hash (due to backwar...
David Heinemeier Hansson
2005-09-09
1
-0
/
+9
*
Yield @content_for_ variables to templates #2058 [Sam Stephenson]
Jamis Buck
2005-09-01
1
-0
/
+9
*
Make rendering an empty partial collection behave like :nothing => true #2080...
Jamis Buck
2005-09-01
1
-0
/
+9
*
Render refactoring; render error reporting fixes
Nicholas Seckar
2005-08-26
1
-0
/
+1
*
Make sure :layout => false is always used when rendering inside a layout
Jamis Buck
2005-08-05
1
-1
/
+10
*
Make sure assigns are built for every request when testing #1866
Jamis Buck
2005-07-31
1
-1
/
+11
*
Fixed bug when a partial render was passing a local with the same name as the...
David Heinemeier Hansson
2005-07-27
1
-1
/
+1
*
Demonstrate breakage better
David Heinemeier Hansson
2005-07-27
1
-2
/
+2
*
Added two failing tests for partials with locals from controller
David Heinemeier Hansson
2005-07-27
1
-0
/
+27
*
Improved performance of test app req/sec with ~10% refactoring the render met...
David Heinemeier Hansson
2005-07-24
1
-4
/
+4
*
Improved performance with 5-30% through a series of Action Pack optimizations...
David Heinemeier Hansson
2005-07-23
1
-1
/
+8
*
Added test for template to layout variable transfer
David Heinemeier Hansson
2005-07-23
1
-0
/
+11
*
Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...
David Heinemeier Hansson
2005-07-21
1
-6
/
+16
*
Made test_rendering_nothing_on_layout acknowledge the space
David Heinemeier Hansson
2005-07-14
1
-1
/
+1
*
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]