Unpoly for Roda
Easily add support for the server protocol expected by Unpoly.
Installation
Add this line to your application's Gemfile:
gem "roda-unpoly"
And then execute:
$ bundle
Or install it yourself as:
$ gem install roda-unpoly
Usage
TODO: Fill me in
Where are the Javascript and CSS assets?
I've chosen not to bundle those assets with the gem as they might be updated more frequently then this library. Roda is also asset-agnostic (for the most part), so it's easier if you bring in your assets as you see fit for your specific needs.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/adam12/roda-unpoly.
I love pull requests! If you fork this project and modify it, please ping me to see if your changes can be incorporated back into this project.
That said, if your feature idea is nontrivial, you should probably open an issue to discuss it before attempting a pull request.
License
The gem is available as open source under the terms of the MIT License.