You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
created new rails project using ruby version 2.2.2
in Gemfile
...
gem 'rails', '4.2.4'
...
gem 'jquery-turbolinks'
$ bundle install
....
Using turbolinks 2.5.3
Using jquery-turbolinks 2.1.0
in application.js
//= require jquery
//= require jquery.turbolinks
//= require jquery_ujs
//= require turbolinks
//= require_tree .
when running app / loading page
couldn't find file 'turbolinks' with type 'application/javascript'
//= require turbolinks << pointing to this line
The text was updated successfully, but these errors were encountered: