Skip to content

Commit

Permalink
Add Rack::Chunked to middleware stack.
Browse files Browse the repository at this point in the history
  • Loading branch information
oggy committed Apr 27, 2010
1 parent 6c14944 commit 6e00dbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
== LATEST

* Automatically add Rack::Chunked to middleware stack.

== 0.0.4 2010-04-26

* Add when_streaming_template callback. Called after an action that
Expand Down
1 change: 1 addition & 0 deletions lib/template_streaming.rb
Expand Up @@ -251,4 +251,5 @@ def padding
ActionView::Base.send :include, View
ActionController::Base.send :include, Controller
ActionController::Response.send :include, Response
ActionController::Dispatcher.middleware.use Rack::Chunked
end

0 comments on commit 6e00dbb

Please sign in to comment.