* nm; not going to run websocket gateway from within web app
This commit is contained in:
parent
2b951aec0d
commit
fd4fcd3071
1
Gemfile
1
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue