Skip to content

Commit

Permalink
Make jQuery the default javascript framework
Browse files Browse the repository at this point in the history
* Add the jquery-ujs (http://github.com/rails/jquery-ujs)
* Remove the Prototype framework's javascript files
* Include jquery.js in layout
  • Loading branch information
mrDoktar committed May 11, 2010
1 parent 9d135db commit 854c735
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 8,050 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>BlogIn15</title>
<%= stylesheet_link_tag :all %>
<%= javascript_include_tag :defaults %>
<%= javascript_include_tag "jquery", "rails", "application" %>
<%= csrf_meta_tag %>
</head>
<body>
Expand Down
Loading

0 comments on commit 854c735

Please sign in to comment.