Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Add support for Turbo.tar.gz | 2021-02-23 | 20.6 kB | |
Add support for Turbo.zip | 2021-02-23 | 30.4 kB | |
README.md | 2021-02-23 | 1.0 kB | |
Totals: 3 Items | 52.0 kB | 0 |
⚡️ 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:
:::rb
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 https://github.com/renderedtext/render_async/pull/141
🔧 Other changes
A bug fix with the configuration was solved by renaming the configuration in the code here https://github.com/renderedtext/render_async/pull/137
Also, some fixes to documentation were made in https://github.com/renderedtext/render_async/pull/139 and https://github.com/renderedtext/render_async/pull/142
Other than that, we added Rails 6 integration tests in https://github.com/renderedtext/render_async/pull/138 and the CONTRIBUTING.md file got updated there as well.
That's it for now, thanks for tuning in 📺