template_streaming 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/lib/template_streaming/version.rb +1 -1
- data/lib/template_streaming.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
data/lib/template_streaming.rb
CHANGED
@@ -263,5 +263,5 @@ module TemplateStreaming
|
|
263
263
|
ActionView::Base.send :include, View
|
264
264
|
ActionController::Base.send :include, Controller
|
265
265
|
ActionController::Response.send :include, Response
|
266
|
-
ActionController::Dispatcher.middleware.
|
266
|
+
ActionController::Dispatcher.middleware.insert 0, Rack::Chunked
|
267
267
|
end
|