Hi,
i’m working on a project in Rails. When I click on a “link_to” button
turbolinks is not working. But when I create a “” link, it’s working
!
Why ?
I use Google chrome for look if it working. But in firefox it’s not
working too.
My app.js :
//
//= require jquery
//= require bootstrap-sprockets
//= require ckeditor/init
//= require jquery_ujs
//= require jquery.turbolinks
//= require bootstrap-slider
//= require jquery.tablesorter.min
//= require jquery.tablesorter.widgets.min
//= require fixedheadertable
//= require nprogress
//= require nprogress-turbolinks
//= require turbolinks
//= require_tree .
My app.html.erb :
<%= @title + " - Tick{Master}" %> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %>My two links :
:method => :get %>
The gem ‘jquery.turbolinks’ not working too.
Sorry for my poor English, i’m french. Thanks!