bullet
bullet copied to clipboard
Regession in version 5.6.0: undefined method `include?' for nil:NilClass on bullet/stack_trace_filter.rb:10
It works with 5.5.1.
Error: undefined method `include?' for nil:NilClass
Top lines of stack trace:
bullet (5.6.0) lib/bullet/stack_trace_filter.rb:10:in
block in caller_in_project' bullet (5.6.0) lib/bullet/stack_trace_filter.rb:8:in
select' bullet (5.6.0) lib/bullet/stack_trace_filter.rb:8:incaller_in_project' bullet (5.6.0) lib/bullet/detector/n_plus_one_query.rb:22:in
call_association' bullet (5.6.0) lib/bullet/active_record42.rb:218:inreader' activerecord (4.2.9) lib/active_record/associations/builder/association.rb:115:in
struttura' app/models/guest_status.rb:132:in `struttura_con_sosia?'
class GuestStatus < ActiveRecord::Base
...
belongs_to :guest_business_unit, touch: true
has_one :struttura, through: :guest_business_unit, class_name: 'BusinessUnit', source: :business_unit
...
delegate :struttura_con_sosia?, to: :struttura, allow_nil: true
...
end
@knightq this surprises me, I tried but can't reproduce it, it looks absolute_path
in one of caller_locations
is nil, could you debug what the output of caller_locations
is?
I am getting the same thing on 5.6.0
I have a very simple model with one belongs_to. Trying to call on the association results in a similar stracktrace to @knightq
The caller_locations is an array
["/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/stack_trace_filter.rb:9:in `open'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/stack_trace_filter.rb:9:in `caller_in_project'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/detector/n_plus_one_query.rb:22:in `call_association'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/active_record5.rb:194:in `target'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb:160:in `load_target'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb:53:in `reload'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/singular_association.rb:7:in `reader'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/builder/association.rb:111:in `container_type'", "/path/to/project_root/app/views/dashboard/index.html.haml:59:in `block (2 levels) in _app_views_dashboard_index_html_haml___1225610409291450609_70250491266300'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb:39:in `each'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb:39:in `each'", "/path/to/project_root/app/views/dashboard/index.html.haml:57:in `block in _app_views_dashboard_index_html_haml___1225610409291450609_70250491266300'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers/action_view_mods.rb:111:in `block (2 levels) in form_tag_with_haml'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers.rb:292:in `with_tabs'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers/action_view_mods.rb:111:in `block in form_tag_with_haml'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers.rb:690:in `block in haml_bind_proc'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers.rb:382:in `block in capture_haml'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers.rb:667:in `with_haml_buffer'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers.rb:378:in `capture_haml'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers/xss_mods.rb:62:in `capture_haml_with_haml_xss'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/helpers/form_tag_helper.rb:70:in `form_tag'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers/action_view_mods.rb:114:in `form_tag_with_haml'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers/action_view_xss_mods.rb:19:in `form_tag_with_haml_xss'", "/path/to/project_root/app/views/dashboard/index.html.haml:51:in `_app_views_dashboard_index_html_haml___1225610409291450609_70250491266300'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/template.rb:157:in `block in render'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb:168:in `instrument'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/template.rb:352:in `instrument_render_template'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/template.rb:155:in `render'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiling_methods.rb:102:in `block in profile_method'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:52:in `block (2 levels) in render_template'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:42:in `block in instrument'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:36:in `render'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/raveesh/.rbenv/versions/2.4.1/lib/ruby/2.4.0/benchmark.rb:308:in `realtime'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiling_methods.rb:102:in `block in profile_method'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb:189:in `dispatch'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb:253:in `dispatch'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `each'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb:33:in `serve'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/rack.rb:12:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb:36:in `block in call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb:35:in `catch'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb:35:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/migration.rb:556:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb:36:in `call_app'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `block in call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:26:in `tagged'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb:69:in `tagged'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb:24:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb:125:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiler.rb:282:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/engine.rb:522:in `call'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb:86:in `block in pre_process'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb:84:in `catch'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb:84:in `pre_process'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb:53:in `process'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb:39:in `receive_data'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb:194:in `run_machine'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb:194:in `run'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/backends/base.rb:73:in `start'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/server.rb:162:in `start'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/handler/thin.rb:22:in `run'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/server.rb:297:in `start'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb:44:in `start'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb:131:in `block in perform'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb:126:in `tap'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb:126:in `perform'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/command.rb:27:in `run'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/invocation.rb:126:in `invoke_command'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor.rb:369:in `dispatch'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command/base.rb:63:in `perform'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command.rb:44:in `invoke'", "/path/to/project_root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands.rb:16:in `<top (required)>'", "/path/to/project_root/bin/rails:4:in `require'", "/path/to/project_root/bin/rails:4:in `<top (required)>'", "-e:1:in `load'", "-e:1:in `<main>'"]
Also if it helps, I added this to the gem
caller_locations.select do |location|
caller_path = location.absolute_path
File.open('/tmp/test.deb', 'a') { |file|
file.write("#{caller_path.class.name} : #{caller_path.inspect.to_s} + \n")
}
caller_path.include?(app_root) && !caller_path.include?(vendor_root) ||
Bullet.stacktrace_includes.any? do |include_pattern|
case include_pattern
when String
caller_path.include?(include_pattern)
when Regexp
caller_path =~ include_pattern
end
end
end
And the output of the file is
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/detector/n_plus_one_query.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/active_record5.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/singular_association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/builder/association.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiling_methods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/rack.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/etag.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/conditional_get.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/head.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/migration.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/method_override.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/sendfile.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiler.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/engine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/backends/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/handler/thin.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/invocation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands.rb" +
String : "/path/to/project/root/bin/rails" +
String : "/path/to/project/root/bin/rails" +
NilClass : nil +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/detector/n_plus_one_query.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/active_record5.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/singular_association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/builder/association.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiling_methods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/rack.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/etag.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/conditional_get.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/head.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/migration.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/method_override.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/sendfile.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiler.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/engine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/backends/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/handler/thin.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/invocation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands.rb" +
String : "/path/to/project/root/bin/rails" +
String : "/path/to/project/root/bin/rails" +
NilClass : nil +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/detector/n_plus_one_query.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/active_record5.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/singular_association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/builder/association.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiling_methods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/rack.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/etag.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/conditional_get.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/head.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/migration.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/method_override.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/sendfile.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiler.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/engine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/backends/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/handler/thin.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/invocation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands.rb" +
String : "/path/to/project/root/bin/rails" +
String : "/path/to/project/root/bin/rails" +
NilClass : nil +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/detector/n_plus_one_query.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/active_record5.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/singular_association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/builder/association.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiling_methods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/rack.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/etag.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/conditional_get.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/head.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/migration.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/method_override.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/sendfile.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiler.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/engine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/backends/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/handler/thin.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/invocation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands.rb" +
String : "/path/to/project/root/bin/rails" +
String : "/path/to/project/root/bin/rails" +
NilClass : nil +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/detector/n_plus_one_query.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/active_record5.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/singular_association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/builder/association.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiling_methods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/rack.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/etag.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/conditional_get.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/head.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/migration.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/method_override.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/sendfile.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiler.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/engine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/backends/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/handler/thin.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/invocation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands.rb" +
String : "/path/to/project/root/bin/rails" +
String : "/path/to/project/root/bin/rails" +
NilClass : nil +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/detector/n_plus_one_query.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/active_record5.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/singular_association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/builder/association.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiling_methods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/rack.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/etag.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/conditional_get.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/head.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/migration.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/method_override.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/sendfile.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiler.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/engine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/backends/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/handler/thin.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/invocation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands.rb" +
String : "/path/to/project/root/bin/rails" +
String : "/path/to/project/root/bin/rails" +
NilClass : nil +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/detector/n_plus_one_query.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/active_record5.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/singular_association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/builder/association.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiling_methods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/rack.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/etag.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/conditional_get.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/head.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/migration.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/method_override.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/sendfile.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiler.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/engine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/backends/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/handler/thin.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/invocation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands.rb" +
String : "/path/to/project/root/bin/rails" +
String : "/path/to/project/root/bin/rails" +
NilClass : nil +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/detector/n_plus_one_query.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/active_record5.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/singular_association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/builder/association.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/app/controllers/dashboard_controller.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiling_methods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/rack.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/etag.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/conditional_get.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/head.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/migration.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/method_override.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/sendfile.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiler.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/engine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/backends/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/handler/thin.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/invocation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands.rb" +
String : "/path/to/project/root/bin/rails" +
String : "/path/to/project/root/bin/rails" +
NilClass : nil +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/detector/n_plus_one_query.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/active_record5.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/singular_association.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/associations/builder/association.rb" +
String : "/path/to/project/root/app/views/dashboard/index.html.haml" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/relation/delegation.rb" +
String : "/path/to/project/root/app/views/dashboard/index.html.haml" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers/action_view_mods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers/action_view_mods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers/xss_mods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers/action_view_mods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/helpers/form_tag_helper.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers/action_view_mods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/haml-5.0.1/lib/haml/helpers/action_view_xss_mods.rb" +
String : "/path/to/project/root/app/views/dashboard/index.html.haml" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/template.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/template.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/template.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiling_methods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/streaming.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/renderers.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb" +
String : "/Users/raveesh/.rbenv/versions/2.4.1/lib/ruby/2.4.0/benchmark.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/core_ext/benchmark.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/implicit_render.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/basic_implicit_render.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/rescue.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/notifications.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/instrumentation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal/params_wrapper.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/railties/controller_runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/abstract_controller/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionview-5.1.2/lib/action_view/rendering.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiling_methods.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_controller/metal.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/journey/router.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/routing/route_set.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/bullet-5.6.0/lib/bullet/rack.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/warden-1.2.7/lib/warden/manager.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/etag.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/conditional_get.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/head.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/session/abstract/id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/cookies.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activerecord-5.1.2/lib/active_record/migration.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/callbacks.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/debug_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/show_exceptions.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/tagged_logging.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/rack/logger.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/remote_ip.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/request_id.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/method_override.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/runtime.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/activesupport-5.1.2/lib/active_support/cache/strategy/local_cache_middleware.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/executor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.2/lib/action_dispatch/middleware/static.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/sendfile.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-mini-profiler-0.10.5/lib/mini_profiler/profiler.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/engine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/connection.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/eventmachine-1.2.3/lib/eventmachine.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/backends/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thin-1.7.2/lib/thin/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/handler/thin.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/server.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands/server/server_command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor/invocation.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/thor-0.19.4/lib/thor.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command/base.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/command.rb" +
String : "/path/to/project/root/vendor/bundle/ruby/2.4.0/gems/railties-5.1.2/lib/rails/commands.rb" +
String : "/path/to/project/root/bin/rails" +
String : "/path/to/project/root/bin/rails" +
NilClass : nil +
@knightq @opsydev sorry, I forgot @yhatt already fixed this bug in https://github.com/flyerhzm/bullet/pull/345, I have released version 5.6.1, please try it.
5.6.1 fixes the issue for me :)
For me too, thank you!
Andrea Salicetti Partner & Platform Engineer @Blomming Platform Engineer @Advenias [email protected]
Il 2 ago 2017, 17:55 +0200, opsydev [email protected], ha scritto:
5.6.1 fixes the issue for me :) — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.