jQuery defaults to 2.2.1
rhymes opened this issue · 2 comments
rhymes commented
rafaelfranca commented
Seems like your application have more than one jquery in the assets load path. jquery-rails provides a file inside vendor/assets/javascript
so the fact that assets/jquery/dist/jquery.js
is being included means that it is not a jquery-rails issue.
rhymes commented
@rafaelfranca thanks! I had another version of jQuery with bower for the frontend. I removed that and now everything is correct.