Closed reneklacan closed 6 years ago
@nikolalsvk any plan to merge this?
just came across 414 bug which requires me to use POST in render_async and was thinking to contribute but see this PR. Do you guys know when you will merge this PR?
@pviral thanks for commenting!
Do you guys know when you will merge this PR?
I can't tell you the exact date, but I'm looking forward to see this pushed 🤞. The main thing blocking this feature is support for plain JavaScript. This PR covers the jQuery part of the gem, which is awesome 🤘, but we will also need to support vanilla JS part.
If you or someone else is interested in contributing, just let me know by opening a PR or commenting here 🙂
I've just released these changes and changes for Vanilla JS part of the gem 🎉
https://rubygems.org/gems/render_async/versions/2.0.0
If you want, you can test it out and report any bugs/issue you come across :)
This PR allows render_async to use POST (or any other method) for control. For example, it can be useful when a length of parameters is potentially too long.