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
*
`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