ratyrate icon indicating copy to clipboard operation
ratyrate copied to clipboard

Turbolinks now rendering on show page

Open Ruegen opened this issue 9 years ago • 1 comments

Navigating from an index page to a show page won't render the star rating.

I loads after a refresh only because of Turbolinks.

Rather than disable Turbolinks I added to your app/assets/javascripts/raterate.js.erb file

Note: I am using the gem pulled from the github.

$(document).on('turbolinks:load',initstars);

not sure if it is a good suggested fix...

Ruegen avatar Aug 30 '16 09:08 Ruegen

This worked pretty well for me, Thanks!

IsaCR avatar Aug 13 '17 16:08 IsaCR