Changeset 1223

Show
Ignore:
Timestamp:
07/22/08 21:15:40 (6 months ago)
Author:
alban
Message:

Mise en place du plugin Google Analytics. Fixes #4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/environments/production.rb

    r1222 r1223  
    1919 
    2020ActionController::Base.asset_host = "www.bonnes-ondes.fr" 
    21 ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS.update(:session_domain => '.bonnes-ondes.fr') 
     21ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS.update :session_domain => '.bonnes-ondes.fr' 
     22 
     23Rubaidh::GoogleAnalytics.tracker_id = 'UA-1896598-5' 
     24Rubaidh::GoogleAnalytics.environments = ['production'] 
     25Rubaidh::GoogleAnalytics.domain_name = 'bonnes-ondes.fr'