Upr 0.3.0 - Upload Progress for Rack

upr is Rack middleware that allows browser-side upload progress
monitoring. It is based on (and should be client-side compatible with)
several upload progress modules including ones used by leading web
servers. It allows any Moneta backing store in addition to DRb. There
is also a packaged example for using an ActiveRecord model for Rails.

note: rubyforge.org appears down right now, I’ve uploaded the release
gem and tarball to Index of /upr/files/

Changes:

  • From: Jérémy Bobbio [email protected]

    Update Upr::Monitor to use Moneta 0.7 API

    We need to deactivate the serialization in Moneta so that the
    assumption
    (currently used in the tests) that the status object will be the same
    across
    the calls to the monitor still hold.