From 986b423361f7f0c1b13527416c031a94cc24750a Mon Sep 17 00:00:00 2001 From: Dhruv Kapadia Date: Thu, 29 Apr 2010 17:12:16 -0400 Subject: [PATCH] Fixing staging issues --- config/environments/production.rb | 3 --- config/environments/staging.rb | 6 ++++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index a28dc97..6efa085 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -21,6 +21,3 @@ config.gem "rubaidh-google_analytics", :lib => "rubaidh/google_analytics", :version => "1.1.4", :source => "http://gems.github.com" - -HOST = "rebirth.heroku.com" - diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 5677684..789577a 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -11,5 +11,7 @@ config.action_controller.perform_caching = true # Disable delivery errors if you bad email addresses should just be ignored config.action_mailer.raise_delivery_errors = false -HOST = "rebirth.heroku.com" - +config.gem "rubaidh-google_analytics", + :lib => "rubaidh/google_analytics", + :version => "1.1.4", + :source => "http://gems.github.com" -- libgit2 0.21.2