Skip to content

Instantly share code, notes, and snippets.

@timwaters
Forked from chelm/gist:778436
Created January 13, 2011 19:29
Show Gist options
  • Save timwaters/778438 to your computer and use it in GitHub Desktop.
Save timwaters/778438 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'qusion'
begin
Qusion.start(ENV)
rescue => e
raise "Failed to start Qusion: #{e}"
end
#start listening.
require "#{RAILS_ROOT}/lib/f1/messaging/router.rb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment