Skip to content

Instantly share code, notes, and snippets.

@radicaled
Created April 30, 2011 06:39
Show Gist options
  • Save radicaled/949480 to your computer and use it in GitHub Desktop.
Save radicaled/949480 to your computer and use it in GitHub Desktop.
<%= javascript_include_tag 'jquery' %>
<%= javascript_include_tag 'rails' %>
<%= javascript_include_tag 'application' %>
/* NO. NO. The above is /wrong/. */
<%= javascript_include_tag 'jquery' %>
<%= javascript_include_tag 'application' %>
/* every other javascript file you need */
<%= javascript_include_tag 'rails' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment