Remotipart 1.0 Released
Wednesday, August 31st, 2011Just 6 weeks after the announcement of v0.4, I’m pleased to announce the release of Remotipart v1.0. With this release, AJAX file uploads in Rails 3.0 and 3.1 (building off the standard jquery-ujs driver) are as easy as humanly conceivable. This was possible thanks to a large push from Adam Kerr.
The two major changes for v1.0 are:
- New jQuery 1.6 iframe-transport instead of dependency on form.js
- New rack middleware does away with configuration
With the release of v1.0, the new officially maintained repo for Remotipart has moved from here to the JangoSteve fork on Github.
There is also now a more robust test suite. Read more about that in the Remotipart docs.
New jQuery iframe-transport
Previously, the process of submitting files via an ad-hoc iframe element and inserting the response back into the page (described here) was done by the form.js. For those who aren’t familiar, form.js is an awesome plugin that does a lot of really useful things. However, we weren’t really doing it justice by requiring it as a dependency for only one small part of its capabilities.





