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
/
render_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecation: @request will be removed after 1.2. Use the request method instead.
Jeremy Kemper
2006-09-29
1
-19
/
+0
*
added passing test for using partials with an xml builder
Rick Olson
2006-09-06
1
-0
/
+9
*
Backed out of locals hash as it caused trouble with Builder, see ticket for more
David Heinemeier Hansson
2006-09-06
1
-22
/
+0
*
Added locals hash to partials, which makes for convenient access of some time...
David Heinemeier Hansson
2006-09-04
1
-0
/
+22
*
deprecated render assertions
Jeremy Kemper
2006-09-04
1
-2
/
+7
*
Dont raise deprecation warning on render :action => "stuff"
David Heinemeier Hansson
2006-09-04
1
-28
/
+17
*
no more render_to_string deprecation warnings
Jeremy Kemper
2006-09-04
1
-1
/
+1
*
deprecated render tests
Jeremy Kemper
2006-09-04
1
-26
/
+37
*
Added defaults to respond_to [DHH]
David Heinemeier Hansson
2006-03-12
1
-16
/
+0
*
Added option to render action/template/file of a specific extension (and here...
David Heinemeier Hansson
2006-03-12
1
-56
/
+61
*
Ensure backwards compatibility with symbolized action names for render_action...
David Heinemeier Hansson
2006-02-19
1
-1
/
+10
*
Reset template variables after using render_to_string. Closes #2559
Nicholas Seckar
2005-10-25
1
-0
/
+9
*
Make string-keys locals assigns optional
Nicholas Seckar
2005-10-17
1
-2
/
+6
*
Add temporary support for passing locals to render using string keys
Nicholas Seckar
2005-10-16
1
-0
/
+11
*
Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com]
David Heinemeier Hansson
2005-10-13
1
-0
/
+11
*
Improved performance with 5-30% through a series of Action Pack optimizations...
David Heinemeier Hansson
2005-07-23
1
-1
/
+8
*
Partly tuned docs for release (AP)
David Heinemeier Hansson
2005-07-06
1
-4
/
+4
*
r2879@asus: jeremy | 2005-07-05 16:15:16 -0700
Jeremy Kemper
2005-07-05
1
-0
/
+1
*
r2874@asus: jeremy | 2005-07-05 16:13:39 -0700
Jeremy Kemper
2005-07-05
1
-2
/
+2
*
render(:template) applies a layout by default. render("foo/bar") works with a...
Jamis Buck
2005-06-15
1
-14
/
+0
*
Make sure the benchmarking render method always returns the result of the ren...
Jamis Buck
2005-05-30
1
-2
/
+4
*
Added accessors to logger, params, response, session, and headers from the vi...
David Heinemeier Hansson
2005-05-19
1
-0
/
+10
*
Added that render_partial called from a controller will use the action name a...
David Heinemeier Hansson
2005-04-17
1
-0
/
+9
*
Added Base#render_to_string to parse a template and get the result back as a ...
David Heinemeier Hansson
2005-02-23
1
-0
/
+11
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-66
/
+70
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-70
/
+66
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-66
/
+70
*
Added authentication framework to protect actions behind a condition and redi...
David Heinemeier Hansson
2005-01-09
1
-0
/
+5
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+178