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'
andgem 'turbolinks'
bundle update
bundle install
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