Sha256: 204387a6cd5909738433be589375b216785e0affdf0633a68dcb08ef5967a480

Contents?: true

Size: 1.29 KB

Versions: 18

Compression:

Stored size: 1.29 KB

Contents

-# Grab Google CDN's jQuery, with a protocol relative URL
-# Looks for google_api_key first in ENV['GOOGLE_API_KEY'] then in config/google.yml
-# remote_jquery and local_jquery helpers use minified jquery unless Rails.env is development
- if !google_api_key.blank?
  = javascript_include_tag "//www.google.com/jsapi?key=#{google_api_key}"
  :javascript
    google.load(#{ remote_jquery("1.6") });
- else
  = javascript_include_tag "//ajax.googleapis.com/ajax/libs/jquery/#{ local_jquery("1.6") }"

-# fall back to local jQuery if necessary
:javascript
  window.jQuery || document.write("<script src='/javascripts/jquery.min.js'>\x3C/script>")
  
= javascript_include_tag 'rails', 'plugins', 'application'
    
-#  Append your own using content_for :javascripts
= yield :javascripts

-# asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet
-# Looks for google_account_id first in ENV['GOOGLE_ACCOUNT_ID'] then in config/google.yml
- if !google_account_id.blank?
  :javascript
    var _gaq=[["_setAccount","#{google_account_id}"],["_trackPageview"],["_trackPageLoadTime"]];
    (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
    g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
    s.parentNode.insertBefore(g,s)}(document,"script"));

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
survivalkit-1.0.beta.8 templates/project/templates/_javascripts.html.haml
survivalkit-1.0.beta.7 templates/project/templates/_javascripts.html.haml
survivalkit-1.0.beta.6 templates/project/templates/_javascripts.html.haml
survivalkit-1.0.beta.5 templates/project/templates/_javascripts.html.haml
survivalkit-1.0.beta.4 templates/project/templates/_javascripts.html.haml
survivalkit-1.0.beta.3 templates/project/templates/_javascripts.html.haml
survivalkit-1.0.beta.2 templates/project/templates/_javascripts.html.haml
survivalkit-1.0.beta.1 templates/project/templates/_javascripts.html.haml
survivalkit-0.3.4 templates/project/templates/_javascripts.html.haml
survivalkit-0.3.3 templates/project/templates/_javascripts.html.haml
survivalkit-0.3.2 templates/project/templates/_javascripts.html.haml
survivalkit-0.3.1 templates/project/templates/_javascripts.html.haml
survivalkit-0.3 templates/project/templates/_javascripts.html.haml
survivalkit-0.2.1 templates/project/templates/_javascripts.html.haml
survivalkit-0.2.0 templates/project/templates/_javascripts.html.haml
survivalkit-0.1.1 templates/project/templates/_javascripts.html.haml
survivalkit-0.1 templates/project/templates/_javascripts.html.haml
html5-boilerplate-1.0.0 templates/project/_javascripts.html.haml