comment references to the bushido stub gem

This commit is contained in:
did 2011-05-27 15:16:59 -07:00
parent ef7ac0e721
commit c68817c8c7
2 changed files with 7 additions and 8 deletions

View File

@ -45,7 +45,7 @@ end
group :test, :development do group :test, :development do
gem 'ruby-debug', :platforms => :mri_18 gem 'ruby-debug', :platforms => :mri_18
gem 'ruby-debug19', :platforms => :mri_19 gem 'ruby-debug19', :platforms => :mri_19
gem 'bushido_stub', :path => '../gems/bushido_stub' # gem 'bushido_stub', :path => '../gems/bushido_stub'
end end
group :production do group :production do

View File

@ -30,11 +30,10 @@ Locomotive::Application.configure do
# set up the bushido stub (uncomment it) # set up the bushido stub (uncomment it)
# config.bushido_stub_env = false # config.bushido_stub_env = false
# config.bushido_stub_env = {
config.bushido_stub_env = { # 'APP_TLD' => 'bushi.do',
'APP_TLD' => 'bushi.do', # 'BUSHIDO_APP' => 'san_francisco',
'BUSHIDO_APP' => 'san_francisco', # 'BUSHIDO_HOST' => 'bushi.do',
'BUSHIDO_HOST' => 'bushi.do', # 'LOCOMOTIVE_SITE_NAME' => 'Locomotive TEST'
'LOCOMOTIVE_SITE_NAME' => 'Locomotive TEST' # }
}
end end