Skip to content

Instantly share code, notes, and snippets.

@j-mcnally
Created August 12, 2013 21:32
Show Gist options
  • Select an option

  • Save j-mcnally/6215482 to your computer and use it in GitHub Desktop.

Select an option

Save j-mcnally/6215482 to your computer and use it in GitHub Desktop.
Stomp js config.ru
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
require 'torquebox-stomp'
use TorqueBox::Stomp::StompJavascriptClientProvider
run Rails.application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment