From c68817c8c7bd3038d442fb9652057060e1b78d35 Mon Sep 17 00:00:00 2001 From: did Date: Fri, 27 May 2011 15:16:59 -0700 Subject: [PATCH] comment references to the bushido stub gem --- Gemfile | 2 +- config/environments/development.rb | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index b8615c5d..728998e0 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ end group :test, :development do gem 'ruby-debug', :platforms => :mri_18 gem 'ruby-debug19', :platforms => :mri_19 - gem 'bushido_stub', :path => '../gems/bushido_stub' + # gem 'bushido_stub', :path => '../gems/bushido_stub' end group :production do diff --git a/config/environments/development.rb b/config/environments/development.rb index c66e1a8b..85ed0423 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -30,11 +30,10 @@ Locomotive::Application.configure do # set up the bushido stub (uncomment it) # config.bushido_stub_env = false - - config.bushido_stub_env = { - 'APP_TLD' => 'bushi.do', - 'BUSHIDO_APP' => 'san_francisco', - 'BUSHIDO_HOST' => 'bushi.do', - 'LOCOMOTIVE_SITE_NAME' => 'Locomotive TEST' - } + # config.bushido_stub_env = { + # 'APP_TLD' => 'bushi.do', + # 'BUSHIDO_APP' => 'san_francisco', + # 'BUSHIDO_HOST' => 'bushi.do', + # 'LOCOMOTIVE_SITE_NAME' => 'Locomotive TEST' + # } end \ No newline at end of file