turbolinks_render
turbolinks_render copied to clipboard
turbolinks:render event
Hi,
Does this gem block the turbolinks:render
and turbolinks:before-render
events from firing? I have some js that is firing for turbolinks:load
but not these two events.
Thanks!
I've done a bit more digging, it looks like the callback that fires the render event isn't called: https://github.com/jorgemanrubia/turbolinks_render/blob/master/lib/turbolinks_render/middleware.rb#L53. Is this done for a reason?