From 147461919645b6cc215e18bdd7d4103e92998e64 Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Wed, 20 Jan 2016 00:50:47 +0530 Subject: [ci skip] update guide for Puma web server instead of Webrick Rails 5.0 default server puma web server. following commit - https://github.com/rails/rails/commit/ae48ea69 --- guides/source/action_controller_overview.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'guides/source/action_controller_overview.md') diff --git a/guides/source/action_controller_overview.md b/guides/source/action_controller_overview.md index f68f2d1faf..9ef2c1a441 100644 --- a/guides/source/action_controller_overview.md +++ b/guides/source/action_controller_overview.md @@ -995,10 +995,6 @@ you would like in a response object. The `ActionController::Live` module allows you to create a persistent connection with a browser. Using this module, you will be able to send arbitrary data to the browser at specific points in time. -NOTE: The default Rails server (WEBrick) is a buffering web server and does not -support streaming. In order to use this feature, you'll need to use a non buffering -server like [Puma](http://puma.io), [Rainbows](http://rainbows.bogomips.org) -or [Passenger](https://www.phusionpassenger.com). #### Incorporating Live Streaming -- cgit v1.2.3