renderedtext / render_async

render_async lets you include pages asynchronously with AJAX
https://rubygems.org/gems/render_async/
MIT License
1.08k stars 75 forks source link

Add Support for Turbo #140

Closed Mbuckley0 closed 3 years ago

Mbuckley0 commented 3 years ago

Recently rails added in a replacement for turbolinks called turbo. It works in a similar way to turbolinks except now it has events like turbo:load instead of turbolinks:load. If you're happy for me to do so I can do up a PR adding turbo in as a configuration option just like turbolinks is.

nikolalsvk commented 3 years ago

Hey, @Mbuckley0, thanks for opening an issue.

If you're happy for me to do so I can do up a PR adding turbo in as a configuration option just like turbolinks is.

Sure, please submit a PR and I will check it out, thank you.

Mbuckley0 commented 3 years ago

@nikolalsvk I've added in a PR now. https://github.com/renderedtext/render_async/pull/141

nikolalsvk commented 3 years ago

I just released this in 2.1.9 version.

Thanks a lot, @Mbuckley0