ActionController::DataStreaming

module ActionController::DataStreaming

Included modules:
ActionController::Rendering

Methods for sending arbitrary data and for streaming files to the browser, instead of rendering.

Protected Instance Methods

send_data(data, options = {}) Show source

Sends the given binary data to the browser. This method is similar to render plain: data, but also allows you to specify wheth