spec/dummy/config/environments/development.rb in speedup-rails-0.0.6 vs spec/dummy/config/environments/development.rb in speedup-rails-0.0.7

- old
+ new

@@ -1,5 +1,7 @@ +WebMock.allow_net_connect! #temporary fix + Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. # In the development environment your application's code is reloaded on # every request. This slows down response time but is perfect for development @@ -39,8 +41,8 @@ # Raises error for missing translations # config.action_view.raise_on_missing_translations = true # config.speedup.adapter = :memory # config.speedup.adapter = :influxdb, { database: 'speeduprails', username: 'ezrondre', password: 'agent', host: 'sandbox.influxdb.com' } - # config.speedup.adapter = :server, { url: 'http://localhost:8080', api_key: '4e557137390141bea520da8cb78e1ca2' } + # config.speedup.adapter = :server, { url: 'http://localhost:3030', api_key: 'ca8956557c40d4716cca5ac6278aa651' } # config.speedup.adapter = :file end