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_controller
/
metal
/
streaming.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove stream at the class level.
José Valim
2011-07-06
1
-38
/
+5
*
Remove trailing white-spaces
Guillermo Iguaran
2011-06-05
1
-1
/
+0
*
Update CHANGELOG.
José Valim
2011-05-03
1
-1
/
+1
*
made a copy-edit pass on the streaming RDoc
Xavier Noria
2011-05-02
1
-33
/
+35
*
Streaming docs.
José Valim
2011-05-01
1
-1
/
+201
*
Introduce view renderer.
José Valim
2011-05-01
1
-1
/
+1
*
Do not stream on HTTP/1.0.
José Valim
2011-04-19
1
-3
/
+7
*
Body... wanna *stream* my body? Body... such a thrill my body!
José Valim
2011-04-18
1
-0
/
+57
*
Rename it to DataStreaming.
José Valim
2011-04-18
1
-145
/
+0
*
`render :text => proc { ... }` is no longer supported.
John Firebaugh
2010-10-04
1
-4
/
+0
*
Cleanup deprecation warnings in Action Controller
Carlos Antonio da Silva
2010-09-06
1
-8
/
+0
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Add missing require to metal/streaming.rb
José Valim
2010-07-20
1
-0
/
+2
*
Makes send_file work again by deferring to Rack::Sendfile.
Carlhuda
2010-02-23
1
-38
/
+19
*
Fix streaming by having it create a File object, which can be handled by Rack...
Carlhuda
2010-02-23
1
-14
/
+6
*
Add subscriber for ActionPack and move all logging inside it.
José Valim
2010-01-13
1
-4
/
+0
*
Rename the RenderingController module to just plain Rendering
David Heinemeier Hansson
2009-12-20
1
-1
/
+1
*
String#bytesize is not needed for Ruby >= 1.8.7
Xavier Noria
2009-11-09
1
-2
/
+0
*
Got overhead down from 127 to 85. All tests pass:
Yehuda Katz
2009-08-11
1
-1
/
+2
*
Renamed presenter to renderer, added some documentation and defined its API.
José Valim
2009-08-07
1
-1
/
+1
*
Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...
Yehuda Katz
2009-08-06
1
-0
/
+187