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_view
/
context.rb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Tidy up pending TODOs after discussion with Mr. Gatoz (@wycats).
José Valim
2011-05-01
1
-60
/
+16
|
*
log errors when an exception happens when streaming.
José Valim
2011-05-01
1
-0
/
+2
|
*
Introduce view renderer.
José Valim
2011-05-01
1
-0
/
+2
|
*
More cleanup and moving responsibilities around.
José Valim
2011-05-01
1
-22
/
+62
|
*
Start abstracting the renderer.
José Valim
2011-05-01
1
-5
/
+1
|
*
Body... wanna *stream* my body? Body... such a thrill my body!
José Valim
2011-04-18
1
-0
/
+1
|
|
|
|
|
Added stream as class level method to make it explicit when to stream. Render also accepts :stream as option.
*
Adds title and description where needed.
Rizwan Reza
2010-06-16
1
-12
/
+9
|
*
edit pass: the names of Rails components have a space, ie, "Active Record", ↵
Xavier Noria
2010-06-14
1
-3
/
+3
|
|
|
|
not "ActiveRecord"
*
Each controller class has it's own view context subclass. This removes the ↵
Carlhuda
2010-03-18
1
-2
/
+0
|
|
|
|
need for ActionView::Base.for_controller
*
replace _render_*_from_controller with render_* as they are intended to be ↵
Yehuda Katz
2009-08-06
1
-2
/
+2
|
|
|
|
public
*
Update some tests and add a to_model to form helpers
Yehuda Katz
2009-07-20
1
-2
/
+6
|
*
Separate ActionView::Context so something else can easily be made into an AV ↵
Yehuda Katz
2009-07-19
1
-0
/
+40
context