* nm; not going to run websocket gateway from within web app

This commit is contained in:
Seth Call 2012-09-01 16:50:45 -05:00
parent 2b951aec0d
commit fd4fcd3071
2 changed files with 0 additions and 8 deletions

View File

@ -18,7 +18,6 @@ gem 'jam_db', :path => "#{workspace}/jam-db/target/ruby_package"
gem 'jam_ruby', :path => "#{workspace}/jam-ruby"
gem 'jampb', :path => "#{workspace}/jam-pb/target/ruby/jampb"
gem 'pg', '0.14.0'
group :development, :test do
gem 'rspec-rails', '2.11.0'
gem 'guard-rspec', '0.5.5'

View File

@ -1,7 +0,0 @@
# if we are instructed to start the websocket gateway, do so
if Rails.application.config.run_websocket_gateway
puts "starting websocket gateway..."
puts "not really..."
end