The unpoly-rails
gem implements the optional server protocol for Ruby on Rails applications.
If you're using the Asset Pipeline, unpoly-rails
also provides Unpoly's frontend files.
If you're using Webpacker, install the unpoly
npm package to get Unpoly's frontend files.
The roda-unpoly
gem implements the optional server protocol for Roda applications.
If your Roda app uses an asset bundler like Webpack, install the unpoly
npm package to get Unpoly's frontend files.
If you don't want to use npm you can load Unpoly from CDN or download Unpoly directly.
The rack-unpoly
gem implements the optional server protocol for Rack applications.
If your Rack app uses an asset bundler like Webpack, install the unpoly
npm package to get Unpoly's frontend files.
If you don't want to use npm you can load Unpoly from CDN or download Unpoly directly.
Say thanks with a star on GitHub!