upr.git  about / heads / tags
Upload Progress for Rack
blob 2859c5f0e859dc035166edf240223482baf2d8a8 289 bytes (raw)
$ git show HEAD:examples/rails_app-2.3.4/test/fixtures/upr_statuses.yml	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

chunky:
  upid: one
  length: nil
  seen: 0
  time: 0
length:
  upid: two
  length: 5
  seen: 0
  time: 0
done:
  upid: done
  length: 5
  seen: 5
  time: 0
errored:
  upid: errored
  length: 5
  seen: -1
  time: 0

git clone https://yhbt.net/upr.git