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