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