amejiarosario / BrainTrainer

App to boost your speed performing calculations through training
http://braintrainer.adrianmejia.com
2 stars 1 forks source link

move ga to application.html.haml #4

Closed amejiarosario closed 12 years ago

amejiarosario commented 12 years ago

add the script as follows:

%script{:type => "text/javascript"} 
:plain 

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-24183929-5']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

as commented here:

http://groups.google.com/group/haml/msg/5cfa940aa0333440?pli=1