couldn’t find file ‘jquery’ with type ‘application/javascript’

I am following RoR 4. I came across the same error couldn't find file 'jquery' with type 'application/javascript'. I did the following and was successful in running my app

  • gem 'jquery-rails' and gem 'turbolinks'
  • bundle update
  • bundle install

Leave a Comment