Sprockets::FileNotFound: couldn't find file 'jquery' with type 'application/javascript' Heroku in Rails App
Remove gems jquery-rails, jquery-ui-rails
, Rails 5.1 use rails-ujs
by default and not using jquery
. Use yarn for install jquery - yarn add jquery
. Yarn