Skip to content

Commit

Permalink
jQuery isn't being loaded in production
Browse files Browse the repository at this point in the history
  • Loading branch information
jcasimir committed Apr 19, 2011
1 parent 01c6c8b commit 9585a66
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -3,7 +3,7 @@
<head> <head>
<title><%= content_for?(:title) ? yield(:title) : "Untitled" %></title> <title><%= content_for?(:title) ? yield(:title) : "Untitled" %></title>
<%= stylesheet_link_tag "application" %> <%= stylesheet_link_tag "application" %>
<%= javascript_include_tag :defaults %> <%= javascript_include_tag :all %>
<%= csrf_meta_tag %> <%= csrf_meta_tag %>
<%= yield(:head) %> <%= yield(:head) %>
</head> </head>
Expand Down
9 changes: 0 additions & 9 deletions test/performance/browsing_test.rb

This file was deleted.

13 changes: 0 additions & 13 deletions test/test_helper.rb

This file was deleted.

0 comments on commit 9585a66

Please sign in to comment.