about summary refs log tree commit homepage
path: root/examples/rails_app-2.3.4/config.ru
DateCommit message (Collapse)
2009-11-13JSON: set no-transform in headers
We can't have Rack::Deflater compressing long-pulling JS
2009-11-12Revert "examples/rails_app-2.3.4: move middleware setup to config.ru"
This reverts commit 4770ea6d7a6eaf00cc19bc4fb2afd59071e8cf66.
2009-11-11examples/rails_app-2.3.4: move middleware setup to config.ru
config.ru is more obvious and easier to use with non-Rails applications. This is true especially if you want to share the Upr::Monitor object/connection with the upcoming Upr::Streaming JSON application.
2009-11-10initial commit