This method is deprecated or moved on the latest stable version. The last existing version (v1.0.0) is shown here.
completed_percent()
Completed percent in integer form from 0..100
# File actionpack/lib/action_controller/upload_progress.rb, line 389 def completed_percent (@received_bytes * 100 / @total_bytes).to_i rescue 0 end