Commit 986b423361f7f0c1b13527416c031a94cc24750a

Authored by Dhruv Kapadia
1 parent 8bf98094

Fixing staging issues

config/environments/production.rb
... ... @@ -21,6 +21,3 @@ config.gem "rubaidh-google_analytics",
21 21 :lib => "rubaidh/google_analytics",
22 22 :version => "1.1.4",
23 23 :source => "http://gems.github.com"
24   -
25   -HOST = "rebirth.heroku.com"
26   -
... ...
config/environments/staging.rb
... ... @@ -11,5 +11,7 @@ config.action_controller.perform_caching = true
11 11 # Disable delivery errors if you bad email addresses should just be ignored
12 12 config.action_mailer.raise_delivery_errors = false
13 13  
14   -HOST = "rebirth.heroku.com"
15   -
  14 +config.gem "rubaidh-google_analytics",
  15 + :lib => "rubaidh/google_analytics",
  16 + :version => "1.1.4",
  17 + :source => "http://gems.github.com"
... ...