request-profiler 0.0.4
ruby-prof 1.0.0
following error occurs
uninitialized constant RubyProf::FlatPrinterWithLineNumbers
at
module Rack
class RequestProfiler
...
def format(printer)
case printer
when ::RubyProf::FlatPrinter
'txt'
when ::RubyProf::FlatPrinterWithLineNumbers
'txt'
when ::RubyProf::GraphPrinter
'txt'
when ::RubyProf::GraphHtmlPrinter
'html'
when ::RubyProf::DotPrinter
'dot'
when ::RubyProf::CallTreePrinter
"out.#{Process.pid}"
when ::RubyProf::CallStackPrinter
'html'
else
'txt'
end
end
...
request-profiler 0.0.4
ruby-prof 1.0.0
following error occurs
at