ruby on rails - foundation installation and turbolinks -


i installed foundation in rails 4 app. foundation overrwites layout file.

it replaces:

  <%= stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track' => true %> 

to just:

<%= stylesheet_link_tag    "application" %> 

is there sort of incompatibility or should append turbolinks tracking directive?

there no incompatibility. i've used turbolinks foundation without issues on several projects.

at rate, wouldn't think foundation affect turbolinks, it's html/css/jquery framework. understand, turbolinks works preloading data links on page if click one, page loads quicker.


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

objective c - Deep Linking for iOS Apps which are not installed yet? -

android - How to delete or change the searchview icon inside the SearchView actionBar? -