aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-02-23 15:37:17 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-02-23 15:37:17 -0800
commit3345af61fb128d0a70793b235e3cb878781d6f40 (patch)
tree13f658ed836dc7d8c15eb9486cef39f340496722 /activesupport/lib
parentee541049fdbe5eeebcca2f3b83144a5d803345a9 (diff)
downloadrails-3345af61fb128d0a70793b235e3cb878781d6f40.tar.gz
rails-3345af61fb128d0a70793b235e3cb878781d6f40.tar.bz2
rails-3345af61fb128d0a70793b235e3cb878781d6f40.zip
Fix streaming by having it create a File object, which can be handled by Rack servers as appropriate
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/ruby/shim.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/ruby/shim.rb b/activesupport/lib/active_support/ruby/shim.rb
index 1e49ccdade..f0db5b3021 100644
--- a/activesupport/lib/active_support/ruby/shim.rb
+++ b/activesupport/lib/active_support/ruby/shim.rb
@@ -17,3 +17,4 @@ require 'active_support/core_ext/string/conversions'
require 'active_support/core_ext/string/interpolation'
require 'active_support/core_ext/rexml'
require 'active_support/core_ext/time/conversions'
+require 'active_support/core_ext/file/path'