Add support for Turbo
⚡️ Turbo support
The new version brings support for the new Turbo https://github.com/hotwired/turbo-rails from the Rails folks.
You can now specify:
RenderAsync.configure do |config|
config.turbo = true # Enable this option if you are using Turbo
end
To have the Turbo library work properly in your Rails applications. Big thanks to @Mbuckley0 for bringing this to life in #141
🔧 Other changes
A bug fix with the configuration was solved by renaming the configuration in the code here #137
Also, some fixes to documentation were made in #139 and #142
Other than that, we added Rails 6 integration tests in #138 and the CONTRIBUTING.md file got updated there as well.
That's it for now, thanks for tuning in 📺