Commit 986b423361f7f0c1b13527416c031a94cc24750a
1 parent
8bf98094
Exists in
master
and in
1 other branch
Fixing staging issues
Showing
2 changed files
with
4 additions
and
5 deletions
Show diff stats
config/environments/production.rb
@@ -21,6 +21,3 @@ config.gem "rubaidh-google_analytics", | @@ -21,6 +21,3 @@ config.gem "rubaidh-google_analytics", | ||
21 | :lib => "rubaidh/google_analytics", | 21 | :lib => "rubaidh/google_analytics", |
22 | :version => "1.1.4", | 22 | :version => "1.1.4", |
23 | :source => "http://gems.github.com" | 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,5 +11,7 @@ config.action_controller.perform_caching = true | ||
11 | # Disable delivery errors if you bad email addresses should just be ignored | 11 | # Disable delivery errors if you bad email addresses should just be ignored |
12 | config.action_mailer.raise_delivery_errors = false | 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" |