José Valim
|
13df194c00
|
Tidy up pending TODOs after discussion with Mr. Gatoz (@wycats).
|
2011-05-01 19:39:57 +02:00 |
|
José Valim
|
46611a995d
|
log errors when an exception happens when streaming.
|
2011-05-01 13:40:14 +02:00 |
|
José Valim
|
b735761385
|
Introduce view renderer.
|
2011-05-01 13:40:13 +02:00 |
|
José Valim
|
33cc001f91
|
More cleanup and moving responsibilities around.
|
2011-05-01 13:40:12 +02:00 |
|
José Valim
|
d08f65118c
|
Start abstracting the renderer.
|
2011-05-01 13:40:12 +02:00 |
|
José Valim
|
389d15ef13
|
Body... wanna *stream* my body? Body... such a thrill my body!
Added stream as class level method to make it explicit when to stream.
Render also accepts :stream as option.
|
2011-04-18 08:55:41 +02:00 |
|
Rizwan Reza
|
5a0bc2c7bc
|
Adds title and description where needed.
|
2010-06-16 22:47:49 +04:30 |
|
Xavier Noria
|
f17159b029
|
edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord"
|
2010-06-14 23:22:04 +02:00 |
|
Carlhuda
|
a5d80f84d2
|
Each controller class has it's own view context subclass. This removes the need for ActionView::Base.for_controller
|
2010-03-18 18:14:54 -07:00 |
|
Yehuda Katz
|
f0945409d9
|
replace _render_*_from_controller with render_* as they are intended to be public
|
2009-08-06 19:43:28 -03:00 |
|
Yehuda Katz
|
13e18dd940
|
Update some tests and add a to_model to form helpers
|
2009-07-20 00:58:59 +09:00 |
|
Yehuda Katz
|
0f2914be40
|
Separate ActionView::Context so something else can easily be made into an AV context
|
2009-07-19 22:31:44 +09:00 |
|