Skip to content

Add support for Turbo

Compare
Choose a tag to compare
@nikolalsvk nikolalsvk released this 23 Feb 09:22
· 18 commits to master since this release

⚡️ 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 📺