From: Eric Wong Date: 2013-07-10T08:38:58+09:00 Subject: [ANN] 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. * http://upr.bogomips.org/ * upr@librelist.com * git://git.bogomips.org/upr.git note: rubyforge.org appears down right now, I've uploaded the release gem and tarball to http://upr.bogomips.org/files/ Changes: * From: J辿r辿my Bobbio 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. -- Eric Wong