Module PrivatePub::ViewHelpers
In: lib/private_pub/view_helpers.rb

Methods

Public Instance methods

Publish the given data or block to the client by sending a Net::HTTP POST request to the Faye server. If a block or string is passed in, it is evaluated as JavaScript on the client. Otherwise it will be converted to JSON for use in a JavaScript callback.

Subscribe the client to the given channel. This generates some JavaScript calling PrivatePub.sign with the subscription options.

[Validate]