Kari Ikonen

Results 56 comments of Kari Ikonen

That is weird, if require is there then it should work, since error is clearly due to missing module, which is the one from the gem.

Are you able to provide whole spec_helper.rb file?

If you are able to provide details then there is changes :)

my workaround config/initializers/request_profiler.rb ``` if defined?(Rack::RequestProfiler) 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...

It looks like same workaround is still relevant

I figured out that in order to make thing work is 1) add "debugger" statement into desired place 2) let "rerun" logic to restart app in container (thus any existing...