Question

I was wondering if I can use Turbolinks in a search form submit and/or will_paginate.

Anybody have some idea on how to make it work?

Was it helpful?

Solution

Yes you can.

Add the gem and the js to application.js and it should all work as expected. rails magic! Works with will_paginate and no impact on SEO elements.

Just to clarify, form submission should simply reman n changed (at this point of time). So you don't get performance boost there, but the behaviour works as before and doesn't break.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top