instance method print_progress

Ruby on Rails 2.2.3

Last seen in v2.2.3 Private — implementation detail, not part of the public API

Signature

print_progress(i)

No documentation comment.

Parameters

i req
Source
# File actionpack/lib/action_controller/request_profiler.rb, line 64
        def print_progress(i)
          print "\n  " if i % 60 == 0
          print ' ' if i % 10 == 0
          print '.'
          $stdout.flush
        end

Defined in actionpack/lib/action_controller/request_profiler.rb line 64 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::RequestProfiler::Sandbox

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close