From 2d363e85f2b001c338fa95f0100e092d31921123 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Sat, 11 Jul 2009 19:06:53 -0400 Subject: [PATCH] updating README about new gem dependency management. added information about google analytics in a comment --- README.markdown | 2 ++ config/initializers/google_analytics.rb | 3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/README.markdown b/README.markdown index f397ee4..14c4a6e 100644 --- a/README.markdown +++ b/README.markdown @@ -23,6 +23,8 @@ This will create a Rails 2.3.2 app with Heroku-recommended code: * Evergreen for CSS framework * Coulda for features, model, controller, & helper generators +If you don't have all the necessary gems, they will be installed. + Get the latest & greatest at anytime with: rake suspenders:pull diff --git a/config/initializers/google_analytics.rb b/config/initializers/google_analytics.rb index 410d180..5f61efd 100644 --- a/config/initializers/google_analytics.rb +++ b/config/initializers/google_analytics.rb @@ -1,3 +1,6 @@ +# Google Analytics is only available in production by default +# http://github.com/rubaidh/google_analytics + if ENV['GOOGLE_ANALYTICS_TRACKER_ID'] Rubaidh::GoogleAnalytics.tracker_id = ENV['GOOGLE_ANALYTICS_TRACKER_ID'] end -- libgit2 0.21.2