Skip to content

Instantly share code, notes, and snippets.

@nomasprime
Created September 16, 2015 16:02
Show Gist options
  • Save nomasprime/a438df73335e684f7421 to your computer and use it in GitHub Desktop.
Save nomasprime/a438df73335e684f7421 to your computer and use it in GitHub Desktop.
class Application < Rails::Application
config.middleware.insert_after ActionDispatch::Session::CookieStore,
FayeRails::Middleware,
extensions: [Faye::Extensions::AuthenticationExtension.new],
engine: { type: Faye::Redis, host: 'localhost' },
mount: '/rt',
timeout: 25 do
map '/runbook/**' => RealtimeController
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment