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
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" | ... | ... |