Skip to content

Commit

Permalink
remove jquery-rails dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Oct 4, 2015
1 parent 541c4c4 commit c3d70c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gemspec
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.
gem "jquery-rails"
gem "enju_leaf", github: "next-l/enju_leaf", branch: "master"
gem "enju_biblio", github: "next-l/enju_biblio", branch: "master"
gem "enju_library", github: "next-l/enju_library", branch: "master"
Expand Down
16 changes: 10 additions & 6 deletions spec/dummy/app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
// This is a manifest file that'll be compiled into including all the files listed below.
// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
// be included in the compiled file accessible from http://example.com/assets/application.js
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// the compiled file.
// compiled file.
//
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require jquery
//= require jquery_ujs
//= require_tree .

0 comments on commit c3d70c5

Please sign in to comment.