Skip to content

Instantly share code, notes, and snippets.

@seanlinsley
Created November 20, 2015 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanlinsley/4b1ce2250d158c67c8b4 to your computer and use it in GitHub Desktop.
Save seanlinsley/4b1ce2250d158c67c8b4 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.0.8/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.3.1/lodash.min.js"></script>
<meta charset=utf-8 />
<title>Flame Graph of Page</title>
<style>
.info {min-height: 50px; margin: 10px; }
.legend div {
display: block;
float: left;
width: 150px;
margin: 0 8px 8px;
padding: 4px;
height: 50px;
}
.code {
font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
}
#frameinfo table .sample-info {
width: 200px;
color: #333;
font-size: 12px;
}
#frameinfo table {
border-collapse: collapse;
}
#frameinfo table tr {
border-bottom: 1px solid #eee;
margin-top: 5px;
}
#frameinfo td {
padding: 5px;
}
#frameinfo-wrapper {
position: fixed;
z-index: 1;
opacity: 0.7;
background-color: black;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
}
#frameinfo {
position: fixed;
padding: 10px;
z-index: 2;
opacity: 1.0;
top: 0;
margin-top: 50px;
margin-left: 40px;
width: 80%;
height: 80%;
background-color: white;
border: 2px solid #666;
display: none;
overflow: auto;
}
</style>
</head>
<body>
<div class="graph"></div>
<div class="info code"></div>
<div class="legend"></div>
<div id="frameinfo-wrapper"></div>
<div id="frameinfo">
<h3>Frame Info</h3>
<table>
</table>
</div>
<script>
var data = [{"x":1,"y":1,"width":985,"frame":"~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker::in `<main>'"},{"x":1,"y":2,"width":985,"frame":"~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker::in `<main>'"},{"x":1,"y":3,"width":985,"frame":"~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:11:in `Nack::Server.run'"},{"x":1,"y":4,"width":985,"frame":"~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:69:in `Nack::Server#start'"},{"x":1,"y":5,"width":985,"frame":"~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `block in Nack::Server#start'"},{"x":1,"y":6,"width":985,"frame":"~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in Nack::Server#start'"},{"x":1,"y":7,"width":985,"frame":"~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `rescue in block (2 levels) in Nack::Server#start'"},{"x":1,"y":8,"width":985,"frame":"~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:124:in `Nack::Server#handle'"},{"x":1,"y":9,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/urlmap.rb:43:in `Rack::URLMap#call'"},{"x":1,"y":10,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/urlmap.rb:50:in `block in Rack::URLMap#call'"},{"x":1,"y":11,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/railties-4.2.4/lib/rails/railtie.rb:192:in `Rails::Railtie.method_missing'"},{"x":1,"y":12,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/railties-4.2.4/lib/rails/application.rb:162:in `Rails::Application#call'"},{"x":1,"y":13,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/railties-4.2.4/lib/rails/engine.rb:513:in `Rails::Engine#call'"},{"x":1,"y":14,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-mini-profiler-0.9.7/lib/mini_profiler/profiler.rb:152:in `Rack::MiniProfiler#call'"},{"x":1,"y":15,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/flamegraph-0.1.0/lib/flamegraph.rb:22:in `#<Module:0x007fea73655580>.generate'"},{"x":1,"y":16,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/flamegraph-0.1.0/lib/flamegraph/stackprof_sampler.rb:2:in `Flamegraph::StackProfSampler.collect'"},{"x":1,"y":17,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/flamegraph-0.1.0/lib/flamegraph/stackprof_sampler.rb:7:in `block in Flamegraph::StackProfSampler.collect'"},{"x":1,"y":18,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/flamegraph-0.1.0/lib/flamegraph.rb:28:in `block in #<Module:0x007fea73655580>.generate'"},{"x":1,"y":19,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-mini-profiler-0.9.7/lib/mini_profiler/profiler.rb:271:in `block in Rack::MiniProfiler#call'"},{"x":1,"y":20,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-cors-0.4.0/lib/rack/cors.rb:48:in `Rack::Cors#call'"},{"x":1,"y":21,"width":985,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/sendfile.rb:112:in `Rack::Sendfile#call'"},{"x":1,"y":22,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/middleware/static.rb:106:in `ActionDispatch::Static#call'"},{"x":1,"y":23,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/lock.rb:14:in `Rack::Lock#call'"},{"x":1,"y":24,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/runtime.rb:16:in `Rack::Runtime#call'"},{"x":1,"y":25,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/methodoverride.rb:13:in `Rack::MethodOverride#call'"},{"x":1,"y":26,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/middleware/request_id.rb:19:in `ActionDispatch::RequestId#call'"},{"x":1,"y":27,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/request_store-1.2.0/lib/request_store/middleware.rb:7:in `RequestStore::Middleware#call'"},{"x":1,"y":28,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/quiet_assets-1.1.0/lib/quiet_assets.rb:21:in `Rails::Rack::Logger#call_with_quiet_assets'"},{"x":1,"y":29,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ahoy_matey-1.2.1/lib/ahoy/engine.rb:12:in `Rails::Rack::Logger#call_with_quiet_ahoy'"},{"x":1,"y":30,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/railties-4.2.4/lib/rails/rack/logger.rb:16:in `Rails::Rack::Logger#call'"},{"x":1,"y":31,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/railties-4.2.4/lib/rails/rack/logger.rb:28:in `Rails::Rack::Logger#call_app'"},{"x":1,"y":32,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/middleware/show_exceptions.rb:29:in `ActionDispatch::ShowExceptions#call'"},{"x":1,"y":33,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `ActionDispatch::DebugExceptions#call'"},{"x":1,"y":34,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/better_errors-2.1.1/lib/better_errors/middleware.rb:55:in `BetterErrors::Middleware#call'"},{"x":1,"y":35,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/better_errors-2.1.1/lib/better_errors/middleware.rb:72:in `BetterErrors::Middleware#better_errors_call'"},{"x":1,"y":36,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/better_errors-2.1.1/lib/better_errors/middleware.rb:83:in `BetterErrors::Middleware#protected_app_call'"},{"x":1,"y":37,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/middleware/remote_ip.rb:76:in `ActionDispatch::RemoteIp#call'"},{"x":1,"y":38,"width":984,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/middleware/reloader.rb:69:in `ActionDispatch::Reloader#call'"},{"x":1,"y":39,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/railties-4.2.4/lib/rails/application/default_middleware_stack.rb:41:in `block (2 levels) in Rails::Application::DefaultMiddlewareStack#build_stack'"},{"x":1,"y":40,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/railties-4.2.4/lib/rails/application/default_middleware_stack.rb:64:in `Rails::Application::DefaultMiddlewareStack#reload_dependencies?'"},{"x":1,"y":41,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/file_update_checker.rb:53:in `ActiveSupport::FileUpdateChecker#updated?'"},{"x":1,"y":42,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/file_update_checker.rb:101:in `ActiveSupport::FileUpdateChecker#updated_at'"},{"x":1,"y":43,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/file_update_checker.rb:112:in `ActiveSupport::FileUpdateChecker#max_mtime'"},{"x":1,"y":44,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/file_update_checker.rb:114:in `block in ActiveSupport::FileUpdateChecker#max_mtime'"},{"x":2,"y":44,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/rake/ext/time.rb:9:in `Time#<=>'"},{"x":2,"y":45,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/time/calculations.rb:250:in `Time#compare_with_coercion'"},{"x":3,"y":42,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/file_update_checker.rb:93:in `ActiveSupport::FileUpdateChecker#watched'"},{"x":4,"y":42,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/file_update_checker.rb:101:in `ActiveSupport::FileUpdateChecker#updated_at'"},{"x":4,"y":43,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/file_update_checker.rb:112:in `ActiveSupport::FileUpdateChecker#max_mtime'"},{"x":4,"y":44,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/file_update_checker.rb:114:in `block in ActiveSupport::FileUpdateChecker#max_mtime'"},{"x":5,"y":45,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/rake/ext/time.rb:9:in `Time#<=>'"},{"x":5,"y":46,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/time/calculations.rb:250:in `Time#compare_with_coercion'"},{"x":6,"y":44,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/rake/ext/time.rb:9:in `Time#<=>'"},{"x":6,"y":45,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/time/calculations.rb:250:in `Time#compare_with_coercion'"},{"x":7,"y":39,"width":978,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/middleware/callbacks.rb:25:in `ActionDispatch::Callbacks#call'"},{"x":7,"y":40,"width":978,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:80:in `ActiveSupport::Callbacks#run_callbacks'"},{"x":7,"y":41,"width":978,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:777:in `ActionDispatch::Callbacks#_run_call_callbacks'"},{"x":7,"y":42,"width":978,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:86:in `ActiveSupport::Callbacks#__run_callbacks__'"},{"x":7,"y":43,"width":978,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/middleware/callbacks.rb:27:in `block in ActionDispatch::Callbacks#call'"},{"x":7,"y":44,"width":978,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/migration.rb:369:in `ActiveRecord::Migration::CheckPending#call'"},{"x":7,"y":45,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/migration.rb:866:in `ActiveRecord::Migrator.last_migration'"},{"x":7,"y":46,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/migration.rb:880:in `ActiveRecord::Migrator.migrations'"},{"x":7,"y":47,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/migration.rb:885:in `block in ActiveRecord::Migrator.migrations'"},{"x":8,"y":48,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/migration.rb:752:in `ActiveRecord::MigrationProxy#initialize'"},{"x":9,"y":48,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:89:in `String#camelize'"},{"x":9,"y":49,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:68:in `ActiveSupport::Inflector#camelize'"},{"x":11,"y":45,"width":974,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:650:in `ActiveRecord::ConnectionAdapters::ConnectionManagement#call'"},{"x":11,"y":46,"width":974,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/query_cache.rb:30:in `ActiveRecord::QueryCache#call'"},{"x":11,"y":47,"width":974,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/middleware/cookies.rb:559:in `ActionDispatch::Cookies#call'"},{"x":11,"y":48,"width":974,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:219:in `Rack::Session::Abstract::ID#call'"},{"x":11,"y":49,"width":974,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/session/abstract/id.rb:223:in `Rack::Session::Abstract::ID#context'"},{"x":11,"y":50,"width":974,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/middleware/flash.rb:259:in `ActionDispatch::Flash#call'"},{"x":11,"y":51,"width":974,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/middleware/params_parser.rb:22:in `ActionDispatch::ParamsParser#call'"},{"x":11,"y":52,"width":974,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/head.rb:12:in `Rack::Head#call'"},{"x":11,"y":53,"width":974,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/conditionalget.rb:22:in `Rack::ConditionalGet#call'"},{"x":11,"y":54,"width":973,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/etag.rb:23:in `Rack::ETag#call'"},{"x":11,"y":55,"width":973,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/warden-1.2.3/lib/warden/manager.rb:30:in `Warden::Manager#call'"},{"x":11,"y":56,"width":973,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/warden-1.2.3/lib/warden/manager.rb:34:in `block in Warden::Manager#call'"},{"x":11,"y":57,"width":973,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/builder.rb:58:in `OmniAuth::Builder#call'"},{"x":11,"y":58,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/builder.rb:144:in `Rack::Builder#to_app'"},{"x":11,"y":59,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/builder.rb:147:in `block in Rack::Builder#to_app'"},{"x":11,"y":60,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/builder.rb:86:in `block in Rack::Builder#use'"},{"x":11,"y":61,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:129:in `OmniAuth::Strategy#initialize'"},{"x":11,"y":62,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:23:in `OmniAuth::Strategy::ClassMethods#default_options'"},{"x":12,"y":58,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:163:in `OmniAuth::Strategy#call'"},{"x":12,"y":59,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:172:in `OmniAuth::Strategy#call!'"},{"x":12,"y":60,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:163:in `OmniAuth::Strategy#call'"},{"x":12,"y":61,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:172:in `OmniAuth::Strategy#call!'"},{"x":12,"y":62,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:163:in `OmniAuth::Strategy#call'"},{"x":12,"y":63,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:172:in `OmniAuth::Strategy#call!'"},{"x":12,"y":64,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:163:in `OmniAuth::Strategy#call'"},{"x":12,"y":65,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:172:in `OmniAuth::Strategy#call!'"},{"x":12,"y":66,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:163:in `OmniAuth::Strategy#call'"},{"x":12,"y":67,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/omniauth-1.2.2/lib/omniauth/strategy.rb:172:in `OmniAuth::Strategy#call!'"},{"x":12,"y":68,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:818:in `ActionDispatch::Routing::RouteSet#call'"},{"x":12,"y":69,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/router.rb:29:in `ActionDispatch::Journey::Router#serve'"},{"x":12,"y":70,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/router.rb:30:in `block in ActionDispatch::Journey::Router#serve'"},{"x":12,"y":71,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:34:in `ActionDispatch::Routing::RouteSet::Dispatcher#serve'"},{"x":12,"y":72,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:75:in `ActionDispatch::Routing::RouteSet::Dispatcher#dispatch'"},{"x":12,"y":73,"width":972,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal.rb:237:in `block in ActionController::Metal.action'"},{"x":12,"y":74,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/layouts.rb:353:in `ActionView::Layouts#initialize'"},{"x":12,"y":75,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/url_for.rb:102:in `ActionDispatch::Routing::UrlFor#initialize'"},{"x":12,"y":76,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal.rb:131:in `ActionController::Metal#initialize'"},{"x":13,"y":74,"width":971,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/rack_delegation.rb:11:in `ActionController::RackDelegation#dispatch'"},{"x":13,"y":75,"width":971,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal.rb:192:in `ActionController::Metal#dispatch'"},{"x":13,"y":76,"width":970,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-mini-profiler-0.9.7/lib/mini_profiler/profiling_methods.rb:76:in `block in Rack::MiniProfiler::ProfilingMethods#profile_method'"},{"x":13,"y":77,"width":970,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/rendering.rb:28:in `ActionView::Rendering#process'"},{"x":13,"y":78,"width":970,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/base.rb:128:in `AbstractController::Base#process'"},{"x":13,"y":79,"width":970,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/railties/controller_runtime.rb:13:in `ActiveRecord::Railties::ControllerRuntime#process_action'"},{"x":13,"y":80,"width":970,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/params_wrapper.rb:232:in `ActionController::ParamsWrapper#process_action'"},{"x":13,"y":81,"width":970,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/instrumentation.rb:18:in `ActionController::Instrumentation#process_action'"},{"x":13,"y":82,"width":970,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:162:in `#<Module:0x007fea7334fc28>.instrument'"},{"x":13,"y":83,"width":970,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb:17:in `ActiveSupport::Notifications::Instrumenter#instrument'"},{"x":13,"y":84,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb:30:in `ActiveSupport::Notifications::Instrumenter#start'"},{"x":13,"y":85,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/fanout.rb:41:in `ActiveSupport::Notifications::Fanout#start'"},{"x":13,"y":86,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/fanout.rb:42:in `block in ActiveSupport::Notifications::Fanout#start'"},{"x":13,"y":87,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/fanout.rb:97:in `ActiveSupport::Notifications::Fanout::Subscribers::Evented#start'"},{"x":13,"y":88,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/log_subscriber.rb:78:in `ActiveSupport::LogSubscriber#start'"},{"x":13,"y":89,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/subscriber.rb:85:in `ActiveSupport::Subscriber#start'"},{"x":13,"y":90,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb:50:in `ActiveSupport::Notifications::Event#initialize'"},{"x":14,"y":84,"width":969,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:164:in `block in #<Module:0x007fea7334fc28>.instrument'"},{"x":14,"y":85,"width":969,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/instrumentation.rb:30:in `block in ActionController::Instrumentation#process_action'"},{"x":14,"y":86,"width":969,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/rescue.rb:28:in `ActionController::Rescue#process_action'"},{"x":14,"y":87,"width":969,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/callbacks.rb:18:in `AbstractController::Callbacks#process_action'"},{"x":14,"y":88,"width":969,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:80:in `ActiveSupport::Callbacks#run_callbacks'"},{"x":14,"y":89,"width":969,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:777:in `ActionController::Base#_run_process_action_callbacks'"},{"x":14,"y":90,"width":969,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:86:in `ActiveSupport::Callbacks#__run_callbacks__'"},{"x":14,"y":91,"width":969,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:503:in `ActiveSupport::Callbacks::CallbackSequence#call'"},{"x":14,"y":92,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:504:in `block in ActiveSupport::Callbacks::CallbackSequence#call'"},{"x":14,"y":93,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:158:in `block in ActiveSupport::Callbacks::Filters::Before.halting'"},{"x":14,"y":94,"width":969,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:432:in `block in ActiveSupport::Callbacks::Callback#make_lambda'"},{"x":14,"y":95,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/paper_trail-4.0.0/lib/paper_trail/frameworks/rails/controller.rb:62:in `PaperTrail::Rails::Controller#set_paper_trail_whodunnit'"},{"x":14,"y":96,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/paper_trail-4.0.0/lib/paper_trail/frameworks/rails/controller.rb:17:in `PaperTrail::Rails::Controller#user_for_paper_trail'"},{"x":14,"y":97,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/devise-3.5.2/lib/devise/controllers/helpers.rb:119:in `Devise::Controllers::Helpers#current_user'"},{"x":14,"y":98,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/warden-1.2.3/lib/warden/proxy.rb:103:in `Warden::Proxy#authenticate'"},{"x":14,"y":99,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/warden-1.2.3/lib/warden/proxy.rb:312:in `Warden::Proxy#_perform_authentication'"},{"x":14,"y":100,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/warden-1.2.3/lib/warden/proxy.rb:205:in `Warden::Proxy#user'"},{"x":14,"y":101,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/warden-1.2.3/lib/warden/session_serializer.rb:29:in `Warden::SessionSerializer#fetch'"},{"x":14,"y":102,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/devise-3.5.2/lib/devise.rb:451:in `block (2 levels) in #<Module:0x007fea736fc218>.configure_warden!'"},{"x":14,"y":103,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/devise-3.5.2/lib/devise/models/authenticatable.rb:207:in `Devise::Models::Authenticatable::ClassMethods#serialize_from_session'"},{"x":14,"y":104,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/orm_adapter-0.5.0/lib/orm_adapter/adapters/active_record.rb:16:in `OrmAdapter::ActiveRecord#get'"},{"x":14,"y":105,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/querying.rb:10:in `ActiveRecord::Querying#where'"},{"x":14,"y":106,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:568:in `ActiveRecord::QueryMethods#where'"},{"x":14,"y":107,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/spawn_methods.rb:9:in `ActiveRecord::SpawnMethods#spawn'"},{"x":14,"y":108,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation.rb:31:in `ActiveRecord::Relation#initialize_copy'"},{"x":14,"y":109,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation.rb:526:in `ActiveRecord::Relation#reset'"},{"x":15,"y":105,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/finder_methods.rb:123:in `ActiveRecord::FinderMethods#first'"},{"x":15,"y":106,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/finder_methods.rb:479:in `ActiveRecord::FinderMethods#find_nth'"},{"x":15,"y":107,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/finder_methods.rb:492:in `ActiveRecord::FinderMethods#find_nth_with_limit'"},{"x":15,"y":108,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation.rb:242:in `ActiveRecord::Relation#to_a'"},{"x":15,"y":109,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation.rb:514:in `ActiveRecord::Relation#load'"},{"x":15,"y":110,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation.rb:638:in `ActiveRecord::Relation#exec_queries'"},{"x":15,"y":111,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/querying.rb:38:in `ActiveRecord::Querying#find_by_sql'"},{"x":15,"y":112,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:64:in `ActiveRecord::ConnectionAdapters::QueryCache#select_all'"},{"x":15,"y":113,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `ActiveRecord::ConnectionAdapters::QueryCache#cache_sql'"},{"x":15,"y":114,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in ActiveRecord::ConnectionAdapters::QueryCache#select_all'"},{"x":15,"y":115,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_statements.rb:30:in `ActiveRecord::ConnectionAdapters::DatabaseStatements#select_all'"},{"x":15,"y":116,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_statements.rb:350:in `ActiveRecord::ConnectionAdapters::DatabaseStatements#select'"},{"x":15,"y":117,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/database_statements.rb:159:in `ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements#exec_query'"},{"x":15,"y":118,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql_adapter.rb:587:in `ActiveRecord::ConnectionAdapters::PostgreSQLAdapter#execute_and_clear'"},{"x":15,"y":119,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql_adapter.rb:599:in `ActiveRecord::ConnectionAdapters::PostgreSQLAdapter#exec_cache'"},{"x":15,"y":120,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract_adapter.rb:466:in `ActiveRecord::ConnectionAdapters::AbstractAdapter#log'"},{"x":15,"y":121,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb:17:in `ActiveSupport::Notifications::Instrumenter#instrument'"},{"x":15,"y":122,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in ActiveRecord::ConnectionAdapters::AbstractAdapter#log'"},{"x":15,"y":123,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql_adapter.rb:605:in `block in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter#exec_cache'"},{"x":15,"y":124,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-mini-profiler-0.9.7/lib/patches/db/pg.rb:61:in `PG::Connection#exec_prepared'"},{"x":16,"y":112,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb:17:in `ActiveSupport::Notifications::Instrumenter#instrument'"},{"x":16,"y":113,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/querying.rb:49:in `block in ActiveRecord::Querying#find_by_sql'"},{"x":16,"y":114,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/result.rb:49:in `ActiveRecord::Result#each'"},{"x":16,"y":115,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/result.rb:51:in `block in ActiveRecord::Result#each'"},{"x":16,"y":116,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/querying.rb:50:in `block (2 levels) in ActiveRecord::Querying#find_by_sql'"},{"x":16,"y":117,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/persistence.rb:66:in `ActiveRecord::Persistence::ClassMethods#instantiate'"},{"x":16,"y":118,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set/builder.rb:11:in `ActiveRecord::AttributeSet::Builder#build_from_database'"},{"x":17,"y":95,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ahoy_matey-1.2.1/lib/ahoy/controller.rb:23:in `Ahoy::Controller#set_ahoy_cookies'"},{"x":17,"y":96,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ahoy_matey-1.2.1/lib/ahoy/tracker.rb:78:in `Ahoy::Tracker#set_visitor_cookie'"},{"x":17,"y":97,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ahoy_matey-1.2.1/lib/ahoy/tracker.rb:105:in `Ahoy::Tracker#set_cookie'"},{"x":17,"y":98,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/duration.rb:101:in `ActiveSupport::Duration#since'"},{"x":17,"y":99,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/time/calculations.rb:29:in `Time.current'"},{"x":17,"y":100,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/time/zones.rb:12:in `Time.zone'"},{"x":18,"y":92,"width":965,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:496:in `block in ActiveSupport::Callbacks::CallbackSequence#around'"},{"x":18,"y":93,"width":965,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:305:in `block in ActiveSupport::Callbacks::Filters::Around.halting'"},{"x":18,"y":95,"width":965,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/vanity-2.0.0.beta9/lib/vanity/frameworks/rails.rb:115:in `Vanity::Rails::Filters#vanity_context_filter'"},{"x":18,"y":96,"width":965,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:312:in `block (2 levels) in ActiveSupport::Callbacks::Filters::Around.halting'"},{"x":18,"y":97,"width":965,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:497:in `block (2 levels) in ActiveSupport::Callbacks::CallbackSequence#around'"},{"x":18,"y":98,"width":965,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:503:in `ActiveSupport::Callbacks::CallbackSequence#call'"},{"x":18,"y":99,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:504:in `block in ActiveSupport::Callbacks::CallbackSequence#call'"},{"x":18,"y":100,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:158:in `block in ActiveSupport::Callbacks::Filters::Before.halting'"},{"x":18,"y":101,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:432:in `block in ActiveSupport::Callbacks::Callback#make_lambda'"},{"x":18,"y":102,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/base_controller.rb:28:in `ActiveAdmin::BaseController#only_render_implemented_actions'"},{"x":18,"y":103,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/strong_parameters.rb:350:in `ActionController::Parameters#[]'"},{"x":18,"y":104,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/hash_with_indifferent_access.rb:67:in `ActiveSupport::HashWithIndifferentAccess#default'"},{"x":18,"y":105,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/hash_with_indifferent_access.rb:149:in `ActiveSupport::HashWithIndifferentAccess#key?'"},{"x":19,"y":99,"width":964,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:555:in `block (2 levels) in ActiveSupport::Callbacks::CallbackChain#compile'"},{"x":19,"y":100,"width":964,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/callbacks.rb:115:in `ActiveSupport::Callbacks::Filters::End#call'"},{"x":19,"y":101,"width":964,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/callbacks.rb:19:in `block in AbstractController::Callbacks#process_action'"},{"x":19,"y":102,"width":964,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/rendering.rb:8:in `ActionController::Rendering#process_action'"},{"x":19,"y":103,"width":964,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/base.rb:197:in `AbstractController::Base#process_action'"},{"x":19,"y":104,"width":964,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/implicit_render.rb:3:in `ActionController::ImplicitRender#send_action'"},{"x":19,"y":105,"width":964,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource_controller/streaming.rb:11:in `ActiveAdmin::ResourceController::Streaming#index'"},{"x":19,"y":106,"width":964,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/inherited_resources-1.6.0/lib/inherited_resources/actions.rb:6:in `InheritedResources::Actions#index'"},{"x":19,"y":107,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource_controller/data_access.rb:30:in `ActiveAdmin::ResourceController::DataAccess#collection'"},{"x":19,"y":108,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource_controller/data_access.rb:45:in `ActiveAdmin::ResourceController::DataAccess#find_collection'"},{"x":19,"y":109,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource_controller/data_access.rb:227:in `ActiveAdmin::ResourceController::DataAccess#apply_filtering'"},{"x":19,"y":110,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:69:in `Blog::Post::ActiveRecord_Relation#ransack'"},{"x":19,"y":111,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation.rb:300:in `ActiveRecord::Relation#scoping'"},{"x":19,"y":112,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:70:in `block in Blog::Post::ActiveRecord_Relation#ransack'"},{"x":19,"y":113,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/base.rb:14:in `Ransack::Adapters::ActiveRecord::Base#ransack'"},{"x":19,"y":114,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/search.rb:17:in `Ransack::Search#initialize'"},{"x":19,"y":115,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/context.rb:19:in `Ransack::Context.for'"},{"x":19,"y":116,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/ransack/context.rb:9:in `Ransack::Context.for_class'"},{"x":19,"y":117,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/context.rb:14:in `Ransack::Adapters::ActiveRecord::Context#initialize'"},{"x":19,"y":118,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/ransack/context.rb:24:in `Ransack::Context#initialize'"},{"x":19,"y":119,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/context.rb:170:in `Ransack::Adapters::ActiveRecord::Context#join_dependency'"},{"x":19,"y":120,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/context.rb:180:in `Ransack::Adapters::ActiveRecord::Context#build_joins'"},{"x":19,"y":121,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/associations/join_dependency.rb:95:in `ActiveRecord::Associations::JoinDependency#initialize'"},{"x":19,"y":122,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_handling.rb:86:in `ActiveRecord::ConnectionHandling#connection'"},{"x":19,"y":123,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_handling.rb:112:in `ActiveRecord::ConnectionHandling#retrieve_connection'"},{"x":19,"y":124,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/core.rb:100:in `ActiveRecord::Base.connection_handler'"},{"x":19,"y":125,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/runtime_registry.rb:18:in `ActiveRecord::RuntimeRegistry.connection_handler'"},{"x":19,"y":126,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/per_thread_registry.rb:39:in `ActiveSupport::PerThreadRegistry#instance'"},{"x":20,"y":107,"width":963,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/responders-2.1.0/lib/action_controller/respond_with.rb:188:in `ActionController::RespondWith#respond_with'"},{"x":20,"y":108,"width":963,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/responders-2.1.0/lib/action_controller/responder.rb:155:in `ActionController::Responder.call'"},{"x":20,"y":109,"width":963,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/responders-2.1.0/lib/action_controller/responder.rb:161:in `ActionController::Responder#respond'"},{"x":20,"y":110,"width":963,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/responders-2.1.0/lib/responders/flash_responder.rb:105:in `Responders::FlashResponder#to_html'"},{"x":20,"y":111,"width":963,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/responders-2.1.0/lib/action_controller/responder.rb:169:in `ActionController::Responder#to_html'"},{"x":20,"y":112,"width":963,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/responders-2.1.0/lib/action_controller/responder.rb:232:in `ActionController::Responder#default_render'"},{"x":20,"y":113,"width":963,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/implicit_render.rb:9:in `ActionController::ImplicitRender#default_render'"},{"x":20,"y":114,"width":963,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/instrumentation.rb:41:in `ActionController::Instrumentation#render'"},{"x":20,"y":115,"width":963,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/railties/controller_runtime.rb:21:in `ActiveRecord::Railties::ControllerRuntime#cleanup_view_runtime'"},{"x":20,"y":116,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_handling.rb:117:in `ActiveRecord::ConnectionHandling#connected?'"},{"x":20,"y":117,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/core.rb:100:in `ActiveRecord::Base.connection_handler'"},{"x":20,"y":118,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/runtime_registry.rb:18:in `ActiveRecord::RuntimeRegistry.connection_handler'"},{"x":20,"y":119,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/per_thread_registry.rb:39:in `ActiveSupport::PerThreadRegistry#instance'"},{"x":21,"y":116,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/instrumentation.rb:86:in `ActionController::Instrumentation#cleanup_view_runtime'"},{"x":21,"y":117,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/instrumentation.rb:43:in `block in ActionController::Instrumentation#render'"},{"x":21,"y":118,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/benchmark.rb:11:in `#<Module:0x007fea7500bf10>.ms'"},{"x":21,"y":119,"width":962,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/benchmark.rb:301:in `Benchmark#realtime'"},{"x":21,"y":120,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/benchmark.rb:12:in `block in #<Module:0x007fea7500bf10>.ms'"},{"x":21,"y":121,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in ActionController::Instrumentation#render'"},{"x":21,"y":122,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/rendering.rb:14:in `ActionController::Rendering#render'"},{"x":21,"y":123,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/rendering.rb:23:in `AbstractController::Rendering#render'"},{"x":21,"y":124,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/renderers.rb:36:in `ActionController::Renderers#render_to_body'"},{"x":21,"y":125,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/rendering.rb:31:in `ActionController::Rendering#render_to_body'"},{"x":21,"y":126,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/rendering.rb:81:in `ActionView::Rendering#render_to_body'"},{"x":21,"y":127,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/streaming.rb:213:in `ActionController::Streaming#_render_template'"},{"x":21,"y":128,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/rendering.rb:94:in `ActionView::Rendering#_render_template'"},{"x":21,"y":129,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/renderer.rb:19:in `ActionView::Renderer#render'"},{"x":21,"y":130,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/renderer.rb:41:in `ActionView::Renderer#render_template'"},{"x":21,"y":131,"width":962,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/template_renderer.rb:5:in `ActionView::TemplateRenderer#render'"},{"x":21,"y":132,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/template_renderer.rb:20:in `ActionView::TemplateRenderer#determine_template'"},{"x":21,"y":133,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/abstract_renderer.rb:18:in `ActionView::AbstractRenderer#find_template'"},{"x":21,"y":134,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/lookup_context.rb:120:in `ActionView::LookupContext::ViewPaths#find'"},{"x":21,"y":135,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:45:in `ActionView::PathSet#find'"},{"x":21,"y":136,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:49:in `ActionView::PathSet#find_all'"},{"x":21,"y":137,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:51:in `block in ActionView::PathSet#find_all'"},{"x":21,"y":138,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:52:in `block (2 levels) in ActionView::PathSet#find_all'"},{"x":21,"y":139,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:114:in `ActionView::Resolver#find_all'"},{"x":21,"y":140,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:140:in `ActionView::Resolver#cached'"},{"x":21,"y":141,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:59:in `ActionView::Resolver::Cache#cache'"},{"x":21,"y":142,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:145:in `block in ActionView::Resolver#cached'"},{"x":21,"y":143,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:115:in `block in ActionView::Resolver#find_all'"},{"x":21,"y":144,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:177:in `ActionView::PathResolver#find_templates'"},{"x":21,"y":145,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:182:in `ActionView::PathResolver#query'"},{"x":21,"y":146,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:201:in `ActionView::PathResolver#find_template_paths'"},{"x":34,"y":145,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:17:in `ActionView::Resolver::Path.build'"},{"x":35,"y":145,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:182:in `ActionView::PathResolver#query'"},{"x":35,"y":146,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:201:in `ActionView::PathResolver#find_template_paths'"},{"x":38,"y":147,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:202:in `block in ActionView::PathResolver#find_template_paths'"},{"x":39,"y":132,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/template_renderer.rb:49:in `ActionView::TemplateRenderer#render_template'"},{"x":39,"y":133,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/template_renderer.rb:59:in `ActionView::TemplateRenderer#render_with_layout'"},{"x":39,"y":134,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/template_renderer.rb:52:in `block in ActionView::TemplateRenderer#render_template'"},{"x":39,"y":135,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/abstract_renderer.rb:38:in `ActionView::AbstractRenderer#instrument'"},{"x":39,"y":136,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:162:in `#<Module:0x007fea7334fc28>.instrument'"},{"x":39,"y":137,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb:17:in `ActiveSupport::Notifications::Instrumenter#instrument'"},{"x":39,"y":138,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:164:in `block in #<Module:0x007fea7334fc28>.instrument'"},{"x":39,"y":139,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/abstract_renderer.rb:39:in `block in ActionView::AbstractRenderer#instrument'"},{"x":39,"y":140,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/template_renderer.rb:53:in `block (2 levels) in ActionView::TemplateRenderer#render_template'"},{"x":39,"y":141,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-mini-profiler-0.9.7/lib/mini_profiler/profiling_methods.rb:76:in `block in Rack::MiniProfiler::ProfilingMethods#profile_method'"},{"x":39,"y":142,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template.rb:142:in `ActionView::Template#render'"},{"x":39,"y":143,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template.rb:331:in `ActionView::Template#instrument'"},{"x":39,"y":144,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:162:in `#<Module:0x007fea7334fc28>.instrument'"},{"x":39,"y":145,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template.rb:143:in `block in ActionView::Template#render'"},{"x":39,"y":146,"width":944,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/app/views/active_admin/resource/index.html.arb::in `ActionView::CompiledTemplates#__rvm_gems_ruby_______app_bundler_gems_activeadmin_b_a_f_b_e____app_views_active_admin_resource_index_html_arb___778252103002976126_70322467454500'"},{"x":39,"y":147,"width":900,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:37:in `Arbre::Context#initialize'"},{"x":39,"y":148,"width":900,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/app/views/active_admin/resource/index.html.arb:1:in `block in ActionView::CompiledTemplates#__rvm_gems_ruby_______app_bundler_gems_activeadmin_b_a_f_b_e____app_views_active_admin_resource_index_html_arb___778252103002976126_70322467454500'"},{"x":39,"y":149,"width":900,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":39,"y":150,"width":900,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":39,"y":151,"width":900,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":39,"y":152,"width":900,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":39,"y":153,"width":900,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:6:in `ActiveAdmin::Views::Pages::Base#build'"},{"x":39,"y":154,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/document.rb:6:in `Arbre::HTML::Document#build'"},{"x":39,"y":155,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:18:in `Arbre::HTML::Tag#build'"},{"x":39,"y":156,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:30:in `Arbre::Element#build'"},{"x":40,"y":154,"width":619,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:23:in `ActiveAdmin::Views::Pages::Base#build_active_admin_head'"},{"x":40,"y":155,"width":899,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":40,"y":156,"width":899,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":40,"y":157,"width":619,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:24:in `block in ActiveAdmin::Views::Pages::Base#build_active_admin_head'"},{"x":40,"y":158,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":40,"y":159,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":40,"y":160,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":40,"y":161,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":40,"y":162,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":40,"y":163,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:18:in `Arbre::HTML::Tag#build'"},{"x":40,"y":164,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:30:in `Arbre::Element#build'"},{"x":41,"y":158,"width":155,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:26:in `block (2 levels) in ActiveAdmin::Views::Pages::Base#build_active_admin_head'"},{"x":41,"y":159,"width":155,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":41,"y":160,"width":155,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:155:in `Sprockets::Rails::Helper#stylesheet_link_tag'"},{"x":41,"y":161,"width":155,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:158:in `block in Sprockets::Rails::Helper#stylesheet_link_tag'"},{"x":41,"y":162,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:184:in `Sprockets::Rails::Helper#check_errors_for'"},{"x":41,"y":163,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:224:in `Sprockets::Rails::Helper#lookup_asset_for_path'"},{"x":41,"y":164,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":41,"y":165,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":41,"y":166,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":41,"y":167,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":41,"y":168,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":41,"y":169,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":41,"y":170,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":41,"y":171,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":41,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":41,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":41,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":41,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":41,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":41,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:58:in `block in Sprockets::PathUtils#entries'"},{"x":42,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":42,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":42,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":42,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":43,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":43,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":43,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":45,"y":167,"width":35,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":45,"y":168,"width":35,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":45,"y":169,"width":35,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":45,"y":170,"width":35,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":45,"y":171,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":45,"y":172,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":45,"y":173,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":45,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":45,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":45,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":46,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/marshal.rb:5:in `#<Module:0x007fea728cbb08>.load_with_autoloading'"},{"x":47,"y":174,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/fileutils.rb:1141:in `FileUtils#touch'"},{"x":47,"y":175,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/fileutils.rb:1150:in `block in FileUtils#touch'"},{"x":48,"y":171,"width":32,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":48,"y":172,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":48,"y":173,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":48,"y":174,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":48,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":49,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":49,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":51,"y":172,"width":29,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":51,"y":173,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":51,"y":174,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":51,"y":175,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":51,"y":176,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":51,"y":177,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":51,"y":178,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":51,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":51,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":51,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":51,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":53,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":53,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":53,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":53,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":54,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":54,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":54,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":54,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":55,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":55,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":55,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":55,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":56,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":56,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":56,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":56,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":57,"y":179,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":57,"y":180,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":57,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":57,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":59,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":59,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":60,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":60,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":60,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":60,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":61,"y":179,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":61,"y":180,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":61,"y":181,"width":5,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":61,"y":182,"width":5,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":66,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":66,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":66,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":66,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":67,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":67,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":67,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":68,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":68,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":69,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":69,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":69,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":69,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":70,"y":179,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":70,"y":180,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":70,"y":181,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":70,"y":182,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":73,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":74,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":74,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":75,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":75,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":75,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":75,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":76,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":76,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":76,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":76,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":77,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":78,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":78,"y":174,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":78,"y":175,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":78,"y":176,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":78,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":78,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":78,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":80,"y":162,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:224:in `Sprockets::Rails::Helper#lookup_asset_for_path'"},{"x":80,"y":163,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":80,"y":164,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":80,"y":165,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":80,"y":166,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":80,"y":167,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":80,"y":168,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:73:in `Sprockets::URIUtils#valid_asset_uri?'"},{"x":81,"y":168,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":81,"y":169,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":81,"y":170,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":81,"y":171,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":81,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":81,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":81,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":81,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":81,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":82,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":82,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":82,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":82,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:58:in `block in Sprockets::PathUtils#entries'"},{"x":83,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":83,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":83,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":83,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":85,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/bower.rb:16:in `Sprockets::Bower#resolve_alternates'"},{"x":85,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/bower.rb:25:in `block in Sprockets::Bower#resolve_alternates'"},{"x":85,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:29:in `Sprockets::PathUtils#file?'"},{"x":85,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":85,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":85,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":86,"y":166,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":86,"y":167,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":86,"y":168,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":86,"y":169,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":86,"y":170,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":86,"y":171,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":86,"y":172,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":86,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":86,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":86,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":87,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/marshal.rb:5:in `#<Module:0x007fea728cbb08>.load_with_autoloading'"},{"x":88,"y":170,"width":32,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":88,"y":171,"width":4,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":88,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":88,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":88,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":89,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":90,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":91,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":91,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":91,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":92,"y":171,"width":28,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":92,"y":172,"width":23,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":92,"y":173,"width":23,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":92,"y":174,"width":23,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":92,"y":175,"width":17,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":92,"y":176,"width":17,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":92,"y":177,"width":17,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":92,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":92,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":92,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":92,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":93,"y":178,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":93,"y":179,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":93,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":93,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":94,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":95,"y":180,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":95,"y":181,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":98,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":98,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":99,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":99,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":100,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":100,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":101,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":101,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:21:in `Sprockets::UnloadedAsset#initialize'"},{"x":101,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:85:in `Sprockets::URITar#compressed_path'"},{"x":101,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:108:in `Sprockets::PathUtils#split_subpath'"},{"x":102,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":102,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":102,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":102,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":103,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":104,"y":178,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":104,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:125:in `Sprockets::UnloadedAsset#file_digest_key'"},{"x":105,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":105,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":106,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:125:in `Sprockets::UnloadedAsset#file_digest_key'"},{"x":107,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":107,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":107,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":107,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":108,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":108,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:21:in `Sprockets::UnloadedAsset#initialize'"},{"x":108,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":108,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":110,"y":175,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":110,"y":176,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":110,"y":177,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":110,"y":178,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":110,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:21:in `Sprockets::UnloadedAsset#initialize'"},{"x":110,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":110,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":111,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:85:in `Sprockets::URITar#compressed_path'"},{"x":111,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:108:in `Sprockets::PathUtils#split_subpath'"},{"x":112,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":112,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":112,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":114,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":114,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":114,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":115,"y":172,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":115,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":115,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":116,"y":173,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":116,"y":174,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":116,"y":175,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":116,"y":176,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":119,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:87:in `block in Sprockets::Loader#asset_from_cache'"},{"x":120,"y":162,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:193:in `Sprockets::Asset#to_a'"},{"x":120,"y":163,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:195:in `block in Sprockets::Asset#to_a'"},{"x":120,"y":164,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":120,"y":165,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":120,"y":166,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":120,"y":167,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":120,"y":168,"width":5,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":120,"y":169,"width":5,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":120,"y":170,"width":5,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":120,"y":171,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":120,"y":172,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":120,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":120,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":124,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":124,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":124,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":125,"y":162,"width":56,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:161:in `block (2 levels) in Sprockets::Rails::Helper#stylesheet_link_tag'"},{"x":125,"y":163,"width":56,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:266:in `ActionView::Helpers::AssetUrlHelper#stylesheet_path'"},{"x":125,"y":164,"width":56,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:87:in `Sprockets::Rails::Helper#asset_path'"},{"x":125,"y":165,"width":56,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:123:in `ActionView::Helpers::AssetUrlHelper#asset_path'"},{"x":125,"y":166,"width":56,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:72:in `Sprockets::Rails::Helper#compute_asset_path'"},{"x":125,"y":167,"width":56,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:115:in `Sprockets::Rails::Helper#asset_digest_path'"},{"x":125,"y":168,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/class/attribute.rb:106:in `block (2 levels) in Class#class_attribute'"},{"x":126,"y":168,"width":55,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":126,"y":169,"width":55,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":126,"y":170,"width":55,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":126,"y":171,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":126,"y":172,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":126,"y":173,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":126,"y":174,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":126,"y":175,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":126,"y":176,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":126,"y":177,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":126,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":126,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":127,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":128,"y":178,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":128,"y":179,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":128,"y":180,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":128,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":130,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:150:in `block in Sprockets::PathUtils#match_path_extname'"},{"x":131,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":132,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":133,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":133,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":135,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":135,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":135,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":135,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":135,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:58:in `block in Sprockets::PathUtils#entries'"},{"x":136,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":136,"y":178,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":137,"y":171,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":137,"y":172,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":137,"y":173,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":137,"y":174,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":137,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":137,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":137,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":137,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":137,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":137,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":138,"y":175,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":138,"y":176,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":138,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":138,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":138,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":139,"y":176,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":139,"y":177,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":139,"y":178,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":139,"y":179,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":139,"y":180,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":139,"y":181,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":139,"y":182,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":139,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":139,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":139,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":139,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":139,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:15:in `Sprockets::DigestUtils#digest_class'"},{"x":140,"y":183,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":140,"y":184,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":140,"y":185,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":140,"y":186,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":142,"y":183,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":142,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":142,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":142,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":143,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":143,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":143,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:122:in `Sprockets::DigestUtils#pack_urlsafe_base64digest'"},{"x":143,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:113:in `Sprockets::DigestUtils#pack_base64digest'"},{"x":144,"y":171,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":144,"y":172,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":144,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:97:in `Sprockets::PathUtils#relative_path?'"},{"x":145,"y":173,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":145,"y":174,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":145,"y":175,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":145,"y":176,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":145,"y":177,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":145,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":145,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":145,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":145,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:58:in `block in Sprockets::PathUtils#entries'"},{"x":146,"y":178,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":146,"y":179,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":148,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":148,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":149,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/mime.rb:107:in `Sprockets::Mime#extname_map'"},{"x":150,"y":171,"width":31,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":150,"y":172,"width":31,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":150,"y":173,"width":31,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":150,"y":174,"width":31,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":150,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":150,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":150,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":150,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":150,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":150,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":151,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/marshal.rb:5:in `#<Module:0x007fea728cbb08>.load_with_autoloading'"},{"x":152,"y":175,"width":29,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":152,"y":176,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":152,"y":177,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":152,"y":178,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":152,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":153,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":154,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":155,"y":176,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":155,"y":177,"width":22,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":155,"y":178,"width":22,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":155,"y":179,"width":22,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":155,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":155,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":155,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":155,"y":183,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":155,"y":184,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":155,"y":185,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":155,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":156,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":158,"y":180,"width":19,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":158,"y":181,"width":19,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":158,"y":182,"width":16,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":158,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":158,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":159,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":159,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:21:in `Sprockets::UnloadedAsset#initialize'"},{"x":159,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:85:in `Sprockets::URITar#compressed_path'"},{"x":159,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:108:in `Sprockets::PathUtils#split_subpath'"},{"x":160,"y":183,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":160,"y":184,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":160,"y":185,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":160,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":161,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":162,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":162,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":162,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":163,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":163,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":163,"y":185,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":163,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":164,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":164,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":164,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":164,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":165,"y":183,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":165,"y":184,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":166,"y":185,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":166,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":167,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":167,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:21:in `Sprockets::UnloadedAsset#initialize'"},{"x":167,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:85:in `Sprockets::URITar#compressed_path'"},{"x":167,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:108:in `Sprockets::PathUtils#split_subpath'"},{"x":168,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":168,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":169,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":169,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":169,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":169,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":170,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":170,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":170,"y":185,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":170,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":171,"y":183,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":171,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:125:in `Sprockets::UnloadedAsset#file_digest_key'"},{"x":171,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/numeric/conversions.rb:124:in `block (2 levels) in <class:Numeric>'"},{"x":172,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":172,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":172,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:122:in `Sprockets::DigestUtils#pack_urlsafe_base64digest'"},{"x":172,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:113:in `Sprockets::DigestUtils#pack_base64digest'"},{"x":173,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":173,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":173,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":175,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":175,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":175,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":175,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":176,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":176,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":176,"y":185,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":176,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":177,"y":177,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":177,"y":178,"width":4,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":177,"y":179,"width":4,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":177,"y":180,"width":4,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":177,"y":181,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":177,"y":182,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":177,"y":183,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":177,"y":184,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":180,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":181,"y":162,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:184:in `Sprockets::Rails::Helper#check_errors_for'"},{"x":181,"y":163,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:224:in `Sprockets::Rails::Helper#lookup_asset_for_path'"},{"x":181,"y":164,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":181,"y":165,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":181,"y":166,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":181,"y":167,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":181,"y":168,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":181,"y":169,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:73:in `Sprockets::URIUtils#valid_asset_uri?'"},{"x":182,"y":169,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":182,"y":170,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":182,"y":171,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":182,"y":172,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":182,"y":173,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":182,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":182,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":182,"y":176,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":183,"y":174,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":184,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":184,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":184,"y":176,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":185,"y":167,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":185,"y":168,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":185,"y":169,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":185,"y":170,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":185,"y":171,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":185,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":185,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":185,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":185,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":185,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":185,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":185,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:146:in `block in <module:Sprockets>'"},{"x":185,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:147:in `block (2 levels) in <module:Sprockets>'"},{"x":185,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:102:in `Sprockets::Base#compress_from_root'"},{"x":185,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:36:in `Sprockets::URITar#compress'"},{"x":185,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:85:in `Sprockets::URITar#compressed_path'"},{"x":185,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:108:in `Sprockets::PathUtils#split_subpath'"},{"x":186,"y":162,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:224:in `Sprockets::Rails::Helper#lookup_asset_for_path'"},{"x":186,"y":163,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":186,"y":164,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":186,"y":165,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:24:in `Sprockets::Environment#cached'"},{"x":186,"y":166,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:14:in `Sprockets::CachedEnvironment#initialize'"},{"x":186,"y":167,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/configuration.rb:14:in `Sprockets::Configuration#initialize_configuration'"},{"x":187,"y":165,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":187,"y":166,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":187,"y":167,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":187,"y":168,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":187,"y":169,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":187,"y":170,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":187,"y":171,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":187,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/bower.rb:16:in `Sprockets::Bower#resolve_alternates'"},{"x":188,"y":166,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":188,"y":167,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":188,"y":168,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":188,"y":169,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":188,"y":170,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":188,"y":171,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":188,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":188,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":188,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":188,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":188,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":188,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:146:in `block in <module:Sprockets>'"},{"x":188,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:147:in `block (2 levels) in <module:Sprockets>'"},{"x":188,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:102:in `Sprockets::Base#compress_from_root'"},{"x":188,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:36:in `Sprockets::URITar#compress'"},{"x":188,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:85:in `Sprockets::URITar#compressed_path'"},{"x":188,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:108:in `Sprockets::PathUtils#split_subpath'"},{"x":189,"y":162,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:193:in `Sprockets::Asset#to_a'"},{"x":189,"y":163,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:195:in `block in Sprockets::Asset#to_a'"},{"x":189,"y":164,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":189,"y":165,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":189,"y":166,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":189,"y":167,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":189,"y":168,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":189,"y":169,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:149:in `Set#replace'"},{"x":190,"y":162,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:161:in `block (2 levels) in Sprockets::Rails::Helper#stylesheet_link_tag'"},{"x":190,"y":163,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:266:in `ActionView::Helpers::AssetUrlHelper#stylesheet_path'"},{"x":190,"y":164,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:87:in `Sprockets::Rails::Helper#asset_path'"},{"x":190,"y":165,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:123:in `ActionView::Helpers::AssetUrlHelper#asset_path'"},{"x":190,"y":166,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:72:in `Sprockets::Rails::Helper#compute_asset_path'"},{"x":190,"y":167,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:115:in `Sprockets::Rails::Helper#asset_digest_path'"},{"x":190,"y":168,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":190,"y":169,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":190,"y":170,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":190,"y":171,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":190,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":190,"y":173,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":190,"y":174,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":190,"y":175,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":190,"y":176,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":190,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":190,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":190,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":190,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":191,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":192,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":192,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":192,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":192,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":192,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":193,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:111:in `Sprockets::URIUtils#build_asset_uri'"},{"x":193,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:154:in `Sprockets::URIUtils#encode_uri_query_params'"},{"x":193,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:157:in `block in Sprockets::URIUtils#encode_uri_query_params'"},{"x":193,"y":176,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":194,"y":171,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":194,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":194,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":194,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":194,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":194,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":194,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":194,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":194,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":194,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":194,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":194,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:152:in `block in <module:Sprockets>'"},{"x":194,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/processing.rb:155:in `Sprockets::Processing#resolve_processors_cache_key_uri'"},{"x":194,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/processor_utils.rb:101:in `Sprockets::ProcessorUtils#processors_cache_keys'"},{"x":194,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/processor_utils.rb:102:in `block in Sprockets::ProcessorUtils#processors_cache_keys'"},{"x":194,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:52:in `Sprockets::CachedEnvironment#processor_cache_key'"},{"x":194,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:22:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":194,"y":188,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:82:in `Delegator#method_missing'"},{"x":195,"y":163,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_tag_helper.rb:92:in `ActionView::Helpers::AssetTagHelper#stylesheet_link_tag'"},{"x":195,"y":164,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_tag_helper.rb:96:in `block in ActionView::Helpers::AssetTagHelper#stylesheet_link_tag'"},{"x":195,"y":165,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:74:in `ActionView::Helpers::TagHelper#tag'"},{"x":195,"y":166,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:149:in `ActionView::Helpers::TagHelper#tag_options'"},{"x":196,"y":158,"width":462,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":196,"y":159,"width":462,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:30:in `block (2 levels) in ActiveAdmin::Views::Pages::Base#build_active_admin_head'"},{"x":196,"y":160,"width":462,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":196,"y":161,"width":462,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:132:in `Sprockets::Rails::Helper#javascript_include_tag'"},{"x":196,"y":162,"width":462,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:136:in `block in Sprockets::Rails::Helper#javascript_include_tag'"},{"x":196,"y":163,"width":60,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:184:in `Sprockets::Rails::Helper#check_errors_for'"},{"x":196,"y":164,"width":60,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:224:in `Sprockets::Rails::Helper#lookup_asset_for_path'"},{"x":196,"y":165,"width":60,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":196,"y":166,"width":60,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":196,"y":167,"width":60,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":196,"y":168,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":196,"y":169,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":196,"y":170,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":196,"y":171,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":196,"y":172,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":196,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:89:in `Sprockets::HTTPUtils#find_best_q_match'"},{"x":196,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:58:in `Sprockets::HTTPUtils#find_q_matches'"},{"x":197,"y":173,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":197,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":197,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":197,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":197,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":198,"y":174,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":198,"y":175,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":198,"y":176,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":198,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":198,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":201,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":201,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":201,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":202,"y":168,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":202,"y":169,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":202,"y":170,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":202,"y":171,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":202,"y":172,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":202,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":202,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":202,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":202,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":202,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":203,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/marshal.rb:5:in `#<Module:0x007fea728cbb08>.load_with_autoloading'"},{"x":204,"y":172,"width":52,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":204,"y":173,"width":5,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":204,"y":174,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":204,"y":175,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":204,"y":176,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":205,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":207,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":208,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":209,"y":173,"width":47,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":209,"y":174,"width":37,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":209,"y":175,"width":37,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":209,"y":176,"width":37,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":209,"y":177,"width":37,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":209,"y":178,"width":37,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":209,"y":179,"width":37,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":209,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":209,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:125:in `Sprockets::UnloadedAsset#file_digest_key'"},{"x":209,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/numeric/conversions.rb:124:in `block (2 levels) in <class:Numeric>'"},{"x":210,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":210,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":210,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":211,"y":180,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":211,"y":181,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":211,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":213,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":213,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":215,"y":182,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":215,"y":183,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":219,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":219,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":221,"y":180,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":221,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":221,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":221,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:122:in `Sprockets::DigestUtils#pack_urlsafe_base64digest'"},{"x":222,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":222,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":222,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":223,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:21:in `Sprockets::UnloadedAsset#initialize'"},{"x":223,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":224,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":224,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":225,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":225,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":225,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":226,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":226,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":227,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":228,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":228,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":228,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":228,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:122:in `Sprockets::DigestUtils#pack_urlsafe_base64digest'"},{"x":228,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:113:in `Sprockets::DigestUtils#pack_base64digest'"},{"x":229,"y":180,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":229,"y":181,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":229,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":229,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":230,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":232,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":232,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":234,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":234,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":235,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":235,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":235,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":235,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":236,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":236,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":237,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":237,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:21:in `Sprockets::UnloadedAsset#initialize'"},{"x":237,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":237,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":238,"y":180,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":238,"y":181,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":239,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":239,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":241,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":241,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":242,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":242,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":242,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":242,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":243,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":243,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":244,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":244,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":245,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":245,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":245,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":245,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":246,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":247,"y":174,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":247,"y":175,"width":9,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":247,"y":176,"width":8,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":247,"y":177,"width":8,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":247,"y":178,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":247,"y":179,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":247,"y":180,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":248,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":251,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":251,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":251,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":252,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":252,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":253,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":253,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":253,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":255,"y":176,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:149:in `Set#replace'"},{"x":256,"y":163,"width":56,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:224:in `Sprockets::Rails::Helper#lookup_asset_for_path'"},{"x":256,"y":164,"width":56,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":256,"y":165,"width":56,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":256,"y":166,"width":56,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":256,"y":167,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":256,"y":168,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":256,"y":169,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":256,"y":170,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":256,"y":171,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":256,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":256,"y":173,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":256,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":256,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":256,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":257,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":257,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":257,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":258,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":258,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":258,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":258,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":259,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:173:in `block in Sprockets::Resolve#path_matches'"},{"x":259,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:29:in `Sprockets::PathUtils#file?'"},{"x":259,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":259,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":259,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":260,"y":167,"width":52,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":260,"y":168,"width":52,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":260,"y":169,"width":52,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":260,"y":170,"width":52,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":260,"y":171,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":260,"y":172,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":260,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":260,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":260,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":260,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":261,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/marshal.rb:5:in `#<Module:0x007fea728cbb08>.load_with_autoloading'"},{"x":262,"y":171,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":262,"y":172,"width":5,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":262,"y":173,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":262,"y":174,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":262,"y":175,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":263,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":265,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":265,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":265,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":266,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":266,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":267,"y":172,"width":45,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":267,"y":173,"width":36,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":267,"y":174,"width":36,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":267,"y":175,"width":36,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":267,"y":176,"width":36,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":267,"y":177,"width":36,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":267,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:152:in `block in <module:Sprockets>'"},{"x":267,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/processing.rb:155:in `Sprockets::Processing#resolve_processors_cache_key_uri'"},{"x":267,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/processing.rb:173:in `Sprockets::Processing#processors_for'"},{"x":267,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:89:in `block in <module:Sprockets>'"},{"x":267,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/processing.rb:178:in `Sprockets::Processing#default_processors_for'"},{"x":268,"y":178,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":268,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":268,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":268,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":268,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":269,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":269,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":270,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":270,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":270,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":270,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":272,"y":178,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":272,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":273,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":273,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":273,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":274,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":274,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":274,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":274,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":275,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":275,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":275,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":275,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":276,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":276,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":276,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":276,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":277,"y":179,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":277,"y":180,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":277,"y":181,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":277,"y":182,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":280,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:152:in `block in <module:Sprockets>'"},{"x":280,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/processing.rb:155:in `Sprockets::Processing#resolve_processors_cache_key_uri'"},{"x":280,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/processing.rb:173:in `Sprockets::Processing#processors_for'"},{"x":280,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:85:in `block in <module:Sprockets>'"},{"x":280,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/processing.rb:187:in `Sprockets::Processing#self_processors_for'"},{"x":281,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":281,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":281,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":281,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":281,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:122:in `Sprockets::DigestUtils#pack_urlsafe_base64digest'"},{"x":281,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:113:in `Sprockets::DigestUtils#pack_base64digest'"},{"x":283,"y":178,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":283,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":283,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":283,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":283,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":284,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":284,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":285,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":285,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":286,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":286,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":286,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":286,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":287,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":287,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":287,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":287,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":288,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":288,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":288,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":288,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":290,"y":178,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":290,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":290,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":290,"y":181,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":290,"y":182,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":292,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":292,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":292,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":292,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":293,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":293,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":293,"y":181,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":293,"y":182,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":295,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":295,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":295,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":295,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":296,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":296,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":296,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":298,"y":178,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":298,"y":179,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":298,"y":180,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":298,"y":181,"width":5,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":298,"y":182,"width":5,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":303,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":304,"y":173,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":304,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:81:in `block in Sprockets::Loader#asset_from_cache'"},{"x":304,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":304,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":304,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":304,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":305,"y":174,"width":7,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":305,"y":175,"width":6,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":305,"y":176,"width":6,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":305,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":306,"y":177,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":306,"y":178,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":306,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":307,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":307,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":308,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":308,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":309,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":309,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":309,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":310,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":310,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":311,"y":175,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:149:in `Set#replace'"},{"x":312,"y":163,"width":22,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:193:in `Sprockets::Asset#to_a'"},{"x":312,"y":164,"width":22,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:195:in `block in Sprockets::Asset#to_a'"},{"x":312,"y":165,"width":22,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":312,"y":166,"width":22,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":312,"y":167,"width":22,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":312,"y":168,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:62:in `Sprockets::UnloadedAsset#params'"},{"x":312,"y":169,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:133:in `Sprockets::UnloadedAsset#load_file_params'"},{"x":312,"y":170,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:90:in `Sprockets::URIUtils#parse_asset_uri'"},{"x":312,"y":171,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":312,"y":172,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":312,"y":173,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":313,"y":171,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:179:in `Sprockets::URIUtils#parse_uri_query_params'"},{"x":313,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:180:in `block in Sprockets::URIUtils#parse_uri_query_params'"},{"x":313,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":314,"y":168,"width":14,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":314,"y":169,"width":14,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":314,"y":170,"width":8,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":314,"y":171,"width":8,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":314,"y":172,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":314,"y":173,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":314,"y":174,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":314,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":319,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":319,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":319,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":320,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":322,"y":170,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:149:in `Set#replace'"},{"x":323,"y":170,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":323,"y":171,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":323,"y":172,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":323,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":323,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":323,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":326,"y":170,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":326,"y":171,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":326,"y":172,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":327,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":327,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":327,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":328,"y":168,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:62:in `Sprockets::UnloadedAsset#params'"},{"x":328,"y":169,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:133:in `Sprockets::UnloadedAsset#load_file_params'"},{"x":328,"y":170,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:90:in `Sprockets::URIUtils#parse_asset_uri'"},{"x":328,"y":171,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:179:in `Sprockets::URIUtils#parse_uri_query_params'"},{"x":328,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:180:in `block in Sprockets::URIUtils#parse_uri_query_params'"},{"x":328,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":329,"y":168,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":329,"y":169,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:87:in `block in Sprockets::Loader#asset_from_cache'"},{"x":330,"y":169,"width":4,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":330,"y":170,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":330,"y":171,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":330,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":330,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":330,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":331,"y":172,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":332,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":332,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":332,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":332,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":332,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":333,"y":170,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:149:in `Set#replace'"},{"x":334,"y":163,"width":324,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:139:in `block (2 levels) in Sprockets::Rails::Helper#javascript_include_tag'"},{"x":334,"y":164,"width":145,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:244:in `ActionView::Helpers::AssetUrlHelper#javascript_path'"},{"x":334,"y":165,"width":145,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:87:in `Sprockets::Rails::Helper#asset_path'"},{"x":334,"y":166,"width":145,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:123:in `ActionView::Helpers::AssetUrlHelper#asset_path'"},{"x":334,"y":167,"width":104,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:72:in `Sprockets::Rails::Helper#compute_asset_path'"},{"x":334,"y":168,"width":104,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:115:in `Sprockets::Rails::Helper#asset_digest_path'"},{"x":334,"y":169,"width":104,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":334,"y":170,"width":104,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":334,"y":171,"width":104,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":334,"y":172,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":334,"y":173,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":334,"y":174,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":334,"y":175,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":334,"y":176,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":334,"y":177,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":334,"y":178,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":334,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":334,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":334,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":335,"y":179,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":335,"y":180,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":336,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/mime.rb:107:in `Sprockets::Mime#extname_map'"},{"x":337,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":337,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":338,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":338,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":339,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":339,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":339,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":339,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":339,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:58:in `block in Sprockets::PathUtils#entries'"},{"x":341,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":341,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":341,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":341,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":342,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":342,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":342,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":342,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":342,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":343,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":343,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":343,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":344,"y":178,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":344,"y":179,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":344,"y":180,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":344,"y":181,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":347,"y":172,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":347,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":347,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":347,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":347,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:103:in `Sprockets::UnloadedAsset#dependency_history_key'"},{"x":347,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":347,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":347,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/memory_store.rb:33:in `Sprockets::Cache::MemoryStore#get'"},{"x":348,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":348,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":348,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":348,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":348,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:149:in `Set#replace'"},{"x":349,"y":172,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":349,"y":173,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":349,"y":174,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":349,"y":175,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":349,"y":176,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":349,"y":177,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":349,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":349,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":349,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":349,"y":181,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":351,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/bower.rb:16:in `Sprockets::Bower#resolve_alternates'"},{"x":352,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":352,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":352,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":352,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":352,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:58:in `block in Sprockets::PathUtils#entries'"},{"x":353,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":353,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":353,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":353,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":354,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:111:in `Sprockets::URIUtils#build_asset_uri'"},{"x":354,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:154:in `Sprockets::URIUtils#encode_uri_query_params'"},{"x":354,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:157:in `block in Sprockets::URIUtils#encode_uri_query_params'"},{"x":354,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":355,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":355,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":355,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":355,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":355,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":355,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":355,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":355,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":355,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":355,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":356,"y":172,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":356,"y":173,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":356,"y":174,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":356,"y":175,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":356,"y":176,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":356,"y":177,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":356,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":356,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":356,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":356,"y":181,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":358,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/bower.rb:16:in `Sprockets::Bower#resolve_alternates'"},{"x":358,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:188:in `Sprockets::Resolve#resolve_alternates'"},{"x":358,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":359,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":359,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":359,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":359,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":359,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":360,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":360,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":360,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":360,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:92:in `Set#do_with_enum'"},{"x":360,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:375:in `block in Set#merge'"},{"x":360,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":361,"y":172,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":361,"y":173,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":361,"y":174,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":361,"y":175,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":361,"y":176,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":361,"y":177,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":362,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":362,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":362,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":363,"y":177,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":363,"y":178,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":363,"y":179,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":363,"y":180,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":363,"y":181,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":363,"y":182,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":363,"y":183,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":363,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":363,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":363,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":363,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":364,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":364,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":365,"y":184,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":365,"y":185,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":365,"y":186,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":365,"y":187,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":367,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":367,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":367,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":367,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":367,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":367,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":367,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":368,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":368,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":368,"y":174,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":368,"y":175,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":368,"y":176,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":368,"y":177,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":368,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":368,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":368,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":368,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":369,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:42:in `Sprockets::PathUtils#directory?'"},{"x":369,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":369,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":370,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":370,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":370,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":370,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":371,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":371,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":372,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":372,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":372,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":372,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":372,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":372,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":372,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":372,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":372,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":372,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":373,"y":172,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":373,"y":173,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":373,"y":174,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":373,"y":175,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":373,"y":176,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":373,"y":177,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":373,"y":178,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":373,"y":179,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":375,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":375,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":375,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":376,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":376,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":376,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":376,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":376,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":377,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:111:in `Sprockets::URIUtils#build_asset_uri'"},{"x":377,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:154:in `Sprockets::URIUtils#encode_uri_query_params'"},{"x":377,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:157:in `block in Sprockets::URIUtils#encode_uri_query_params'"},{"x":378,"y":172,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":378,"y":173,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":378,"y":174,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":378,"y":175,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":378,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":378,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":378,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":378,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/fileutils.rb:1141:in `FileUtils#touch'"},{"x":378,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/fileutils.rb:1150:in `block in FileUtils#touch'"},{"x":379,"y":176,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":379,"y":177,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":379,"y":178,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":379,"y":179,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":379,"y":180,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":379,"y":181,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":379,"y":182,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":379,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:146:in `block in <module:Sprockets>'"},{"x":379,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:147:in `block (2 levels) in <module:Sprockets>'"},{"x":379,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:102:in `Sprockets::Base#compress_from_root'"},{"x":379,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:36:in `Sprockets::URITar#compress'"},{"x":379,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:85:in `Sprockets::URITar#compressed_path'"},{"x":380,"y":183,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":380,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":380,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":381,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":381,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":381,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":381,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":382,"y":184,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":382,"y":185,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":382,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":384,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":384,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":385,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":385,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":385,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":386,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":386,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:149:in `Set#replace'"},{"x":387,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":387,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":387,"y":174,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":387,"y":175,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":387,"y":176,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":387,"y":177,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":387,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":387,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":387,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":387,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":388,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":388,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":389,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":389,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":389,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":389,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":390,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":390,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":390,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":390,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":391,"y":172,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":391,"y":173,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":391,"y":174,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":391,"y":175,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":391,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":391,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":391,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":391,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":391,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":391,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":392,"y":176,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":392,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":392,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":392,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":392,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":393,"y":177,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":393,"y":178,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":393,"y":179,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":393,"y":180,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":393,"y":181,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":393,"y":182,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":393,"y":183,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":393,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":393,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":393,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":393,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":394,"y":184,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":394,"y":185,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":394,"y":186,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":394,"y":187,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":396,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":396,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":396,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":396,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":397,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":397,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":397,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":397,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":398,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":398,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":398,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":398,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":398,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":398,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":398,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":398,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":399,"y":172,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":399,"y":173,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":399,"y":174,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":399,"y":175,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":399,"y":176,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":399,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":400,"y":177,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":400,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:42:in `Sprockets::PathUtils#directory?'"},{"x":400,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":400,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":400,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":401,"y":178,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":401,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":401,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":401,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":403,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":403,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":403,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":403,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":405,"y":172,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":405,"y":173,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":405,"y":174,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":405,"y":175,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":405,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":405,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":405,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":405,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":405,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":405,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":406,"y":176,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":406,"y":177,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":406,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":406,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":406,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":406,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":406,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":407,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":408,"y":177,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":408,"y":178,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":408,"y":179,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":408,"y":180,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":408,"y":181,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":408,"y":182,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":408,"y":183,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":408,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":408,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":408,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":408,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":409,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":409,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":409,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":409,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":410,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":410,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":412,"y":183,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":412,"y":184,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":412,"y":185,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":412,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":413,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":413,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":414,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":414,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/memory_store.rb:33:in `Sprockets::Cache::MemoryStore#get'"},{"x":415,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":415,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":415,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":415,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":415,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":415,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":415,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":415,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":415,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":416,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":416,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":416,"y":174,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":416,"y":175,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":416,"y":176,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":416,"y":177,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":416,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":416,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":416,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":416,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":417,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/bower.rb:16:in `Sprockets::Bower#resolve_alternates'"},{"x":418,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":418,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":418,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":418,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":419,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:111:in `Sprockets::URIUtils#build_asset_uri'"},{"x":419,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:154:in `Sprockets::URIUtils#encode_uri_query_params'"},{"x":419,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:157:in `block in Sprockets::URIUtils#encode_uri_query_params'"},{"x":419,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":420,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":420,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":420,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":420,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":420,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":420,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":420,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":420,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/memory_store.rb:33:in `Sprockets::Cache::MemoryStore#get'"},{"x":421,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":421,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":421,"y":174,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":421,"y":175,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":421,"y":176,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":421,"y":177,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":421,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":421,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":421,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":421,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":422,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":422,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":423,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":423,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":423,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":423,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":424,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":424,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":424,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/mime.rb:107:in `Sprockets::Mime#extname_map'"},{"x":425,"y":172,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":425,"y":173,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":425,"y":174,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":425,"y":175,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":425,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":425,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":425,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":425,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":425,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":425,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":426,"y":176,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":426,"y":177,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":426,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":426,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":426,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":428,"y":177,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":428,"y":178,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":428,"y":179,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":428,"y":180,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":428,"y":181,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":428,"y":182,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":428,"y":183,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":428,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":428,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:21:in `Sprockets::UnloadedAsset#initialize'"},{"x":428,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":429,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":429,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":429,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":429,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":430,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":430,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":430,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":430,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":431,"y":184,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":431,"y":185,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":431,"y":186,"width":4,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":431,"y":187,"width":4,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":435,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":436,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":437,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":437,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":437,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":437,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":437,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":437,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":437,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":437,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:45:in `Sprockets::URITar#absolute_path?'"},{"x":437,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:80:in `Sprockets::PathUtils#absolute_path?'"},{"x":438,"y":167,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:202:in `ActionView::Helpers::AssetUrlHelper#compute_asset_host'"},{"x":438,"y":168,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/http/url.rb:181:in `ActionDispatch::Http::URL#protocol'"},{"x":439,"y":167,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:72:in `Sprockets::Rails::Helper#compute_asset_path'"},{"x":439,"y":168,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:115:in `Sprockets::Rails::Helper#asset_digest_path'"},{"x":439,"y":169,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":439,"y":170,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":439,"y":171,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":439,"y":172,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":439,"y":173,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":439,"y":174,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":439,"y":175,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":439,"y":176,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":439,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:89:in `Sprockets::HTTPUtils#find_best_q_match'"},{"x":439,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:58:in `Sprockets::HTTPUtils#find_q_matches'"},{"x":440,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":440,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":441,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:89:in `Sprockets::HTTPUtils#find_best_q_match'"},{"x":441,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:58:in `Sprockets::HTTPUtils#find_q_matches'"},{"x":442,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":442,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":442,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":442,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":442,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":442,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":444,"y":172,"width":21,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":444,"y":173,"width":21,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":444,"y":174,"width":21,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":444,"y":175,"width":21,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":444,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":444,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":444,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":444,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":444,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":444,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":445,"y":176,"width":20,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":445,"y":177,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":445,"y":178,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":445,"y":179,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":445,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":446,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":446,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":447,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":448,"y":177,"width":17,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":448,"y":178,"width":14,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":448,"y":179,"width":14,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":448,"y":180,"width":14,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":448,"y":181,"width":14,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":448,"y":182,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":448,"y":183,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":448,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":448,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:21:in `Sprockets::UnloadedAsset#initialize'"},{"x":448,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":448,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":449,"y":184,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":449,"y":185,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":449,"y":186,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":449,"y":187,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":451,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":451,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":451,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":451,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":453,"y":182,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":453,"y":183,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":453,"y":184,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":453,"y":185,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":453,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":453,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":455,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":455,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":456,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":456,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:21:in `Sprockets::UnloadedAsset#initialize'"},{"x":456,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":457,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":457,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":457,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":457,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":458,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":458,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":459,"y":184,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":459,"y":185,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":459,"y":186,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":459,"y":187,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":462,"y":178,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":462,"y":179,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":462,"y":180,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":462,"y":181,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":462,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":462,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":462,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":463,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":464,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:87:in `block in Sprockets::Loader#asset_from_cache'"},{"x":465,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":465,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":465,"y":174,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":465,"y":175,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":465,"y":176,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":465,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":465,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":465,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":465,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":465,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:92:in `Set#do_with_enum'"},{"x":465,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:375:in `block in Set#merge'"},{"x":465,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":466,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:89:in `Sprockets::HTTPUtils#find_best_q_match'"},{"x":466,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:58:in `Sprockets::HTTPUtils#find_q_matches'"},{"x":467,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":467,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:42:in `Sprockets::PathUtils#directory?'"},{"x":467,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":467,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":467,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":468,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":468,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":468,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":468,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":468,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":469,"y":172,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":469,"y":173,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":469,"y":174,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":469,"y":175,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":469,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":469,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":469,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":469,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":469,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":469,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":469,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/marshal.rb:5:in `#<Module:0x007fea728cbb08>.load_with_autoloading'"},{"x":470,"y":176,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":470,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":470,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":470,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":470,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":470,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":471,"y":177,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":471,"y":178,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":471,"y":179,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":471,"y":180,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":471,"y":181,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":471,"y":182,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":471,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":471,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":471,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":471,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":471,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":473,"y":183,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":473,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":473,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":473,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":473,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":474,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":474,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":474,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":474,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":475,"y":184,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":475,"y":185,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":475,"y":186,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":475,"y":187,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":478,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":478,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":478,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":478,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":478,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":478,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":478,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":479,"y":164,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_tag_helper.rb:56:in `ActionView::Helpers::AssetTagHelper#javascript_include_tag'"},{"x":479,"y":165,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/slice.rb:45:in `Hash#extract!'"},{"x":479,"y":166,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/slice.rb:46:in `block in Hash#extract!'"},{"x":480,"y":164,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:244:in `ActionView::Helpers::AssetUrlHelper#javascript_path'"},{"x":480,"y":165,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:87:in `Sprockets::Rails::Helper#asset_path'"},{"x":480,"y":166,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:123:in `ActionView::Helpers::AssetUrlHelper#asset_path'"},{"x":480,"y":167,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:72:in `Sprockets::Rails::Helper#compute_asset_path'"},{"x":480,"y":168,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:115:in `Sprockets::Rails::Helper#asset_digest_path'"},{"x":480,"y":169,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":480,"y":170,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":480,"y":171,"width":26,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":480,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":480,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":480,"y":174,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":480,"y":175,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":480,"y":176,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":480,"y":177,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":480,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":480,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":480,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":480,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":481,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:42:in `Sprockets::PathUtils#directory?'"},{"x":481,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":481,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":481,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":482,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":482,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":482,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":482,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":483,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":483,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":483,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":483,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":483,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":484,"y":172,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":484,"y":173,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":484,"y":174,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":484,"y":175,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":484,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":484,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":484,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":484,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":485,"y":176,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":485,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":485,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":485,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":485,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":485,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":486,"y":177,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":486,"y":178,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":486,"y":179,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":486,"y":180,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":486,"y":181,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":486,"y":182,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":486,"y":183,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":486,"y":184,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":486,"y":185,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":487,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":487,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":488,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":488,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":488,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":488,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":489,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":489,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":489,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":489,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":490,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":491,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":491,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":491,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":491,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":491,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":491,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":491,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":492,"y":172,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":492,"y":173,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":492,"y":174,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":492,"y":175,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":492,"y":176,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":492,"y":177,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":492,"y":178,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":492,"y":179,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":492,"y":180,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":492,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":492,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":494,"y":181,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":494,"y":182,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":497,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/mime.rb:107:in `Sprockets::Mime#extname_map'"},{"x":498,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":498,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":498,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":500,"y":179,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":500,"y":180,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":500,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":500,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:150:in `block in Sprockets::PathUtils#match_path_extname'"},{"x":501,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":503,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":503,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":504,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":504,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":504,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":504,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":505,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":505,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":505,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":505,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:62:in `Sprockets::UnloadedAsset#params'"},{"x":505,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:133:in `Sprockets::UnloadedAsset#load_file_params'"},{"x":505,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:90:in `Sprockets::URIUtils#parse_asset_uri'"},{"x":505,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:179:in `Sprockets::URIUtils#parse_uri_query_params'"},{"x":505,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:180:in `block in Sprockets::URIUtils#parse_uri_query_params'"},{"x":505,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":506,"y":164,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_tag_helper.rb:56:in `ActionView::Helpers::AssetTagHelper#javascript_include_tag'"},{"x":506,"y":165,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/array/extract_options.rb:22:in `Array#extract_options!'"},{"x":506,"y":166,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/array/extract_options.rb:7:in `Hash#extractable_options?'"},{"x":507,"y":164,"width":27,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:244:in `ActionView::Helpers::AssetUrlHelper#javascript_path'"},{"x":507,"y":165,"width":27,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:87:in `Sprockets::Rails::Helper#asset_path'"},{"x":507,"y":166,"width":27,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:123:in `ActionView::Helpers::AssetUrlHelper#asset_path'"},{"x":507,"y":167,"width":27,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:72:in `Sprockets::Rails::Helper#compute_asset_path'"},{"x":507,"y":168,"width":27,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:115:in `Sprockets::Rails::Helper#asset_digest_path'"},{"x":507,"y":169,"width":27,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":507,"y":170,"width":27,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":507,"y":171,"width":27,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":507,"y":172,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":507,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":507,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":507,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":507,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":507,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":507,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":507,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":508,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":508,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":508,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":509,"y":172,"width":25,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":509,"y":173,"width":25,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":509,"y":174,"width":25,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":509,"y":175,"width":25,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":509,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:103:in `Sprockets::UnloadedAsset#dependency_history_key'"},{"x":509,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:42:in `Sprockets::UnloadedAsset#filename'"},{"x":510,"y":176,"width":24,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":510,"y":177,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":510,"y":178,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":510,"y":179,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":510,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":510,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":512,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:61:in `Sprockets::URITar#expand'"},{"x":513,"y":177,"width":21,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":513,"y":178,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":513,"y":179,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":513,"y":180,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":513,"y":181,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":513,"y":182,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":513,"y":183,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":513,"y":184,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":513,"y":185,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":513,"y":186,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":513,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":514,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:122:in `Sprockets::DigestUtils#pack_urlsafe_base64digest'"},{"x":514,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:113:in `Sprockets::DigestUtils#pack_base64digest'"},{"x":515,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":516,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:21:in `Sprockets::UnloadedAsset#initialize'"},{"x":516,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:85:in `Sprockets::URITar#compressed_path'"},{"x":516,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:108:in `Sprockets::PathUtils#split_subpath'"},{"x":517,"y":184,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":517,"y":185,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":517,"y":186,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":517,"y":187,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":521,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":521,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":521,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":521,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":521,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":523,"y":181,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":523,"y":182,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":523,"y":183,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":523,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":523,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":524,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":524,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":524,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":524,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":525,"y":184,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":525,"y":185,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":525,"y":186,"width":4,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":525,"y":187,"width":4,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":530,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":531,"y":178,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":531,"y":179,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":531,"y":180,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":531,"y":181,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":531,"y":182,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":531,"y":183,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":531,"y":184,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":534,"y":164,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_tag_helper.rb:56:in `ActionView::Helpers::AssetTagHelper#javascript_include_tag'"},{"x":534,"y":165,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_tag_helper.rb:59:in `block in ActionView::Helpers::AssetTagHelper#javascript_include_tag'"},{"x":534,"y":166,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:103:in `ActionView::Helpers::TagHelper#content_tag'"},{"x":535,"y":164,"width":123,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:244:in `ActionView::Helpers::AssetUrlHelper#javascript_path'"},{"x":535,"y":165,"width":123,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:87:in `Sprockets::Rails::Helper#asset_path'"},{"x":535,"y":166,"width":123,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/asset_url_helper.rb:123:in `ActionView::Helpers::AssetUrlHelper#asset_path'"},{"x":535,"y":167,"width":97,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:72:in `Sprockets::Rails::Helper#compute_asset_path'"},{"x":535,"y":168,"width":97,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:115:in `Sprockets::Rails::Helper#asset_digest_path'"},{"x":535,"y":169,"width":97,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":535,"y":170,"width":97,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":535,"y":171,"width":24,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":535,"y":172,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":535,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":535,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":535,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":535,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":535,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":535,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/bower.rb:16:in `Sprockets::Bower#resolve_alternates'"},{"x":535,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:188:in `Sprockets::Resolve#resolve_alternates'"},{"x":535,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":536,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":536,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":536,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":536,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:92:in `Set#do_with_enum'"},{"x":536,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:375:in `block in Set#merge'"},{"x":536,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":537,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":537,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":537,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":537,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":537,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":537,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":537,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":537,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":538,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":538,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":538,"y":174,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":538,"y":175,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":538,"y":176,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":538,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":538,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":538,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":538,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":538,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:92:in `Set#do_with_enum'"},{"x":538,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:375:in `block in Set#merge'"},{"x":538,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":539,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:89:in `Sprockets::HTTPUtils#find_best_q_match'"},{"x":539,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:58:in `Sprockets::HTTPUtils#find_q_matches'"},{"x":540,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":541,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":541,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":541,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":541,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":541,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":541,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:150:in `block in Sprockets::PathUtils#match_path_extname'"},{"x":542,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":542,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":542,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":542,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":542,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":542,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":542,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":542,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":542,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":542,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":542,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":542,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:152:in `block in <module:Sprockets>'"},{"x":542,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/processing.rb:155:in `Sprockets::Processing#resolve_processors_cache_key_uri'"},{"x":542,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/processing.rb:173:in `Sprockets::Processing#processors_for'"},{"x":542,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:85:in `block in <module:Sprockets>'"},{"x":542,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/processing.rb:187:in `Sprockets::Processing#self_processors_for'"},{"x":542,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:31:in `block in <module:Sprockets>'"},{"x":543,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":543,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":543,"y":174,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":543,"y":175,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":543,"y":176,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":543,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":544,"y":177,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":544,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":544,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":544,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":544,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":545,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":545,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":545,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":545,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:92:in `Set#do_with_enum'"},{"x":545,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:375:in `block in Set#merge'"},{"x":545,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":546,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":546,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":546,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":547,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":547,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":547,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":547,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":547,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":547,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":547,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":547,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":547,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":547,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":547,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":547,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:146:in `block in <module:Sprockets>'"},{"x":547,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:147:in `block (2 levels) in <module:Sprockets>'"},{"x":547,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:102:in `Sprockets::Base#compress_from_root'"},{"x":547,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":548,"y":172,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":548,"y":173,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":548,"y":174,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":548,"y":175,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":548,"y":176,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":548,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:89:in `Sprockets::HTTPUtils#find_best_q_match'"},{"x":548,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:58:in `Sprockets::HTTPUtils#find_q_matches'"},{"x":549,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":549,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":549,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":549,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":549,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":550,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:58:in `block in Sprockets::PathUtils#entries'"},{"x":551,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":551,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":551,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":551,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":551,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":551,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":551,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":552,"y":172,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":552,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":552,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":552,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":552,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":552,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":552,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":552,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":552,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":553,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":553,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":553,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:92:in `Set#do_with_enum'"},{"x":553,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:375:in `block in Set#merge'"},{"x":553,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":554,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":554,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":554,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":554,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:62:in `Sprockets::UnloadedAsset#params'"},{"x":554,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:133:in `Sprockets::UnloadedAsset#load_file_params'"},{"x":554,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:90:in `Sprockets::URIUtils#parse_asset_uri'"},{"x":554,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:179:in `Sprockets::URIUtils#parse_uri_query_params'"},{"x":554,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:180:in `block in Sprockets::URIUtils#parse_uri_query_params'"},{"x":554,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":555,"y":172,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":555,"y":173,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":555,"y":174,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":555,"y":175,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":555,"y":176,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":555,"y":177,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":555,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":555,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":555,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":555,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":556,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":556,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":556,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":556,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":557,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:42:in `Sprockets::PathUtils#directory?'"},{"x":557,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":557,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":558,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":558,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":558,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":558,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":558,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":558,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":558,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":558,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":558,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":558,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":558,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":558,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:146:in `block in <module:Sprockets>'"},{"x":558,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:147:in `block (2 levels) in <module:Sprockets>'"},{"x":558,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:102:in `Sprockets::Base#compress_from_root'"},{"x":558,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:36:in `Sprockets::URITar#compress'"},{"x":558,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:85:in `Sprockets::URITar#compressed_path'"},{"x":558,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:108:in `Sprockets::PathUtils#split_subpath'"},{"x":559,"y":171,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:24:in `Sprockets::Environment#cached'"},{"x":559,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:14:in `Sprockets::CachedEnvironment#initialize'"},{"x":560,"y":171,"width":65,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":560,"y":172,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":560,"y":173,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":560,"y":174,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":560,"y":175,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":560,"y":176,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":560,"y":177,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":560,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:42:in `Sprockets::PathUtils#directory?'"},{"x":560,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":560,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":560,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":561,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":561,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":561,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":561,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:92:in `Set#do_with_enum'"},{"x":561,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:375:in `block in Set#merge'"},{"x":562,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":562,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":563,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":563,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":563,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":563,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":563,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":563,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":563,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":564,"y":172,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":564,"y":173,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":564,"y":174,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":564,"y":175,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":564,"y":176,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":564,"y":177,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":564,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/bower.rb:16:in `Sprockets::Bower#resolve_alternates'"},{"x":565,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:42:in `Sprockets::PathUtils#directory?'"},{"x":565,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":565,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":565,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":566,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":566,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":566,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":567,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":567,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":567,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":567,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":567,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":567,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":567,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":567,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":567,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":568,"y":172,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":568,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":568,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":568,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":568,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":568,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":568,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":568,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":568,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":568,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":569,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:42:in `Sprockets::PathUtils#directory?'"},{"x":569,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":569,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":569,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":570,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":570,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":570,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":570,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":570,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":570,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":570,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":570,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/fileutils.rb:1141:in `FileUtils#touch'"},{"x":570,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/fileutils.rb:1597:in `FileUtils#fu_check_options'"},{"x":570,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/fileutils.rb:1599:in `block in FileUtils#fu_check_options'"},{"x":571,"y":172,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":571,"y":173,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":571,"y":174,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":571,"y":175,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":571,"y":176,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":571,"y":177,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":571,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:42:in `Sprockets::PathUtils#directory?'"},{"x":571,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":571,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":571,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":572,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/bower.rb:16:in `Sprockets::Bower#resolve_alternates'"},{"x":573,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":573,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":573,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":573,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":573,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":574,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":574,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":574,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":574,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/asset.rb:16:in `Sprockets::Asset#initialize'"},{"x":575,"y":172,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":575,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":575,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":575,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":575,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":575,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":575,"y":178,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":576,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":576,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":576,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":576,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":577,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":577,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":577,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":577,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":577,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":577,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":577,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":577,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":577,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":577,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":577,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":577,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:146:in `block in <module:Sprockets>'"},{"x":577,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:147:in `block (2 levels) in <module:Sprockets>'"},{"x":577,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:102:in `Sprockets::Base#compress_from_root'"},{"x":577,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:36:in `Sprockets::URITar#compress'"},{"x":577,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:85:in `Sprockets::URITar#compressed_path'"},{"x":577,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:108:in `Sprockets::PathUtils#split_subpath'"},{"x":578,"y":172,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":578,"y":173,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":578,"y":174,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":578,"y":175,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":578,"y":176,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":578,"y":177,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":578,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:42:in `Sprockets::PathUtils#directory?'"},{"x":578,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":578,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":578,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":580,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":580,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":580,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":580,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":581,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":581,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":581,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":581,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":581,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":581,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":581,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":581,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":581,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":581,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":581,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":581,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":581,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":581,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:125:in `Sprockets::UnloadedAsset#file_digest_key'"},{"x":581,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/numeric/conversions.rb:124:in `block (2 levels) in <class:Numeric>'"},{"x":582,"y":172,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":582,"y":173,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":582,"y":174,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":582,"y":175,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":582,"y":176,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":582,"y":177,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":582,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":582,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":582,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":583,"y":178,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":583,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":583,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":583,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":584,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":584,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":584,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":584,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":586,"y":179,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":586,"y":180,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":586,"y":181,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":586,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:58:in `block in Sprockets::PathUtils#entries'"},{"x":589,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/bower.rb:16:in `Sprockets::Bower#resolve_alternates'"},{"x":589,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:42:in `Sprockets::PathUtils#directory?'"},{"x":589,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":589,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":589,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":590,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":590,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":590,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":590,"y":181,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":592,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":592,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":592,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":592,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":592,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":592,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":592,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":592,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":592,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":592,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":592,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":592,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:146:in `block in <module:Sprockets>'"},{"x":592,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:147:in `block (2 levels) in <module:Sprockets>'"},{"x":592,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:102:in `Sprockets::Base#compress_from_root'"},{"x":592,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:36:in `Sprockets::URITar#compress'"},{"x":592,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:85:in `Sprockets::URITar#compressed_path'"},{"x":592,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:108:in `Sprockets::PathUtils#split_subpath'"},{"x":593,"y":172,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":593,"y":173,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":593,"y":174,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":593,"y":175,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":593,"y":176,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":593,"y":177,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":593,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":593,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":593,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":593,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":594,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":594,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":594,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":595,"y":178,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":595,"y":179,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":595,"y":180,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":595,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":595,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":597,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/mime.rb:107:in `Sprockets::Mime#extname_map'"},{"x":598,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":598,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":599,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":599,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":599,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":599,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:58:in `block in Sprockets::PathUtils#entries'"},{"x":601,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:89:in `Sprockets::HTTPUtils#find_best_q_match'"},{"x":601,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:58:in `Sprockets::HTTPUtils#find_q_matches'"},{"x":601,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:73:in `block in Sprockets::HTTPUtils#find_q_matches'"},{"x":601,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:74:in `block (2 levels) in Sprockets::HTTPUtils#find_q_matches'"},{"x":601,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:126:in `block (2 levels) in Sprockets::Resolve#resolve_under_paths'"},{"x":601,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/http_utils.rb:15:in `Sprockets::HTTPUtils#match_mime_type?'"},{"x":602,"y":172,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":602,"y":173,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":602,"y":174,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":602,"y":175,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":602,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":602,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":602,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":602,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":602,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":602,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":602,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":602,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:146:in `block in <module:Sprockets>'"},{"x":602,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:147:in `block (2 levels) in <module:Sprockets>'"},{"x":602,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:102:in `Sprockets::Base#compress_from_root'"},{"x":602,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:36:in `Sprockets::URITar#compress'"},{"x":603,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":603,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:87:in `block in Sprockets::Loader#asset_from_cache'"},{"x":604,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":604,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":604,"y":174,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":604,"y":175,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":604,"y":176,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":604,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":605,"y":177,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":605,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":605,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":606,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":606,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":606,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":606,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":606,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":608,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":608,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":608,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":608,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":608,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":608,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":608,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":608,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":608,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":608,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":608,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":608,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:146:in `block in <module:Sprockets>'"},{"x":608,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:147:in `block (2 levels) in <module:Sprockets>'"},{"x":608,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:102:in `Sprockets::Base#compress_from_root'"},{"x":608,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:36:in `Sprockets::URITar#compress'"},{"x":609,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":609,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":609,"y":174,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":609,"y":175,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":609,"y":176,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":609,"y":177,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":609,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":609,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":609,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":609,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:92:in `Set#do_with_enum'"},{"x":609,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:375:in `block in Set#merge'"},{"x":609,"y":183,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":610,"y":178,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:371:in `Set#merge'"},{"x":611,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":611,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:80:in `Set#initialize'"},{"x":612,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":612,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":612,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":612,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/mime.rb:107:in `Sprockets::Mime#extname_map'"},{"x":613,"y":172,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":613,"y":173,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":613,"y":174,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":613,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:62:in `Sprockets::UnloadedAsset#params'"},{"x":613,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:133:in `Sprockets::UnloadedAsset#load_file_params'"},{"x":613,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:90:in `Sprockets::URIUtils#parse_asset_uri'"},{"x":613,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":613,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":614,"y":175,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":614,"y":176,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":614,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":614,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":614,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":614,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":615,"y":177,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":615,"y":178,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":615,"y":179,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":615,"y":180,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":615,"y":181,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":616,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":616,"y":183,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":616,"y":184,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":616,"y":185,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":616,"y":186,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":616,"y":187,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":618,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":618,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":618,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":618,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":618,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":618,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":618,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":619,"y":172,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":619,"y":173,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":619,"y":174,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":619,"y":175,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":619,"y":176,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":619,"y":177,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":619,"y":178,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":619,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":619,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":619,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":621,"y":179,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":621,"y":180,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":621,"y":181,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":621,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:150:in `block in Sprockets::PathUtils#match_path_extname'"},{"x":622,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":624,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":624,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":624,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":624,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":624,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:103:in `Sprockets::UnloadedAsset#dependency_history_key'"},{"x":625,"y":171,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:24:in `Sprockets::Environment#cached'"},{"x":625,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:14:in `Sprockets::CachedEnvironment#initialize'"},{"x":625,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/configuration.rb:14:in `Sprockets::Configuration#initialize_configuration'"},{"x":626,"y":171,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":626,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":626,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":626,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":626,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":626,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":626,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":626,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":626,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":627,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":627,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":627,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":627,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":627,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":627,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":627,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":627,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":627,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":628,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":628,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":628,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":628,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":628,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":628,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":628,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":628,"y":179,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/fileutils.rb:1141:in `FileUtils#touch'"},{"x":628,"y":180,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/fileutils.rb:1150:in `block in FileUtils#touch'"},{"x":629,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":629,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":629,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":629,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":629,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":629,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":629,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":629,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":629,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":629,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":630,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":630,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":630,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":630,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":630,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":630,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":630,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":630,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":630,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":630,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":630,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":630,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":630,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":630,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":630,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":630,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":631,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":631,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":631,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":631,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":631,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":631,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":632,"y":167,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/object/blank.rb:23:in `Object#present?'"},{"x":632,"y":168,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/object/blank.rb:116:in `String#blank?'"},{"x":633,"y":167,"width":25,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:72:in `Sprockets::Rails::Helper#compute_asset_path'"},{"x":633,"y":168,"width":25,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-rails-2.3.3/lib/sprockets/rails/helper.rb:115:in `Sprockets::Rails::Helper#asset_digest_path'"},{"x":633,"y":169,"width":25,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:91:in `Sprockets::Base#[]'"},{"x":633,"y":170,"width":25,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/environment.rb:29:in `Sprockets::Environment#find_asset'"},{"x":633,"y":171,"width":25,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:63:in `Sprockets::Base#find_asset'"},{"x":633,"y":172,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":633,"y":173,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":633,"y":174,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":633,"y":175,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":633,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":633,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":633,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":633,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":633,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":633,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":633,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/marshal.rb:5:in `#<Module:0x007fea728cbb08>.load_with_autoloading'"},{"x":634,"y":176,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":634,"y":177,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":634,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":634,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":634,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":634,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":634,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":634,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:146:in `block in <module:Sprockets>'"},{"x":634,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:147:in `block (2 levels) in <module:Sprockets>'"},{"x":634,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:102:in `Sprockets::Base#compress_from_root'"},{"x":634,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":634,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/paths.rb:12:in `Sprockets::Paths#root'"},{"x":635,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":635,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":635,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":636,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":636,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":636,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":636,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":636,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":636,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":636,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_dependency_utils.rb:64:in `Sprockets::PathDependencyUtils#file_digest_dependency_set'"},{"x":636,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:145:in `Sprockets::URIUtils#build_file_digest_uri'"},{"x":636,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:59:in `Sprockets::URIUtils#join_file_uri'"},{"x":636,"y":181,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc2396_parser.rb:299:in `URI::RFC2396_Parser#escape'"},{"x":637,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":637,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":637,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":637,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":637,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":637,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":637,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":637,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":637,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":637,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":637,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":637,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:146:in `block in <module:Sprockets>'"},{"x":637,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:147:in `block (2 levels) in <module:Sprockets>'"},{"x":637,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:102:in `Sprockets::Base#compress_from_root'"},{"x":637,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:36:in `Sprockets::URITar#compress'"},{"x":637,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:85:in `Sprockets::URITar#compressed_path'"},{"x":637,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:108:in `Sprockets::PathUtils#split_subpath'"},{"x":638,"y":172,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/legacy.rb:55:in `Sprockets::Base#resolve_with_compat'"},{"x":638,"y":173,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:23:in `Sprockets::Resolve#resolve'"},{"x":638,"y":174,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:103:in `Sprockets::Resolve#resolve_logical_path'"},{"x":638,"y":175,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:118:in `Sprockets::Resolve#resolve_under_paths'"},{"x":638,"y":176,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:123:in `block in Sprockets::Resolve#resolve_under_paths'"},{"x":638,"y":177,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:154:in `Sprockets::Resolve#path_matches'"},{"x":638,"y":178,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:176:in `Sprockets::Resolve#dirname_matches'"},{"x":638,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":638,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":638,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/mime.rb:107:in `Sprockets::Mime#extname_map'"},{"x":639,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:34:in `Sprockets::CachedEnvironment#entries'"},{"x":639,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:19:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":639,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:56:in `Sprockets::PathUtils#entries'"},{"x":639,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:58:in `block in Sprockets::PathUtils#entries'"},{"x":640,"y":179,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:179:in `block in Sprockets::Resolve#dirname_matches'"},{"x":640,"y":180,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/resolve.rb:197:in `Sprockets::Resolve#parse_path_extnames'"},{"x":640,"y":181,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:148:in `Sprockets::PathUtils#match_path_extname'"},{"x":640,"y":182,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:138:in `Sprockets::PathUtils#path_extnames'"},{"x":642,"y":172,"width":16,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:46:in `Sprockets::CachedEnvironment#load'"},{"x":642,"y":173,"width":16,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:20:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":642,"y":174,"width":16,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:32:in `Sprockets::Loader#load'"},{"x":642,"y":175,"width":16,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:304:in `Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":642,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/unloaded_asset.rb:103:in `Sprockets::UnloadedAsset#dependency_history_key'"},{"x":642,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":642,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:78:in `Sprockets::Cache#fetch'"},{"x":642,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:155:in `Sprockets::Cache#expand_key'"},{"x":642,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:45:in `Sprockets::DigestUtils#digest'"},{"x":642,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/digest_utils.rb:15:in `Sprockets::DigestUtils#digest_class'"},{"x":643,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:108:in `Sprockets::Cache#get'"},{"x":643,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache.rb:205:in `Sprockets::Cache::GetWrapper#get'"},{"x":643,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:52:in `Sprockets::Cache::FileStore#get'"},{"x":643,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:151:in `Sprockets::Cache::FileStore#safe_open'"},{"x":643,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cache/file_store.rb:55:in `block in Sprockets::Cache::FileStore#get'"},{"x":643,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/encoding_utils.rb:38:in `Sprockets::EncodingUtils#unmarshaled_deflated'"},{"x":643,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/marshal.rb:5:in `#<Module:0x007fea728cbb08>.load_with_autoloading'"},{"x":644,"y":176,"width":14,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:308:in `block in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":644,"y":177,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":644,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:309:in `block (2 levels) in Sprockets::Loader#fetch_asset_from_dependency_cache'"},{"x":644,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":644,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":645,"y":177,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:44:in `block in Sprockets::Loader#load'"},{"x":645,"y":178,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:268:in `Sprockets::Loader#resolve_dependencies'"},{"x":645,"y":179,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:269:in `block in Sprockets::Loader#resolve_dependencies'"},{"x":645,"y":180,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:58:in `Sprockets::CachedEnvironment#resolve_dependency'"},{"x":645,"y":181,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:23:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":645,"y":182,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/dependencies.rb:57:in `Sprockets::Dependencies#resolve_dependency'"},{"x":645,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:146:in `block in <module:Sprockets>'"},{"x":645,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:147:in `block (2 levels) in <module:Sprockets>'"},{"x":645,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:102:in `Sprockets::Base#compress_from_root'"},{"x":645,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":646,"y":183,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets.rb:149:in `block in <module:Sprockets>'"},{"x":646,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":646,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":646,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":646,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":647,"y":184,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:48:in `Sprockets::Base#file_digest'"},{"x":647,"y":185,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:40:in `Sprockets::CachedEnvironment#stat'"},{"x":647,"y":186,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/cached_environment.rb:18:in `block in Sprockets::CachedEnvironment#initialize'"},{"x":647,"y":187,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/path_utils.rb:16:in `Sprockets::PathUtils#stat'"},{"x":649,"y":184,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:125:in `Sprockets::URIUtils#parse_file_digest_uri'"},{"x":649,"y":185,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_utils.rb:44:in `Sprockets::URIUtils#split_file_uri'"},{"x":650,"y":186,"width":4,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":650,"y":187,"width":4,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":654,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/uri.rb:10:in `URI::RFC2396_Parser#unescape'"},{"x":655,"y":186,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/common.rb:187:in `#<Module:0x007fea748175e8>.split'"},{"x":655,"y":187,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/uri/rfc3986_parser.rb:13:in `URI::RFC3986_Parser#split'"},{"x":656,"y":178,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:75:in `Sprockets::Loader#asset_from_cache'"},{"x":656,"y":179,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:343:in `Set#collect!'"},{"x":656,"y":180,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:281:in `Set#each'"},{"x":656,"y":181,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:346:in `block in Set#collect!'"},{"x":656,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/loader.rb:85:in `block in Sprockets::Loader#asset_from_cache'"},{"x":656,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/base.rb:106:in `Sprockets::Base#expand_from_root'"},{"x":656,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/sprockets-3.4.0/lib/sprockets/uri_tar.rb:12:in `Sprockets::URITar#initialize'"},{"x":657,"y":182,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:289:in `Set#add'"},{"x":658,"y":158,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":658,"y":159,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/csrf_helper.rb:20:in `ActionView::Helpers::CsrfHelper#csrf_meta_tags'"},{"x":658,"y":160,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73325180>#form_authenticity_token'"},{"x":658,"y":161,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/request_forgery_protection.rb:259:in `ActionController::RequestForgeryProtection#form_authenticity_token'"},{"x":658,"y":162,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/request_forgery_protection.rb:266:in `ActionController::RequestForgeryProtection#masked_authenticity_token'"},{"x":658,"y":163,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/request_forgery_protection.rb:320:in `ActionController::RequestForgeryProtection#xor_byte_strings'"},{"x":659,"y":154,"width":280,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:42:in `ActiveAdmin::Views::Pages::Base#build_page'"},{"x":659,"y":157,"width":280,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:43:in `block in ActiveAdmin::Views::Pages::Base#build_page'"},{"x":659,"y":158,"width":280,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#div'"},{"x":659,"y":159,"width":280,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":659,"y":160,"width":280,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":659,"y":161,"width":280,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":659,"y":162,"width":280,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":659,"y":163,"width":280,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":659,"y":164,"width":280,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:44:in `block (2 levels) in ActiveAdmin::Views::Pages::Base#build_page'"},{"x":659,"y":165,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:60:in `ActiveAdmin::Views::Pages::Base#build_header'"},{"x":659,"y":166,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":659,"y":167,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":659,"y":168,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":659,"y":169,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":659,"y":170,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":659,"y":171,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/header.rb:5:in `ActiveAdmin::Views::Header#build'"},{"x":659,"y":172,"width":48,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/header.rb:22:in `ActiveAdmin::Views::Header#build_global_navigation'"},{"x":659,"y":173,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":659,"y":174,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":659,"y":175,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":659,"y":176,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":659,"y":177,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":659,"y":178,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:19:in `ActiveAdmin::Views::TabbedNavigation#build'"},{"x":659,"y":179,"width":50,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:36:in `ActiveAdmin::Views::TabbedNavigation#build_menu'"},{"x":659,"y":180,"width":35,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:26:in `ActiveAdmin::Views::TabbedNavigation#menu_items'"},{"x":659,"y":181,"width":35,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu.rb:72:in `ActiveAdmin::Menu::MenuNode#items'"},{"x":659,"y":182,"width":35,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu.rb:73:in `block in ActiveAdmin::Menu::MenuNode#items'"},{"x":659,"y":183,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:76:in `ActiveAdmin::MenuItem#display?'"},{"x":659,"y":184,"width":35,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/method_or_proc_helper.rb:82:in `MethodOrProcHelper#render_in_context'"},{"x":659,"y":185,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/menu.rb:30:in `block in ActiveAdmin::Resource::Menu#default_menu_options'"},{"x":659,"y":186,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":659,"y":187,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73bf7830>#authorized?'"},{"x":659,"y":188,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/base_controller/authorization.rb:37:in `ActiveAdmin::BaseController::Authorization#authorized?'"},{"x":659,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/base_controller/authorization.rb:73:in `ActiveAdmin::BaseController::Authorization#active_admin_authorization'"},{"x":660,"y":189,"width":1,"frame":"~/codez/app/app/app/authorization/active_admin_adapter.rb:2:in `ActiveAdminAdapter#authorized?'"},{"x":660,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:48:in `#<Module:0x007fea74827c68>#__temp__27f6c656'"},{"x":660,"y":191,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb:92:in `ActiveRecord::AttributeMethods::Read#_read_attribute'"},{"x":660,"y":192,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:30:in `ActiveRecord::AttributeSet#fetch_value'"},{"x":660,"y":193,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:9:in `ActiveRecord::AttributeSet#[]'"},{"x":660,"y":194,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set/builder.rb:37:in `ActiveRecord::LazyAttributeHash#[]'"},{"x":661,"y":183,"width":33,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:66:in `ActiveAdmin::MenuItem#label'"},{"x":661,"y":185,"width":33,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/menu.rb:28:in `block in ActiveAdmin::Resource::Menu#default_menu_options'"},{"x":661,"y":186,"width":33,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:24:in `ActiveAdmin::Resource::Naming#plural_resource_label'"},{"x":661,"y":187,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:31:in `String#pluralize'"},{"x":661,"y":188,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:31:in `ActiveSupport::Inflector#pluralize'"},{"x":661,"y":189,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:372:in `ActiveSupport::Inflector#apply_inflections'"},{"x":661,"y":190,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:378:in `block in ActiveSupport::Inflector#apply_inflections'"},{"x":670,"y":187,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":670,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":670,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":670,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":671,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:48:in `ActiveAdmin::Resource::Name#translate'"},{"x":671,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":671,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":671,"y":191,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":671,"y":192,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:150:in `I18n::Backend::Base#interpolate'"},{"x":671,"y":193,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb:14:in `#<Module:0x007fea72936340>.interpolate'"},{"x":671,"y":194,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb:20:in `#<Module:0x007fea72936340>.interpolate_hash'"},{"x":672,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":672,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":672,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":673,"y":187,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:31:in `String#pluralize'"},{"x":673,"y":188,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:31:in `ActiveSupport::Inflector#pluralize'"},{"x":673,"y":189,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:372:in `ActiveSupport::Inflector#apply_inflections'"},{"x":673,"y":190,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:378:in `block in ActiveSupport::Inflector#apply_inflections'"},{"x":676,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":676,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":676,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":677,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":677,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":677,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":677,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":678,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":678,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":678,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":679,"y":187,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:31:in `String#pluralize'"},{"x":679,"y":188,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:31:in `ActiveSupport::Inflector#pluralize'"},{"x":679,"y":189,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:372:in `ActiveSupport::Inflector#apply_inflections'"},{"x":679,"y":190,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:378:in `block in ActiveSupport::Inflector#apply_inflections'"},{"x":682,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":682,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":682,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":682,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":683,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:48:in `ActiveAdmin::Resource::Name#translate'"},{"x":683,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":683,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":683,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":683,"y":191,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/simple.rb:70:in `I18n::Backend::Simple::Implementation#lookup'"},{"x":683,"y":192,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/simple.rb:74:in `block in I18n::Backend::Simple::Implementation#lookup'"},{"x":684,"y":187,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":684,"y":188,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":684,"y":189,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":686,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":686,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":687,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":687,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":687,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":687,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":688,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":688,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":688,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:125:in `ActiveSupport::Inflector#humanize'"},{"x":688,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:134:in `block in ActiveSupport::Inflector#humanize'"},{"x":688,"y":191,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/inflections.rb:203:in `ActiveSupport::Inflector#inflections'"},{"x":689,"y":187,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":689,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":689,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":689,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":690,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:48:in `ActiveAdmin::Resource::Name#translate'"},{"x":690,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":690,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":690,"y":191,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":690,"y":192,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/simple.rb:70:in `I18n::Backend::Simple::Implementation#lookup'"},{"x":690,"y":193,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:265:in `#<Module:0x007fea73134a60>#normalize_keys'"},{"x":692,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":692,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:48:in `ActiveAdmin::Resource::Name#translate'"},{"x":693,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:5:in `ActiveAdmin::Resource::Naming#resource_name'"},{"x":694,"y":180,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:37:in `block in ActiveAdmin::Views::TabbedNavigation#build_menu'"},{"x":694,"y":181,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:42:in `ActiveAdmin::Views::TabbedNavigation#build_menu_item'"},{"x":694,"y":182,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#li'"},{"x":694,"y":183,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":694,"y":184,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":694,"y":185,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":694,"y":186,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":694,"y":187,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":694,"y":188,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:18:in `Arbre::HTML::Tag#build'"},{"x":694,"y":189,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:30:in `Arbre::Element#build'"},{"x":694,"y":190,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:43:in `block in ActiveAdmin::Views::TabbedNavigation#build_menu_item'"},{"x":694,"y":191,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:66:in `ActiveAdmin::MenuItem#label'"},{"x":694,"y":192,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/method_or_proc_helper.rb:82:in `MethodOrProcHelper#render_in_context'"},{"x":694,"y":193,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/menu.rb:28:in `block in ActiveAdmin::Resource::Menu#default_menu_options'"},{"x":694,"y":194,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:24:in `ActiveAdmin::Resource::Naming#plural_resource_label'"},{"x":694,"y":195,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":694,"y":196,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:48:in `ActiveAdmin::Resource::Name#translate'"},{"x":694,"y":197,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":694,"y":198,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":694,"y":199,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":694,"y":200,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:97:in `I18n::Backend::Base#default'"},{"x":694,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:98:in `block in I18n::Backend::Base#default'"},{"x":695,"y":191,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:70:in `ActiveAdmin::MenuItem#url'"},{"x":695,"y":193,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/menu.rb:29:in `block in ActiveAdmin::Resource::Menu#default_menu_options'"},{"x":695,"y":194,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/routes.rb:7:in `ActiveAdmin::Resource::Routes#route_collection_path'"},{"x":695,"y":195,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/routes.rb:40:in `ActiveAdmin::Resource::Routes::RouteBuilder#collection_path'"},{"x":696,"y":191,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:66:in `ActiveAdmin::MenuItem#label'"},{"x":696,"y":193,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/menu.rb:28:in `block in ActiveAdmin::Resource::Menu#default_menu_options'"},{"x":696,"y":194,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:24:in `ActiveAdmin::Resource::Naming#plural_resource_label'"},{"x":696,"y":195,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:31:in `String#pluralize'"},{"x":696,"y":196,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:31:in `ActiveSupport::Inflector#pluralize'"},{"x":696,"y":197,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:372:in `ActiveSupport::Inflector#apply_inflections'"},{"x":696,"y":198,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:378:in `block in ActiveSupport::Inflector#apply_inflections'"},{"x":697,"y":195,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":697,"y":196,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":697,"y":197,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":697,"y":198,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:125:in `ActiveSupport::Inflector#humanize'"},{"x":697,"y":199,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:134:in `block in ActiveSupport::Inflector#humanize'"},{"x":697,"y":200,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/inflections.rb:203:in `ActiveSupport::Inflector#inflections'"},{"x":697,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/inflections.rb:30:in `ActiveSupport::Inflector::Inflections.instance'"},{"x":697,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb:37:in `ThreadSafe::Cache#[]'"},{"x":697,"y":203,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/thread_safe-0.3.5/lib/thread_safe/non_concurrent_cache_backend.rb:11:in `ThreadSafe::NonConcurrentCacheBackend#[]'"},{"x":698,"y":195,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:48:in `ActiveAdmin::Resource::Name#translate'"},{"x":698,"y":196,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":698,"y":197,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:282:in `#<Module:0x007fea73134a60>#enforce_available_locales!'"},{"x":698,"y":198,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/config.rb:132:in `I18n::Config#enforce_available_locales'"},{"x":699,"y":195,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":699,"y":196,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:48:in `ActiveAdmin::Resource::Name#translate'"},{"x":699,"y":197,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":699,"y":198,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":699,"y":199,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":699,"y":200,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/simple.rb:70:in `I18n::Backend::Simple::Implementation#lookup'"},{"x":699,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:265:in `#<Module:0x007fea73134a60>#normalize_keys'"},{"x":699,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:30:in `#<Module:0x007fea73134a60>#default_separator'"},{"x":699,"y":203,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:17:in `#<Module:0x007fea73134a60>#config'"},{"x":700,"y":191,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":700,"y":192,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":700,"y":193,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/routing_url_for.rb:78:in `ActionView::RoutingUrlFor#url_for'"},{"x":701,"y":191,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu.rb:72:in `ActiveAdmin::Menu::MenuNode#items'"},{"x":701,"y":192,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu.rb:73:in `block in ActiveAdmin::Menu::MenuNode#items'"},{"x":701,"y":193,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:76:in `ActiveAdmin::MenuItem#display?'"},{"x":701,"y":194,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:91:in `ActiveAdmin::MenuItem#real_url?'"},{"x":701,"y":195,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:70:in `ActiveAdmin::MenuItem#url'"},{"x":701,"y":196,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/method_or_proc_helper.rb:82:in `MethodOrProcHelper#render_in_context'"},{"x":701,"y":197,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/menu.rb:29:in `block in ActiveAdmin::Resource::Menu#default_menu_options'"},{"x":701,"y":198,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/routes.rb:7:in `ActiveAdmin::Resource::Routes#route_collection_path'"},{"x":701,"y":199,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/routes.rb:40:in `ActiveAdmin::Resource::Routes::RouteBuilder#collection_path'"},{"x":701,"y":200,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/routes.rb:72:in `ActiveAdmin::Resource::Routes::RouteBuilder#route_name'"},{"x":701,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/routes.rb:23:in `ActiveAdmin::Resource::Routes#route_prefix'"},{"x":701,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/object/try.rb:62:in `Object#try'"},{"x":701,"y":203,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/object/try.rb:69:in `Object#try!'"},{"x":701,"y":204,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:118:in `String#underscore'"},{"x":701,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":702,"y":193,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:66:in `ActiveAdmin::MenuItem#label'"},{"x":702,"y":194,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/method_or_proc_helper.rb:82:in `MethodOrProcHelper#render_in_context'"},{"x":702,"y":195,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/menu.rb:28:in `block in ActiveAdmin::Resource::Menu#default_menu_options'"},{"x":702,"y":196,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:24:in `ActiveAdmin::Resource::Naming#plural_resource_label'"},{"x":702,"y":197,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":702,"y":198,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":702,"y":199,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":703,"y":197,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":703,"y":198,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:48:in `ActiveAdmin::Resource::Name#translate'"},{"x":703,"y":199,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":703,"y":200,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:282:in `#<Module:0x007fea73134a60>#enforce_available_locales!'"},{"x":703,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:17:in `#<Module:0x007fea73134a60>#config'"},{"x":704,"y":191,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#ul'"},{"x":704,"y":192,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":704,"y":193,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":704,"y":194,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":704,"y":195,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":704,"y":196,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":704,"y":197,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:54:in `block (2 levels) in ActiveAdmin::Views::TabbedNavigation#build_menu_item'"},{"x":704,"y":198,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:55:in `block (3 levels) in ActiveAdmin::Views::TabbedNavigation#build_menu_item'"},{"x":704,"y":199,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:42:in `ActiveAdmin::Views::TabbedNavigation#build_menu_item'"},{"x":704,"y":200,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#li'"},{"x":704,"y":201,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":704,"y":202,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":704,"y":203,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":704,"y":204,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":704,"y":205,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":704,"y":206,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:18:in `Arbre::HTML::Tag#build'"},{"x":704,"y":207,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:30:in `Arbre::Element#build'"},{"x":704,"y":208,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:43:in `block in ActiveAdmin::Views::TabbedNavigation#build_menu_item'"},{"x":704,"y":209,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:70:in `ActiveAdmin::MenuItem#url'"},{"x":704,"y":210,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/method_or_proc_helper.rb:82:in `MethodOrProcHelper#render_in_context'"},{"x":704,"y":211,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/menu.rb:29:in `block in ActiveAdmin::Resource::Menu#default_menu_options'"},{"x":704,"y":212,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/routes.rb:7:in `ActiveAdmin::Resource::Routes#route_collection_path'"},{"x":704,"y":213,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/routes.rb:40:in `ActiveAdmin::Resource::Routes::RouteBuilder#collection_path'"},{"x":704,"y":214,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:344:in `block (2 levels) in ActionDispatch::Routing::RouteSet::NamedRouteCollection#define_url_helper'"},{"x":704,"y":215,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:219:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper::OptimizedUrlHelper#call'"},{"x":704,"y":216,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:273:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper#call'"},{"x":704,"y":217,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":704,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:759:in `ActionDispatch::Routing::RouteSet#generate'"},{"x":704,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:728:in `ActionDispatch::Routing::RouteSet::Generator#generate'"},{"x":704,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:16:in `ActionDispatch::Journey::Formatter#generate'"},{"x":704,"y":221,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:80:in `ActionDispatch::Journey::Formatter#match_route'"},{"x":704,"y":222,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:20:in `block in ActionDispatch::Journey::Formatter#generate'"},{"x":704,"y":223,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:55:in `ActionDispatch::Journey::Formatter#extract_parameterized_parts'"},{"x":704,"y":224,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:62:in `block in ActionDispatch::Journey::Formatter#extract_parameterized_parts'"},{"x":705,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:357:in `block in <class:RouteSet>'"},{"x":706,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:66:in `ActiveAdmin::MenuItem#label'"},{"x":706,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/menu.rb:28:in `block in ActiveAdmin::Resource::Menu#default_menu_options'"},{"x":706,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:24:in `ActiveAdmin::Resource::Naming#plural_resource_label'"},{"x":706,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":706,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":706,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":706,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":706,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/inflections.rb:203:in `ActiveSupport::Inflector#inflections'"},{"x":706,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/inflections.rb:30:in `ActiveSupport::Inflector::Inflections.instance'"},{"x":706,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb:37:in `ThreadSafe::Cache#[]'"},{"x":706,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/thread_safe-0.3.5/lib/thread_safe/non_concurrent_cache_backend.rb:11:in `ThreadSafe::NonConcurrentCacheBackend#[]'"},{"x":707,"y":172,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/header.rb:26:in `ActiveAdmin::Views::Header#build_utility_navigation'"},{"x":707,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:26:in `ActiveAdmin::Views::TabbedNavigation#menu_items'"},{"x":707,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu.rb:72:in `ActiveAdmin::Menu::MenuNode#items'"},{"x":707,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu.rb:73:in `block in ActiveAdmin::Menu::MenuNode#items'"},{"x":707,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:76:in `ActiveAdmin::MenuItem#display?'"},{"x":707,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:91:in `ActiveAdmin::MenuItem#real_url?'"},{"x":707,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/menu_item.rb:70:in `ActiveAdmin::MenuItem#url'"},{"x":707,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/method_or_proc_helper.rb:82:in `MethodOrProcHelper#render_in_context'"},{"x":707,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/namespace.rb:135:in `block in ActiveAdmin::Namespace#add_logout_button_to_menu'"},{"x":707,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":707,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:44:in `Arbre::Element::BuilderMethods#current_arbre_element'"},{"x":707,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:85:in `Arbre::Context#current_arbre_element'"},{"x":708,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:37:in `block in ActiveAdmin::Views::TabbedNavigation#build_menu'"},{"x":708,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:42:in `ActiveAdmin::Views::TabbedNavigation#build_menu_item'"},{"x":708,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#li'"},{"x":708,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":708,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":708,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":708,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":708,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":708,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:18:in `Arbre::HTML::Tag#build'"},{"x":708,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:30:in `Arbre::Element#build'"},{"x":708,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/tabbed_navigation.rb:43:in `block in ActiveAdmin::Views::TabbedNavigation#build_menu_item'"},{"x":708,"y":191,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#text_node'"},{"x":708,"y":192,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":708,"y":193,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":708,"y":194,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":708,"y":195,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":708,"y":196,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":708,"y":197,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/text_node.rb:21:in `Arbre::HTML::TextNode#build'"},{"x":709,"y":165,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:64:in `ActiveAdmin::Views::Pages::Base#build_title_bar'"},{"x":709,"y":166,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/index.rb:9:in `ActiveAdmin::Views::Pages::Index#title'"},{"x":709,"y":167,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:24:in `ActiveAdmin::Resource::Naming#plural_resource_label'"},{"x":709,"y":168,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:48:in `ActiveAdmin::Resource::Name#translate'"},{"x":709,"y":169,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":709,"y":170,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":709,"y":171,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":709,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/except.rb:9:in `Hash#except'"},{"x":710,"y":166,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":710,"y":167,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":710,"y":168,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":710,"y":169,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":710,"y":170,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":710,"y":171,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/title_bar.rb:5:in `ActiveAdmin::Views::TitleBar#build'"},{"x":710,"y":172,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/title_bar.rb:15:in `ActiveAdmin::Views::TitleBar#build_titlebar_left'"},{"x":710,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#div'"},{"x":710,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":710,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":710,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":710,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":710,"y":178,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":710,"y":179,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/title_bar.rb:16:in `block in ActiveAdmin::Views::TitleBar#build_titlebar_left'"},{"x":710,"y":180,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/title_bar.rb:28:in `ActiveAdmin::Views::TitleBar#build_breadcrumb'"},{"x":710,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":710,"y":182,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/breadcrumb_helper.rb:6:in `ActiveAdmin::ViewHelpers::BreadcrumbHelper#breadcrumb_links'"},{"x":710,"y":183,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/breadcrumb_helper.rb:11:in `block in ActiveAdmin::ViewHelpers::BreadcrumbHelper#breadcrumb_links'"},{"x":710,"y":184,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":711,"y":165,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:68:in `ActiveAdmin::Views::Pages::Base#build_page_content'"},{"x":711,"y":166,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#div'"},{"x":711,"y":167,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":711,"y":168,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":711,"y":169,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":711,"y":170,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":711,"y":171,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":711,"y":172,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:70:in `block in ActiveAdmin::Views::Pages::Base#build_page_content'"},{"x":711,"y":173,"width":186,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:84:in `ActiveAdmin::Views::Pages::Base#build_main_content_wrapper'"},{"x":711,"y":174,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#div'"},{"x":711,"y":175,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":711,"y":176,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":711,"y":177,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":711,"y":178,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":711,"y":179,"width":227,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":711,"y":180,"width":186,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:85:in `block in ActiveAdmin::Views::Pages::Base#build_main_content_wrapper'"},{"x":711,"y":181,"width":186,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#div'"},{"x":711,"y":182,"width":186,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":711,"y":183,"width":186,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":711,"y":184,"width":186,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":711,"y":185,"width":186,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":711,"y":186,"width":186,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":711,"y":187,"width":186,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:86:in `block (2 levels) in ActiveAdmin::Views::Pages::Base#build_main_content_wrapper'"},{"x":711,"y":188,"width":186,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/index.rb:25:in `ActiveAdmin::Views::Pages::Index#main_content'"},{"x":711,"y":189,"width":186,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/index.rb:34:in `ActiveAdmin::Views::Pages::Index#wrap_with_batch_action_form'"},{"x":711,"y":190,"width":186,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/index.rb:26:in `block in ActiveAdmin::Views::Pages::Index#main_content'"},{"x":711,"y":191,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/index.rb:62:in `ActiveAdmin::Views::Pages::Index#build_table_tools'"},{"x":711,"y":192,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#div'"},{"x":711,"y":193,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":711,"y":194,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":711,"y":195,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":711,"y":196,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":711,"y":197,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":711,"y":198,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/index.rb:63:in `block in ActiveAdmin::Views::Pages::Index#build_table_tools'"},{"x":711,"y":199,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/index.rb:82:in `ActiveAdmin::Views::Pages::Index#build_scopes'"},{"x":711,"y":200,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#scopes_renderer'"},{"x":711,"y":201,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":711,"y":202,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":711,"y":203,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":711,"y":204,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":711,"y":205,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":711,"y":206,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:24:in `ActiveAdmin::Views::Scopes#build'"},{"x":711,"y":207,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:25:in `block in ActiveAdmin::Views::Scopes#build'"},{"x":711,"y":208,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:32:in `ActiveAdmin::Views::Scopes#build_scope'"},{"x":711,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:46:in `ActiveAdmin::Views::Scopes#classes_for_scope'"},{"x":711,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:52:in `ActiveAdmin::Views::Scopes#current_scope?'"},{"x":711,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":711,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:22:in `Arbre::Element#helpers'"},{"x":711,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:56:in `Arbre::Context#helpers'"},{"x":712,"y":209,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#li'"},{"x":712,"y":210,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":712,"y":211,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":712,"y":212,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":712,"y":213,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":712,"y":214,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":712,"y":215,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:33:in `block in ActiveAdmin::Views::Scopes#build_scope'"},{"x":712,"y":216,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#a'"},{"x":712,"y":217,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":712,"y":218,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":712,"y":219,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":712,"y":220,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":712,"y":221,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":712,"y":222,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:37:in `block (2 levels) in ActiveAdmin::Views::Scopes#build_scope'"},{"x":712,"y":223,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#span'"},{"x":712,"y":224,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":712,"y":225,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":712,"y":226,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":712,"y":227,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":712,"y":228,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":712,"y":229,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:39:in `block (3 levels) in ActiveAdmin::Views::Scopes#build_scope'"},{"x":712,"y":230,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:61:in `ActiveAdmin::Views::Scopes#get_scope_count'"},{"x":712,"y":231,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/helpers/collection.rb:6:in `ActiveAdmin::Helpers::Collection#collection_size'"},{"x":712,"y":232,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:38:in `ActiveRecord::Calculations#count'"},{"x":712,"y":233,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:117:in `ActiveRecord::Calculations#calculate'"},{"x":712,"y":234,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:199:in `ActiveRecord::Calculations#perform_calculation'"},{"x":712,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:857:in `ActiveRecord::QueryMethods#arel'"},{"x":712,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/postgres_ext-2.4.1/lib/postgres_ext/active_record/relation/query_methods.rb:184:in `ActiveRecord::QueryMethods#build_arel_with_extensions'"},{"x":712,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:863:in `ActiveRecord::QueryMethods#build_arel'"},{"x":712,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:1057:in `ActiveRecord::QueryMethods#build_select'"},{"x":712,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/table.rb:99:in `Arel::Table#[]'"},{"x":713,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:237:in `ActiveRecord::Calculations#execute_simple_calculation'"},{"x":713,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:64:in `ActiveRecord::ConnectionAdapters::QueryCache#select_all'"},{"x":713,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_statements.rb:10:in `ActiveRecord::ConnectionAdapters::DatabaseStatements#to_sql'"},{"x":713,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:6:in `Arel::Visitors::Reduce#accept'"},{"x":713,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:12:in `Arel::Visitors::Reduce#visit'"},{"x":713,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:203:in `Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement'"},{"x":713,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:209:in `block in Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement'"},{"x":713,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:230:in `Arel::Visitors::ToSql#visit_Arel_Nodes_SelectCore'"},{"x":713,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:12:in `Arel::Visitors::Reduce#visit'"},{"x":713,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:555:in `Arel::Visitors::ToSql#visit_Arel_Nodes_JoinSource'"},{"x":713,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:12:in `Arel::Visitors::Reduce#visit'"},{"x":713,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:620:in `Arel::Visitors::ToSql#visit_Arel_Table'"},{"x":713,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:774:in `Arel::Visitors::ToSql#quote_table_name'"},{"x":713,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/quoting.rb:30:in `ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting#quote_table_name'"},{"x":713,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/utils.rb:20:in `ActiveRecord::ConnectionAdapters::PostgreSQL::Name#quoted'"},{"x":714,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:46:in `ActiveAdmin::Views::Scopes#classes_for_scope'"},{"x":714,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:52:in `ActiveAdmin::Views::Scopes#current_scope?'"},{"x":714,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":715,"y":209,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#li'"},{"x":715,"y":210,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":715,"y":211,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":715,"y":212,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":715,"y":213,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":715,"y":214,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":715,"y":215,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:33:in `block in ActiveAdmin::Views::Scopes#build_scope'"},{"x":715,"y":216,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#a'"},{"x":715,"y":217,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":715,"y":218,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":715,"y":219,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":715,"y":220,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":715,"y":221,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":715,"y":222,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:37:in `block (2 levels) in ActiveAdmin::Views::Scopes#build_scope'"},{"x":715,"y":223,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#span'"},{"x":715,"y":224,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":715,"y":225,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":715,"y":226,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":715,"y":227,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":715,"y":228,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":715,"y":229,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:39:in `block (3 levels) in ActiveAdmin::Views::Scopes#build_scope'"},{"x":715,"y":230,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:61:in `ActiveAdmin::Views::Scopes#get_scope_count'"},{"x":715,"y":231,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/helpers/scope_chain.rb:13:in `ActiveAdmin::ScopeChain#scope_chain'"},{"x":715,"y":232,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:69:in `Blog::Post::ActiveRecord_Relation#published'"},{"x":715,"y":233,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation.rb:300:in `ActiveRecord::Relation#scoping'"},{"x":715,"y":234,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:70:in `block in Blog::Post::ActiveRecord_Relation#published'"},{"x":715,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/scoping/named.rb:154:in `block in ActiveRecord::Scoping::Named::ClassMethods#scope'"},{"x":715,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation.rb:300:in `ActiveRecord::Relation#scoping'"},{"x":715,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/scoping/named.rb:155:in `block (2 levels) in ActiveRecord::Scoping::Named::ClassMethods#scope'"},{"x":715,"y":238,"width":1,"frame":"~/codez/app/app/app/models/blog/post.rb:6:in `block in <class:Post>'"},{"x":715,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/querying.rb:10:in `ActiveRecord::Querying#where'"},{"x":715,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/scoping/named.rb:24:in `ActiveRecord::Scoping::Named::ClassMethods#all'"},{"x":715,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/scoping.rb:13:in `ActiveRecord::Scoping::ClassMethods#current_scope'"},{"x":715,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/inheritance.rb:100:in `ActiveRecord::Inheritance::ClassMethods#base_class'"},{"x":716,"y":231,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/helpers/collection.rb:6:in `ActiveAdmin::Helpers::Collection#collection_size'"},{"x":716,"y":232,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:38:in `ActiveRecord::Calculations#count'"},{"x":716,"y":233,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:117:in `ActiveRecord::Calculations#calculate'"},{"x":716,"y":234,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:199:in `ActiveRecord::Calculations#perform_calculation'"},{"x":716,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:237:in `ActiveRecord::Calculations#execute_simple_calculation'"},{"x":716,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:64:in `ActiveRecord::ConnectionAdapters::QueryCache#select_all'"},{"x":716,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:90:in `ActiveRecord::ConnectionAdapters::QueryCache#locked?'"},{"x":716,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/select_manager.rb:67:in `Arel::SelectManager#locked'"},{"x":717,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":717,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/routing_url_for.rb:78:in `ActionView::RoutingUrlFor#url_for'"},{"x":717,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/keys.rb:50:in `Hash#symbolize_keys'"},{"x":717,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/keys.rb:8:in `Hash#transform_keys'"},{"x":718,"y":216,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#a'"},{"x":718,"y":217,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":718,"y":218,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":718,"y":219,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":718,"y":220,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":718,"y":221,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":718,"y":222,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:37:in `block (2 levels) in ActiveAdmin::Views::Scopes#build_scope'"},{"x":718,"y":223,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#span'"},{"x":718,"y":224,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":718,"y":225,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":718,"y":226,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":718,"y":227,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":718,"y":228,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":718,"y":229,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:39:in `block (3 levels) in ActiveAdmin::Views::Scopes#build_scope'"},{"x":718,"y":230,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/scopes.rb:61:in `ActiveAdmin::Views::Scopes#get_scope_count'"},{"x":718,"y":231,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/helpers/collection.rb:6:in `ActiveAdmin::Helpers::Collection#collection_size'"},{"x":718,"y":232,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:38:in `ActiveRecord::Calculations#count'"},{"x":718,"y":233,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:117:in `ActiveRecord::Calculations#calculate'"},{"x":718,"y":234,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:199:in `ActiveRecord::Calculations#perform_calculation'"},{"x":718,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:857:in `ActiveRecord::QueryMethods#arel'"},{"x":718,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/postgres_ext-2.4.1/lib/postgres_ext/active_record/relation/query_methods.rb:184:in `ActiveRecord::QueryMethods#build_arel_with_extensions'"},{"x":718,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:863:in `ActiveRecord::QueryMethods#build_arel'"},{"x":718,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/select_manager.rb:9:in `Arel::SelectManager#initialize'"},{"x":718,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/nodes/select_statement.rb:7:in `Arel::Nodes::SelectStatement#initialize'"},{"x":718,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/nodes/select_core.rb:7:in `Arel::Nodes::SelectCore#initialize'"},{"x":718,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/nodes/join_source.rb:9:in `Arel::Nodes::JoinSource#initialize'"},{"x":718,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/nodes/binary.rb:6:in `Arel::Nodes::Binary#initialize'"},{"x":719,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:237:in `ActiveRecord::Calculations#execute_simple_calculation'"},{"x":719,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:64:in `ActiveRecord::ConnectionAdapters::QueryCache#select_all'"},{"x":719,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_statements.rb:10:in `ActiveRecord::ConnectionAdapters::DatabaseStatements#to_sql'"},{"x":719,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:6:in `Arel::Visitors::Reduce#accept'"},{"x":719,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:12:in `Arel::Visitors::Reduce#visit'"},{"x":719,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:203:in `Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement'"},{"x":719,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:209:in `block in Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement'"},{"x":719,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:230:in `Arel::Visitors::ToSql#visit_Arel_Nodes_SelectCore'"},{"x":719,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:12:in `Arel::Visitors::Reduce#visit'"},{"x":719,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:555:in `Arel::Visitors::ToSql#visit_Arel_Nodes_JoinSource'"},{"x":719,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:12:in `Arel::Visitors::Reduce#visit'"},{"x":719,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/visitor.rb:24:in `Arel::Visitors::Visitor#dispatch'"},{"x":720,"y":191,"width":177,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/index.rb:48:in `ActiveAdmin::Views::Pages::Index#build_collection'"},{"x":720,"y":192,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/index.rb:44:in `ActiveAdmin::Views::Pages::Index#items_in_collection?'"},{"x":720,"y":193,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/helpers/collection.rb:12:in `ActiveAdmin::Helpers::Collection#collection_is_empty?'"},{"x":720,"y":194,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/helpers/collection.rb:6:in `ActiveAdmin::Helpers::Collection#collection_size'"},{"x":720,"y":195,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:38:in `ActiveRecord::Calculations#count'"},{"x":720,"y":196,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:117:in `ActiveRecord::Calculations#calculate'"},{"x":720,"y":197,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:199:in `ActiveRecord::Calculations#perform_calculation'"},{"x":720,"y":198,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:857:in `ActiveRecord::QueryMethods#arel'"},{"x":720,"y":199,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/postgres_ext-2.4.1/lib/postgres_ext/active_record/relation/query_methods.rb:184:in `ActiveRecord::QueryMethods#build_arel_with_extensions'"},{"x":720,"y":200,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:863:in `ActiveRecord::QueryMethods#build_arel'"},{"x":720,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:65:in `ActiveRecord::QueryMethods#having_values'"},{"x":721,"y":198,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:237:in `ActiveRecord::Calculations#execute_simple_calculation'"},{"x":721,"y":199,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:64:in `ActiveRecord::ConnectionAdapters::QueryCache#select_all'"},{"x":721,"y":200,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_statements.rb:10:in `ActiveRecord::ConnectionAdapters::DatabaseStatements#to_sql'"},{"x":721,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:6:in `Arel::Visitors::Reduce#accept'"},{"x":721,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:12:in `Arel::Visitors::Reduce#visit'"},{"x":721,"y":203,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:203:in `Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement'"},{"x":721,"y":204,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:209:in `block in Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement'"},{"x":721,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:230:in `Arel::Visitors::ToSql#visit_Arel_Nodes_SelectCore'"},{"x":721,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:12:in `Arel::Visitors::Reduce#visit'"},{"x":721,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:555:in `Arel::Visitors::ToSql#visit_Arel_Nodes_JoinSource'"},{"x":721,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:12:in `Arel::Visitors::Reduce#visit'"},{"x":721,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:495:in `Arel::Visitors::ToSql#visit_Arel_Nodes_TableAlias'"},{"x":721,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:12:in `Arel::Visitors::Reduce#visit'"},{"x":721,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:432:in `Arel::Visitors::ToSql#visit_Arel_Nodes_Grouping'"},{"x":721,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:12:in `Arel::Visitors::Reduce#visit'"},{"x":721,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:203:in `Arel::Visitors::ToSql#visit_Arel_Nodes_SelectStatement'"},{"x":721,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/to_sql.rb:784:in `Arel::Visitors::ToSql#maybe_visit'"},{"x":721,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/visitors/reduce.rb:12:in `Arel::Visitors::Reduce#visit'"},{"x":722,"y":192,"width":175,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/index.rb:125:in `ActiveAdmin::Views::Pages::Index#render_index'"},{"x":722,"y":193,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource/naming.rb:18:in `ActiveAdmin::Resource::Naming#resource_label'"},{"x":722,"y":194,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":722,"y":195,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":722,"y":196,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":723,"y":193,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/helpers/collection.rb:6:in `ActiveAdmin::Helpers::Collection#collection_size'"},{"x":723,"y":194,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:38:in `ActiveRecord::Calculations#count'"},{"x":723,"y":195,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:117:in `ActiveRecord::Calculations#calculate'"},{"x":723,"y":196,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:199:in `ActiveRecord::Calculations#perform_calculation'"},{"x":723,"y":197,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:237:in `ActiveRecord::Calculations#execute_simple_calculation'"},{"x":723,"y":198,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_handling.rb:86:in `ActiveRecord::ConnectionHandling#connection'"},{"x":723,"y":199,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_handling.rb:112:in `ActiveRecord::ConnectionHandling#retrieve_connection'"},{"x":723,"y":200,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:568:in `ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection'"},{"x":723,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:259:in `ActiveRecord::ConnectionAdapters::ConnectionPool#connection'"},{"x":723,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:441:in `ActiveRecord::ConnectionAdapters::ConnectionPool#current_connection_id'"},{"x":723,"y":203,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_handling.rb:90:in `ActiveRecord::ConnectionHandling#connection_id'"},{"x":723,"y":204,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/runtime_registry.rb:18:in `ActiveRecord::RuntimeRegistry.connection_id'"},{"x":723,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/per_thread_registry.rb:39:in `ActiveSupport::PerThreadRegistry#instance'"},{"x":724,"y":193,"width":173,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#paginated_collection'"},{"x":724,"y":194,"width":173,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":724,"y":195,"width":173,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":724,"y":196,"width":173,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":724,"y":197,"width":173,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":724,"y":198,"width":173,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":724,"y":199,"width":67,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/paginated_collection.rb:38:in `ActiveAdmin::Views::PaginatedCollection#build'"},{"x":724,"y":200,"width":67,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/paginated_collection.rb:65:in `ActiveAdmin::Views::PaginatedCollection#build_pagination_with_formats'"},{"x":724,"y":201,"width":67,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#div'"},{"x":724,"y":202,"width":67,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":724,"y":203,"width":67,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":724,"y":204,"width":67,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":724,"y":205,"width":67,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":724,"y":206,"width":67,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":724,"y":207,"width":67,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/paginated_collection.rb:66:in `block in ActiveAdmin::Views::PaginatedCollection#build_pagination_with_formats'"},{"x":724,"y":208,"width":66,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/paginated_collection.rb:96:in `ActiveAdmin::Views::PaginatedCollection#build_pagination'"},{"x":724,"y":209,"width":66,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":724,"y":210,"width":66,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/action_view_extension.rb:17:in `Kaminari::ActionViewExtension#paginate'"},{"x":724,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/models/page_scope_methods.rb:21:in `Kaminari::PageScopeMethods#total_pages'"},{"x":724,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/models/active_record_relation_methods.rb:20:in `Kaminari::ActiveRecordRelationMethods#total_count'"},{"x":724,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:38:in `ActiveRecord::Calculations#count'"},{"x":724,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:117:in `ActiveRecord::Calculations#calculate'"},{"x":724,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:199:in `ActiveRecord::Calculations#perform_calculation'"},{"x":724,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:237:in `ActiveRecord::Calculations#execute_simple_calculation'"},{"x":724,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:857:in `ActiveRecord::QueryMethods#arel'"},{"x":724,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/postgres_ext-2.4.1/lib/postgres_ext/active_record/relation/query_methods.rb:184:in `ActiveRecord::QueryMethods#build_arel_with_extensions'"},{"x":724,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:863:in `ActiveRecord::QueryMethods#build_arel'"},{"x":724,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:65:in `ActiveRecord::QueryMethods#having_values'"},{"x":725,"y":211,"width":65,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/paginator.rb:79:in `Kaminari::Helpers::Paginator#to_s'"},{"x":725,"y":212,"width":65,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/tags.rb:24:in `Kaminari::Helpers::Tag#to_s'"},{"x":725,"y":213,"width":65,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/rendering_helper.rb:26:in `ActionView::Helpers::RenderingHelper#render'"},{"x":725,"y":214,"width":65,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/renderer.rb:19:in `ActionView::Renderer#render'"},{"x":725,"y":215,"width":65,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/renderer.rb:46:in `ActionView::Renderer#render_partial'"},{"x":725,"y":216,"width":65,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:292:in `ActionView::PartialRenderer#render'"},{"x":725,"y":217,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:412:in `ActionView::PartialRenderer#find_partial'"},{"x":725,"y":218,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:416:in `ActionView::PartialRenderer#find_template'"},{"x":725,"y":219,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/lookup_context.rb:120:in `ActionView::LookupContext::ViewPaths#find'"},{"x":725,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/lookup_context.rb:150:in `ActionView::LookupContext::ViewPaths#args_for_lookup'"},{"x":725,"y":221,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/lookup_context.rb:173:in `ActionView::LookupContext::ViewPaths#normalize_name'"},{"x":726,"y":220,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:45:in `ActionView::PathSet#find'"},{"x":726,"y":221,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:49:in `ActionView::PathSet#find_all'"},{"x":726,"y":222,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:51:in `block in ActionView::PathSet#find_all'"},{"x":726,"y":223,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:52:in `block (2 levels) in ActionView::PathSet#find_all'"},{"x":726,"y":224,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:114:in `ActionView::Resolver#find_all'"},{"x":726,"y":225,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:140:in `ActionView::Resolver#cached'"},{"x":726,"y":226,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:59:in `ActionView::Resolver::Cache#cache'"},{"x":726,"y":227,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:145:in `block in ActionView::Resolver#cached'"},{"x":726,"y":228,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:115:in `block in ActionView::Resolver#find_all'"},{"x":726,"y":229,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:177:in `ActionView::PathResolver#find_templates'"},{"x":726,"y":230,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:182:in `ActionView::PathResolver#query'"},{"x":726,"y":231,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:201:in `ActionView::PathResolver#find_template_paths'"},{"x":734,"y":231,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:327:in `ActionView::OptimizedFileSystemResolver#build_query'"},{"x":734,"y":232,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:330:in `block in ActionView::OptimizedFileSystemResolver#build_query'"},{"x":734,"y":233,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:331:in `block (2 levels) in ActionView::OptimizedFileSystemResolver#build_query'"},{"x":735,"y":231,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:201:in `ActionView::PathResolver#find_template_paths'"},{"x":735,"y":232,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:202:in `block in ActionView::PathResolver#find_template_paths'"},{"x":736,"y":217,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/abstract_renderer.rb:38:in `ActionView::AbstractRenderer#instrument'"},{"x":736,"y":218,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:162:in `#<Module:0x007fea7334fc28>.instrument'"},{"x":736,"y":219,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb:17:in `ActiveSupport::Notifications::Instrumenter#instrument'"},{"x":736,"y":220,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:164:in `block in #<Module:0x007fea7334fc28>.instrument'"},{"x":736,"y":221,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/abstract_renderer.rb:39:in `block in ActionView::AbstractRenderer#instrument'"},{"x":736,"y":222,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:309:in `block in ActionView::PartialRenderer#render'"},{"x":736,"y":223,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:328:in `ActionView::PartialRenderer#render_partial'"},{"x":736,"y":224,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-mini-profiler-0.9.7/lib/mini_profiler/profiling_methods.rb:76:in `block in Rack::MiniProfiler::ProfilingMethods#profile_method'"},{"x":736,"y":225,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template.rb:142:in `ActionView::Template#render'"},{"x":736,"y":226,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template.rb:331:in `ActionView::Template#instrument'"},{"x":736,"y":227,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:162:in `#<Module:0x007fea7334fc28>.instrument'"},{"x":736,"y":228,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template.rb:143:in `block in ActionView::Template#render'"},{"x":736,"y":229,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/app/views/kaminari/_paginator.html.erb::in `ActionView::CompiledTemplates#__rvm_gems_ruby_______app_gems_kaminari________app_views_kaminari__paginator_html_erb__9927061438333218_70322199713080'"},{"x":736,"y":230,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/paginator.rb:38:in `Kaminari::Helpers::Paginator#render'"},{"x":736,"y":231,"width":54,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/app/views/kaminari/_paginator.html.erb:9:in `block in ActionView::CompiledTemplates#__rvm_gems_ruby_______app_gems_kaminari________app_views_kaminari__paginator_html_erb__9927061438333218_70322199713080'"},{"x":736,"y":232,"width":32,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/paginator.rb:49:in `Kaminari::Helpers::Paginator#each_relevant_page'"},{"x":736,"y":233,"width":32,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/paginator.rb:52:in `block in Kaminari::Helpers::Paginator#each_relevant_page'"},{"x":736,"y":234,"width":32,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/app/views/kaminari/_paginator.html.erb:12:in `block (2 levels) in ActionView::CompiledTemplates#__rvm_gems_ruby_______app_gems_kaminari________app_views_kaminari__paginator_html_erb__9927061438333218_70322199713080'"},{"x":736,"y":235,"width":32,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/buffers.rb:10:in `ActionView::OutputBuffer#<<'"},{"x":736,"y":236,"width":32,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/tags.rb:64:in `Kaminari::Helpers::Page#to_s'"},{"x":736,"y":237,"width":32,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/tags.rb:52:in `Kaminari::Helpers::Link#to_s'"},{"x":736,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/tags.rb:49:in `Kaminari::Helpers::Link#url'"},{"x":736,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/tags.rb:28:in `Kaminari::Helpers::Tag#page_url_for'"},{"x":736,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/routing_url_for.rb:78:in `ActionView::RoutingUrlFor#url_for'"},{"x":736,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/url_for.rb:150:in `ActionDispatch::Routing::UrlFor#url_for'"},{"x":736,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":736,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:759:in `ActionDispatch::Routing::RouteSet#generate'"},{"x":736,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:728:in `ActionDispatch::Routing::RouteSet::Generator#generate'"},{"x":736,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:16:in `ActionDispatch::Journey::Formatter#generate'"},{"x":736,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:80:in `ActionDispatch::Journey::Formatter#match_route'"},{"x":736,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:112:in `ActionDispatch::Journey::Formatter#non_recursive'"},{"x":736,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:120:in `block in ActionDispatch::Journey::Formatter#non_recursive'"},{"x":737,"y":238,"width":31,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/tags.rb:24:in `Kaminari::Helpers::Tag#to_s'"},{"x":737,"y":239,"width":31,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/rendering_helper.rb:26:in `ActionView::Helpers::RenderingHelper#render'"},{"x":737,"y":240,"width":31,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/renderer.rb:19:in `ActionView::Renderer#render'"},{"x":737,"y":241,"width":31,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/renderer.rb:46:in `ActionView::Renderer#render_partial'"},{"x":737,"y":242,"width":31,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:292:in `ActionView::PartialRenderer#render'"},{"x":737,"y":243,"width":21,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:412:in `ActionView::PartialRenderer#find_partial'"},{"x":737,"y":244,"width":21,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:416:in `ActionView::PartialRenderer#find_template'"},{"x":737,"y":245,"width":21,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/lookup_context.rb:120:in `ActionView::LookupContext::ViewPaths#find'"},{"x":737,"y":246,"width":21,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:45:in `ActionView::PathSet#find'"},{"x":737,"y":247,"width":21,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:49:in `ActionView::PathSet#find_all'"},{"x":738,"y":248,"width":20,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:51:in `block in ActionView::PathSet#find_all'"},{"x":738,"y":249,"width":20,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:52:in `block (2 levels) in ActionView::PathSet#find_all'"},{"x":738,"y":250,"width":20,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:114:in `ActionView::Resolver#find_all'"},{"x":738,"y":251,"width":20,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:140:in `ActionView::Resolver#cached'"},{"x":738,"y":252,"width":20,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:59:in `ActionView::Resolver::Cache#cache'"},{"x":738,"y":253,"width":20,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:145:in `block in ActionView::Resolver#cached'"},{"x":738,"y":254,"width":20,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:115:in `block in ActionView::Resolver#find_all'"},{"x":738,"y":255,"width":20,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:177:in `ActionView::PathResolver#find_templates'"},{"x":738,"y":256,"width":20,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:182:in `ActionView::PathResolver#query'"},{"x":738,"y":257,"width":14,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:201:in `ActionView::PathResolver#find_template_paths'"},{"x":746,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:202:in `block in ActionView::PathResolver#find_template_paths'"},{"x":752,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:327:in `ActionView::OptimizedFileSystemResolver#build_query'"},{"x":752,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:31:in `ActionView::Resolver::Path#to_str'"},{"x":753,"y":257,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:201:in `ActionView::PathResolver#find_template_paths'"},{"x":756,"y":258,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:202:in `block in ActionView::PathResolver#find_template_paths'"},{"x":758,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/abstract_renderer.rb:38:in `ActionView::AbstractRenderer#instrument'"},{"x":758,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:162:in `#<Module:0x007fea7334fc28>.instrument'"},{"x":758,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb:17:in `ActiveSupport::Notifications::Instrumenter#instrument'"},{"x":758,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:164:in `block in #<Module:0x007fea7334fc28>.instrument'"},{"x":758,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/abstract_renderer.rb:39:in `block in ActionView::AbstractRenderer#instrument'"},{"x":758,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:309:in `block in ActionView::PartialRenderer#render'"},{"x":758,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:328:in `ActionView::PartialRenderer#render_partial'"},{"x":758,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-mini-profiler-0.9.7/lib/mini_profiler/profiling_methods.rb:76:in `block in Rack::MiniProfiler::ProfilingMethods#profile_method'"},{"x":758,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-mini-profiler-0.9.7/lib/mini_profiler/timer_struct/request.rb:111:in `Rack::MiniProfiler::TimerStruct::Request#record_time'"},{"x":759,"y":243,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:412:in `ActionView::PartialRenderer#find_partial'"},{"x":759,"y":244,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:416:in `ActionView::PartialRenderer#find_template'"},{"x":759,"y":245,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/lookup_context.rb:120:in `ActionView::LookupContext::ViewPaths#find'"},{"x":759,"y":246,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:45:in `ActionView::PathSet#find'"},{"x":759,"y":247,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:49:in `ActionView::PathSet#find_all'"},{"x":759,"y":248,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:51:in `block in ActionView::PathSet#find_all'"},{"x":759,"y":249,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:52:in `block (2 levels) in ActionView::PathSet#find_all'"},{"x":759,"y":250,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:114:in `ActionView::Resolver#find_all'"},{"x":759,"y":251,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:140:in `ActionView::Resolver#cached'"},{"x":759,"y":252,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:59:in `ActionView::Resolver::Cache#cache'"},{"x":759,"y":253,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:145:in `block in ActionView::Resolver#cached'"},{"x":759,"y":254,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:115:in `block in ActionView::Resolver#find_all'"},{"x":759,"y":255,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:177:in `ActionView::PathResolver#find_templates'"},{"x":759,"y":256,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:182:in `ActionView::PathResolver#query'"},{"x":759,"y":257,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:201:in `ActionView::PathResolver#find_template_paths'"},{"x":767,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:202:in `block in ActionView::PathResolver#find_template_paths'"},{"x":768,"y":232,"width":22,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/buffers.rb:10:in `ActionView::OutputBuffer#<<'"},{"x":768,"y":233,"width":22,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/tags.rb:52:in `Kaminari::Helpers::Link#to_s'"},{"x":768,"y":234,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/tags.rb:24:in `Kaminari::Helpers::Tag#to_s'"},{"x":768,"y":235,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/rendering_helper.rb:26:in `ActionView::Helpers::RenderingHelper#render'"},{"x":768,"y":236,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/renderer.rb:19:in `ActionView::Renderer#render'"},{"x":768,"y":237,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/renderer.rb:46:in `ActionView::Renderer#render_partial'"},{"x":768,"y":238,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:292:in `ActionView::PartialRenderer#render'"},{"x":768,"y":239,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:412:in `ActionView::PartialRenderer#find_partial'"},{"x":768,"y":240,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:416:in `ActionView::PartialRenderer#find_template'"},{"x":768,"y":241,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/lookup_context.rb:120:in `ActionView::LookupContext::ViewPaths#find'"},{"x":768,"y":242,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:45:in `ActionView::PathSet#find'"},{"x":768,"y":243,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:49:in `ActionView::PathSet#find_all'"},{"x":768,"y":244,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:51:in `block in ActionView::PathSet#find_all'"},{"x":768,"y":245,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:52:in `block (2 levels) in ActionView::PathSet#find_all'"},{"x":768,"y":246,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:114:in `ActionView::Resolver#find_all'"},{"x":768,"y":247,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:140:in `ActionView::Resolver#cached'"},{"x":768,"y":248,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:59:in `ActionView::Resolver::Cache#cache'"},{"x":768,"y":249,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:145:in `block in ActionView::Resolver#cached'"},{"x":768,"y":250,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:115:in `block in ActionView::Resolver#find_all'"},{"x":768,"y":251,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:177:in `ActionView::PathResolver#find_templates'"},{"x":768,"y":252,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:182:in `ActionView::PathResolver#query'"},{"x":768,"y":253,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:201:in `ActionView::PathResolver#find_template_paths'"},{"x":777,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:202:in `block in ActionView::PathResolver#find_template_paths'"},{"x":778,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/abstract_renderer.rb:38:in `ActionView::AbstractRenderer#instrument'"},{"x":778,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:162:in `#<Module:0x007fea7334fc28>.instrument'"},{"x":778,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb:17:in `ActiveSupport::Notifications::Instrumenter#instrument'"},{"x":778,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:164:in `block in #<Module:0x007fea7334fc28>.instrument'"},{"x":778,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/abstract_renderer.rb:39:in `block in ActionView::AbstractRenderer#instrument'"},{"x":778,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:309:in `block in ActionView::PartialRenderer#render'"},{"x":778,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:328:in `ActionView::PartialRenderer#render_partial'"},{"x":778,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-mini-profiler-0.9.7/lib/mini_profiler/profiling_methods.rb:76:in `block in Rack::MiniProfiler::ProfilingMethods#profile_method'"},{"x":778,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template.rb:142:in `ActionView::Template#render'"},{"x":778,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template.rb:331:in `ActionView::Template#instrument'"},{"x":778,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications.rb:162:in `#<Module:0x007fea7334fc28>.instrument'"},{"x":778,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template.rb:143:in `block in ActionView::Template#render'"},{"x":778,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/app/views/kaminari/_next_page.html.erb::in `ActionView::CompiledTemplates#__rvm_gems_ruby_______app_gems_kaminari________app_views_kaminari__next_page_html_erb___2349099613237984764_70322231330400'"},{"x":778,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/translation_helper.rb:38:in `ActionView::Helpers::TranslationHelper#translate'"},{"x":779,"y":234,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/tags.rb:49:in `Kaminari::Helpers::Link#url'"},{"x":779,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/tags.rb:28:in `Kaminari::Helpers::Tag#page_url_for'"},{"x":779,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/routing_url_for.rb:78:in `ActionView::RoutingUrlFor#url_for'"},{"x":779,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/url_for.rb:150:in `ActionDispatch::Routing::UrlFor#url_for'"},{"x":779,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":779,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:759:in `ActionDispatch::Routing::RouteSet#generate'"},{"x":779,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:728:in `ActionDispatch::Routing::RouteSet::Generator#generate'"},{"x":779,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:16:in `ActionDispatch::Journey::Formatter#generate'"},{"x":779,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:80:in `ActionDispatch::Journey::Formatter#match_route'"},{"x":779,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:112:in `ActionDispatch::Journey::Formatter#non_recursive'"},{"x":779,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:120:in `block in ActionDispatch::Journey::Formatter#non_recursive'"},{"x":780,"y":234,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/kaminari-0.16.3/lib/kaminari/helpers/tags.rb:24:in `Kaminari::Helpers::Tag#to_s'"},{"x":780,"y":235,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/rendering_helper.rb:26:in `ActionView::Helpers::RenderingHelper#render'"},{"x":780,"y":236,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/renderer.rb:19:in `ActionView::Renderer#render'"},{"x":780,"y":237,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/renderer.rb:46:in `ActionView::Renderer#render_partial'"},{"x":780,"y":238,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:292:in `ActionView::PartialRenderer#render'"},{"x":780,"y":239,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:412:in `ActionView::PartialRenderer#find_partial'"},{"x":780,"y":240,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/renderer/partial_renderer.rb:416:in `ActionView::PartialRenderer#find_template'"},{"x":780,"y":241,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/lookup_context.rb:120:in `ActionView::LookupContext::ViewPaths#find'"},{"x":780,"y":242,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:45:in `ActionView::PathSet#find'"},{"x":780,"y":243,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:49:in `ActionView::PathSet#find_all'"},{"x":780,"y":244,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:51:in `block in ActionView::PathSet#find_all'"},{"x":780,"y":245,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/path_set.rb:52:in `block (2 levels) in ActionView::PathSet#find_all'"},{"x":780,"y":246,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:114:in `ActionView::Resolver#find_all'"},{"x":780,"y":247,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:140:in `ActionView::Resolver#cached'"},{"x":780,"y":248,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:59:in `ActionView::Resolver::Cache#cache'"},{"x":780,"y":249,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:145:in `block in ActionView::Resolver#cached'"},{"x":780,"y":250,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:115:in `block in ActionView::Resolver#find_all'"},{"x":780,"y":251,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:177:in `ActionView::PathResolver#find_templates'"},{"x":780,"y":252,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:182:in `ActionView::PathResolver#query'"},{"x":780,"y":253,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:201:in `ActionView::PathResolver#find_template_paths'"},{"x":788,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/template/resolver.rb:202:in `block in ActionView::PathResolver#find_template_paths'"},{"x":789,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb:37:in `ThreadSafe::Cache#[]'"},{"x":789,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/thread_safe-0.3.5/lib/thread_safe/non_concurrent_cache_backend.rb:11:in `ThreadSafe::NonConcurrentCacheBackend#[]'"},{"x":790,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/paginated_collection.rb:107:in `ActiveAdmin::Views::PaginatedCollection#page_entries_info'"},{"x":790,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/helpers/collection.rb:6:in `ActiveAdmin::Helpers::Collection#collection_size'"},{"x":790,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:38:in `ActiveRecord::Calculations#count'"},{"x":790,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:117:in `ActiveRecord::Calculations#calculate'"},{"x":790,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:199:in `ActiveRecord::Calculations#perform_calculation'"},{"x":790,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:857:in `ActiveRecord::QueryMethods#arel'"},{"x":790,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/postgres_ext-2.4.1/lib/postgres_ext/active_record/relation/query_methods.rb:184:in `ActiveRecord::QueryMethods#build_arel_with_extensions'"},{"x":790,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:863:in `ActiveRecord::QueryMethods#build_arel'"},{"x":790,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/select_manager.rb:9:in `Arel::SelectManager#initialize'"},{"x":790,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/nodes/select_statement.rb:7:in `Arel::Nodes::SelectStatement#initialize'"},{"x":790,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/nodes/select_core.rb:7:in `Arel::Nodes::SelectCore#initialize'"},{"x":790,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/nodes/join_source.rb:9:in `Arel::Nodes::JoinSource#initialize'"},{"x":790,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/nodes/binary.rb:6:in `Arel::Nodes::Binary#initialize'"},{"x":791,"y":199,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/index.rb:137:in `block in ActiveAdmin::Views::Pages::Index#render_index'"},{"x":791,"y":200,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#div'"},{"x":791,"y":201,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":791,"y":202,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":791,"y":203,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":791,"y":204,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":791,"y":205,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":791,"y":206,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/index.rb:138:in `block (2 levels) in ActiveAdmin::Views::Pages::Index#render_index'"},{"x":791,"y":207,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":791,"y":208,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":791,"y":209,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":791,"y":210,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":791,"y":211,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":791,"y":212,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:198:in `ActiveAdmin::Views::IndexAsTable#build'"},{"x":791,"y":213,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:214:in `ActiveAdmin::Views::IndexAsTable#table_for'"},{"x":791,"y":214,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":791,"y":215,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":791,"y":216,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":791,"y":217,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":791,"y":218,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":791,"y":219,"width":106,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:10:in `ActiveAdmin::Views::TableFor#build'"},{"x":791,"y":220,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:54:in `ActiveAdmin::Views::TableFor#build_table'"},{"x":791,"y":221,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:83:in `ActiveAdmin::Views::TableFor#build_table_body'"},{"x":791,"y":222,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#tbody'"},{"x":791,"y":223,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":791,"y":224,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":791,"y":225,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":791,"y":226,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":791,"y":227,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":791,"y":228,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:84:in `block in ActiveAdmin::Views::TableFor#build_table_body'"},{"x":791,"y":229,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:46:in `ActiveRecord::Delegation#each'"},{"x":791,"y":230,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation.rb:242:in `ActiveRecord::Relation#to_a'"},{"x":791,"y":231,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation.rb:514:in `ActiveRecord::Relation#load'"},{"x":791,"y":232,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation.rb:638:in `ActiveRecord::Relation#exec_queries'"},{"x":791,"y":233,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/querying.rb:38:in `ActiveRecord::Querying#find_by_sql'"},{"x":791,"y":234,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:64:in `ActiveRecord::ConnectionAdapters::QueryCache#select_all'"},{"x":791,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `ActiveRecord::ConnectionAdapters::QueryCache#cache_sql'"},{"x":791,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in ActiveRecord::ConnectionAdapters::QueryCache#select_all'"},{"x":791,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_statements.rb:30:in `ActiveRecord::ConnectionAdapters::DatabaseStatements#select_all'"},{"x":791,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_statements.rb:350:in `ActiveRecord::ConnectionAdapters::DatabaseStatements#select'"},{"x":791,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/database_statements.rb:159:in `ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements#exec_query'"},{"x":791,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql_adapter.rb:587:in `ActiveRecord::ConnectionAdapters::PostgreSQLAdapter#execute_and_clear'"},{"x":791,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql_adapter.rb:595:in `ActiveRecord::ConnectionAdapters::PostgreSQLAdapter#exec_no_cache'"},{"x":791,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract_adapter.rb:466:in `ActiveRecord::ConnectionAdapters::AbstractAdapter#log'"},{"x":791,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb:17:in `ActiveSupport::Notifications::Instrumenter#instrument'"},{"x":791,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in ActiveRecord::ConnectionAdapters::AbstractAdapter#log'"},{"x":791,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql_adapter.rb:596:in `block in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter#exec_no_cache'"},{"x":791,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-mini-profiler-0.9.7/lib/patches/db/pg.rb:89:in `PG::Connection#async_exec'"},{"x":792,"y":234,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb:17:in `ActiveSupport::Notifications::Instrumenter#instrument'"},{"x":792,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/querying.rb:49:in `block in ActiveRecord::Querying#find_by_sql'"},{"x":792,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/result.rb:49:in `ActiveRecord::Result#each'"},{"x":792,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/result.rb:105:in `ActiveRecord::Result#hash_rows'"},{"x":792,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/result.rb:111:in `block in ActiveRecord::Result#hash_rows'"},{"x":793,"y":230,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:86:in `block (2 levels) in ActiveAdmin::Views::TableFor#build_table_body'"},{"x":793,"y":231,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#tr'"},{"x":793,"y":232,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":793,"y":233,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":793,"y":234,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:13:in `Arbre::HTML::Tag#initialize'"},{"x":794,"y":220,"width":103,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:18:in `Arbre::HTML::Tag#build'"},{"x":794,"y":221,"width":103,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:30:in `Arbre::Element#build'"},{"x":794,"y":222,"width":103,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:208:in `block in ActiveAdmin::Views::IndexAsTable#build'"},{"x":794,"y":223,"width":103,"frame":"~/codez/app/app/app/admin/blog_post.rb:20:in `block (2 levels) in <top (required)>'"},{"x":794,"y":224,"width":103,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":794,"y":225,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:248:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor#id_column'"},{"x":794,"y":226,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":794,"y":227,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73dd4a90>#resource_class'"},{"x":794,"y":228,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource_controller/resource_class_methods.rb:16:in `Admin::BlogPostsController#resource_class'"},{"x":794,"y":229,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource_controller/resource_class_methods.rb:12:in `Admin::BlogPostsController.resource_class'"},{"x":794,"y":230,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/resource.rb:88:in `ActiveAdmin::Resource#resource_class'"},{"x":794,"y":231,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/dependencies.rb:596:in `ActiveSupport::Dependencies#constantize'"},{"x":794,"y":232,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/dependencies.rb:564:in `ActiveSupport::Dependencies::ClassCache#get'"},{"x":795,"y":226,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:27:in `ActiveAdmin::Views::TableFor#column'"},{"x":795,"y":227,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":795,"y":228,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":795,"y":229,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:36:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":795,"y":230,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:65:in `ActiveAdmin::Views::TableFor#build_table_header'"},{"x":795,"y":231,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#th'"},{"x":795,"y":232,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":795,"y":233,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":795,"y":234,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":795,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":795,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":795,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:75:in `block in ActiveAdmin::Views::TableFor#build_table_header'"},{"x":795,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":795,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":795,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/routing_url_for.rb:78:in `ActionView::RoutingUrlFor#url_for'"},{"x":795,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/url_for.rb:150:in `ActionDispatch::Routing::UrlFor#url_for'"},{"x":795,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":795,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:759:in `ActionDispatch::Routing::RouteSet#generate'"},{"x":795,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:728:in `ActionDispatch::Routing::RouteSet::Generator#generate'"},{"x":795,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:16:in `ActionDispatch::Journey::Formatter#generate'"},{"x":795,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:80:in `ActionDispatch::Journey::Formatter#match_route'"},{"x":795,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:76:in `ActionDispatch::Journey::Formatter#named_routes'"},{"x":796,"y":227,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:91:in `ActiveRecord::Delegation::ClassSpecificRelation#method_missing'"},{"x":796,"y":228,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:128:in `ActiveRecord::Delegation#method_missing'"},{"x":796,"y":229,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:41:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":796,"y":230,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":796,"y":231,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":796,"y":232,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:42:in `block (2 levels) in ActiveAdmin::Views::TableFor#column'"},{"x":796,"y":233,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:98:in `ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":796,"y":234,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#td'"},{"x":796,"y":235,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":796,"y":236,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":796,"y":237,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":796,"y":238,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":796,"y":239,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":796,"y":240,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:99:in `block in ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":796,"y":241,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:104:in `ActiveAdmin::Views::TableFor#render_data'"},{"x":796,"y":242,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:250:in `block in ActiveAdmin::Views::IndexAsTable::IndexTableFor#id_column'"},{"x":796,"y":243,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":796,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73dd4a90>#resource_path'"},{"x":796,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/inherited_resources-1.6.0/lib/inherited_resources/url_helpers.rb:220:in `Admin::BlogPostsController#resource_path'"},{"x":796,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:344:in `block (2 levels) in ActionDispatch::Routing::RouteSet::NamedRouteCollection#define_url_helper'"},{"x":796,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:219:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper::OptimizedUrlHelper#call'"},{"x":796,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:273:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper#call'"},{"x":796,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":796,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:759:in `ActionDispatch::Routing::RouteSet#generate'"},{"x":796,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:728:in `ActionDispatch::Routing::RouteSet::Generator#generate'"},{"x":796,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:16:in `ActionDispatch::Journey::Formatter#generate'"},{"x":797,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":797,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:551:in `ActionView::Helpers::UrlHelper#convert_options_to_data_attributes'"},{"x":797,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/keys.rb:33:in `Hash#stringify_keys'"},{"x":797,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/keys.rb:8:in `Hash#transform_keys'"},{"x":798,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73dd4a90>#resource_path'"},{"x":798,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/inherited_resources-1.6.0/lib/inherited_resources/url_helpers.rb:220:in `Admin::BlogPostsController#resource_path'"},{"x":798,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:344:in `block (2 levels) in ActionDispatch::Routing::RouteSet::NamedRouteCollection#define_url_helper'"},{"x":798,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:219:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper::OptimizedUrlHelper#call'"},{"x":798,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:273:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper#call'"},{"x":798,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":798,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:759:in `ActionDispatch::Routing::RouteSet#generate'"},{"x":798,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:728:in `ActionDispatch::Routing::RouteSet::Generator#generate'"},{"x":798,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:16:in `ActionDispatch::Journey::Formatter#generate'"},{"x":798,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:80:in `ActionDispatch::Journey::Formatter#match_route'"},{"x":798,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:20:in `block in ActionDispatch::Journey::Formatter#generate'"},{"x":798,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:55:in `ActionDispatch::Journey::Formatter#extract_parameterized_parts'"},{"x":798,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:72:in `block in ActionDispatch::Journey::Formatter#extract_parameterized_parts'"},{"x":799,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:18:in `Arbre::HTML::Tag#build'"},{"x":799,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:25:in `block in Arbre::HTML::Tag#build'"},{"x":799,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:38:in `Arbre::HTML::Tag#set_attribute'"},{"x":800,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:57:in `Arbre::Element::BuilderMethods#append_return_block'"},{"x":800,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/text_node.rb:11:in `Arbre::HTML::TextNode.from_string'"},{"x":800,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:13:in `Arbre::Element#initialize'"},{"x":800,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:37:in `Arbre::Context#initialize'"},{"x":801,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:99:in `block in ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":801,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:104:in `ActiveAdmin::Views::TableFor#render_data'"},{"x":801,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:117:in `ActiveAdmin::Views::TableFor#is_boolean?'"},{"x":801,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:259:in `ActiveRecord::AttributeMethods#has_attribute?'"},{"x":801,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:22:in `ActiveRecord::AttributeSet#key?'"},{"x":801,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set/builder.rb:33:in `ActiveRecord::LazyAttributeHash#key?'"},{"x":802,"y":225,"width":65,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:27:in `ActiveAdmin::Views::TableFor#column'"},{"x":802,"y":226,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:160:in `ActiveAdmin::Views::TableFor::Column#initialize'"},{"x":802,"y":227,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:167:in `String#parameterize'"},{"x":802,"y":228,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/transliterate.rb:81:in `ActiveSupport::Inflector#parameterize'"},{"x":802,"y":229,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/transliterate.rb:61:in `ActiveSupport::Inflector#transliterate'"},{"x":802,"y":230,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/multibyte/unicode.rb:222:in `ActiveSupport::Multibyte::Unicode#tidy_bytes'"},{"x":803,"y":226,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":803,"y":227,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":803,"y":228,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:36:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":803,"y":229,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:65:in `ActiveAdmin::Views::TableFor#build_table_header'"},{"x":803,"y":230,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#th'"},{"x":803,"y":231,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":803,"y":232,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":803,"y":233,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":803,"y":234,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":803,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":803,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:75:in `block in ActiveAdmin::Views::TableFor#build_table_header'"},{"x":803,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":803,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":803,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:103:in `ActionView::Helpers::TagHelper#content_tag'"},{"x":804,"y":226,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:91:in `ActiveRecord::Delegation::ClassSpecificRelation#method_missing'"},{"x":804,"y":227,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:128:in `ActiveRecord::Delegation#method_missing'"},{"x":804,"y":228,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:41:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":804,"y":229,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":804,"y":230,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":804,"y":231,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:42:in `block (2 levels) in ActiveAdmin::Views::TableFor#column'"},{"x":804,"y":232,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:98:in `ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":804,"y":233,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#td'"},{"x":804,"y":234,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":804,"y":235,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":804,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":804,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":804,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":804,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:99:in `block in ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":804,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:104:in `ActiveAdmin::Views::TableFor#render_data'"},{"x":805,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:13:in `Arbre::HTML::Tag#initialize'"},{"x":805,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:13:in `Arbre::Element#initialize'"},{"x":806,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":806,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":806,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":806,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:99:in `block in ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":806,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:104:in `ActiveAdmin::Views::TableFor#render_data'"},{"x":806,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:235:in `ActiveRecord::AttributeMethods#respond_to?'"},{"x":806,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:259:in `ActiveRecord::AttributeMethods#has_attribute?'"},{"x":806,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:22:in `ActiveRecord::AttributeSet#key?'"},{"x":806,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:9:in `ActiveRecord::AttributeSet#[]'"},{"x":806,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set/builder.rb:37:in `ActiveRecord::LazyAttributeHash#[]'"},{"x":806,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set/builder.rb:73:in `ActiveRecord::LazyAttributeHash#assign_default_value'"},{"x":806,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:4:in `ActiveRecord::Attribute.from_database'"},{"x":806,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:29:in `ActiveRecord::Attribute#initialize'"},{"x":807,"y":226,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:160:in `ActiveAdmin::Views::TableFor::Column#initialize'"},{"x":807,"y":227,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:167:in `String#parameterize'"},{"x":807,"y":228,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/transliterate.rb:81:in `ActiveSupport::Inflector#parameterize'"},{"x":808,"y":226,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:91:in `ActiveRecord::Delegation::ClassSpecificRelation#method_missing'"},{"x":808,"y":227,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:128:in `ActiveRecord::Delegation#method_missing'"},{"x":808,"y":228,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:41:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":808,"y":229,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":808,"y":230,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":808,"y":231,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:42:in `block (2 levels) in ActiveAdmin::Views::TableFor#column'"},{"x":808,"y":232,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:98:in `ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":808,"y":233,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#td'"},{"x":808,"y":234,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":808,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":808,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":808,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":808,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":808,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:99:in `block in ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":808,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:104:in `ActiveAdmin::Views::TableFor#render_data'"},{"x":808,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:117:in `ActiveAdmin::Views::TableFor#is_boolean?'"},{"x":808,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:259:in `ActiveRecord::AttributeMethods#has_attribute?'"},{"x":808,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:22:in `ActiveRecord::AttributeSet#key?'"},{"x":808,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set/builder.rb:33:in `ActiveRecord::LazyAttributeHash#key?'"},{"x":809,"y":226,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:160:in `ActiveAdmin::Views::TableFor::Column#initialize'"},{"x":809,"y":227,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:167:in `String#parameterize'"},{"x":809,"y":228,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/transliterate.rb:81:in `ActiveSupport::Inflector#parameterize'"},{"x":809,"y":229,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/transliterate.rb:61:in `ActiveSupport::Inflector#transliterate'"},{"x":809,"y":230,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/multibyte/unicode.rb:262:in `ActiveSupport::Multibyte::Unicode#normalize'"},{"x":809,"y":231,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/multibyte/unicode.rb:135:in `ActiveSupport::Multibyte::Unicode#decompose'"},{"x":809,"y":232,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/multibyte/unicode.rb:136:in `block in ActiveSupport::Multibyte::Unicode#decompose'"},{"x":810,"y":226,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":810,"y":227,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":810,"y":228,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:36:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":810,"y":229,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:65:in `ActiveAdmin::Views::TableFor#build_table_header'"},{"x":810,"y":230,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#th'"},{"x":810,"y":231,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":810,"y":232,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":810,"y":233,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":810,"y":234,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":810,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":810,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:75:in `block in ActiveAdmin::Views::TableFor#build_table_header'"},{"x":810,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":810,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":810,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:103:in `ActionView::Helpers::TagHelper#content_tag'"},{"x":810,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:143:in `ActionView::Helpers::TagHelper#content_tag_string'"},{"x":810,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:149:in `ActionView::Helpers::TagHelper#tag_options'"},{"x":810,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:152:in `block in ActionView::Helpers::TagHelper#tag_options'"},{"x":810,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:178:in `ActionView::Helpers::TagHelper#tag_option'"},{"x":811,"y":226,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:91:in `ActiveRecord::Delegation::ClassSpecificRelation#method_missing'"},{"x":811,"y":227,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:128:in `ActiveRecord::Delegation#method_missing'"},{"x":811,"y":228,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:41:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":811,"y":229,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":811,"y":230,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":811,"y":231,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:42:in `block (2 levels) in ActiveAdmin::Views::TableFor#column'"},{"x":811,"y":232,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:98:in `ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":811,"y":233,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#td'"},{"x":811,"y":234,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":811,"y":235,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":811,"y":236,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":811,"y":237,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":811,"y":238,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":811,"y":239,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:99:in `block in ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":811,"y":240,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:104:in `ActiveAdmin::Views::TableFor#render_data'"},{"x":811,"y":241,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#status_tag'"},{"x":811,"y":242,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":811,"y":243,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":811,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/component.rb:9:in `Arbre::Component#initialize'"},{"x":811,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:13:in `Arbre::HTML::Tag#initialize'"},{"x":811,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:13:in `Arbre::Element#initialize'"},{"x":812,"y":244,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":812,"y":245,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":812,"y":246,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":812,"y":247,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/status_tag.rb:36:in `ActiveAdmin::Views::StatusTag#build'"},{"x":812,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/status_tag.rb:69:in `ActiveAdmin::Views::StatusTag#status_to_class'"},{"x":812,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":812,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":812,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":813,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:18:in `Arbre::HTML::Tag#build'"},{"x":813,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:30:in `Arbre::Element#build'"},{"x":814,"y":248,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/status_tag.rb:69:in `ActiveAdmin::Views::StatusTag#status_to_class'"},{"x":814,"y":249,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":814,"y":250,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":814,"y":251,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":816,"y":249,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:118:in `String#underscore'"},{"x":816,"y":250,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":818,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":818,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":819,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/component.rb:9:in `Arbre::Component#initialize'"},{"x":819,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:13:in `Arbre::HTML::Tag#initialize'"},{"x":819,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:13:in `Arbre::Element#initialize'"},{"x":820,"y":244,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":820,"y":245,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":820,"y":246,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":820,"y":247,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/status_tag.rb:36:in `ActiveAdmin::Views::StatusTag#build'"},{"x":820,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/status_tag.rb:69:in `ActiveAdmin::Views::StatusTag#status_to_class'"},{"x":820,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":820,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":820,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:125:in `ActiveSupport::Inflector#humanize'"},{"x":821,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/array/extract_options.rb:22:in `Array#extract_options!'"},{"x":822,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:107:in `String#titleize'"},{"x":822,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:155:in `ActiveSupport::Inflector#titleize'"},{"x":822,"y":250,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":823,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/status_tag.rb:69:in `ActiveAdmin::Views::StatusTag#status_to_class'"},{"x":823,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:118:in `String#underscore'"},{"x":824,"y":226,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":824,"y":227,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":824,"y":228,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:36:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":824,"y":229,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:65:in `ActiveAdmin::Views::TableFor#build_table_header'"},{"x":824,"y":230,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#th'"},{"x":824,"y":231,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":824,"y":232,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":824,"y":233,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":824,"y":234,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":824,"y":235,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":824,"y":236,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:75:in `block in ActiveAdmin::Views::TableFor#build_table_header'"},{"x":824,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":824,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":824,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/routing_url_for.rb:78:in `ActionView::RoutingUrlFor#url_for'"},{"x":824,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/url_for.rb:150:in `ActionDispatch::Routing::UrlFor#url_for'"},{"x":824,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":824,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:759:in `ActionDispatch::Routing::RouteSet#generate'"},{"x":824,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:728:in `ActionDispatch::Routing::RouteSet::Generator#generate'"},{"x":824,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:16:in `ActionDispatch::Journey::Formatter#generate'"},{"x":824,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:80:in `ActionDispatch::Journey::Formatter#match_route'"},{"x":824,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:112:in `ActionDispatch::Journey::Formatter#non_recursive'"},{"x":824,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:120:in `block in ActionDispatch::Journey::Formatter#non_recursive'"},{"x":825,"y":226,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:91:in `ActiveRecord::Delegation::ClassSpecificRelation#method_missing'"},{"x":825,"y":227,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:128:in `ActiveRecord::Delegation#method_missing'"},{"x":825,"y":228,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:41:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":825,"y":229,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":825,"y":230,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":825,"y":231,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:42:in `block (2 levels) in ActiveAdmin::Views::TableFor#column'"},{"x":825,"y":232,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:98:in `ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":825,"y":233,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#td'"},{"x":825,"y":234,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":825,"y":235,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":825,"y":236,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":825,"y":237,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":825,"y":238,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":825,"y":239,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:99:in `block in ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":825,"y":240,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:104:in `ActiveAdmin::Views::TableFor#render_data'"},{"x":825,"y":241,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":825,"y":242,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/display_helper.rb:44:in `ActiveAdmin::ViewHelpers::DisplayHelper#pretty_format'"},{"x":825,"y":243,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/translation_helper.rb:87:in `ActionView::Helpers::TranslationHelper#localize'"},{"x":825,"y":244,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:242:in `#<Module:0x007fea73134a60>#localize'"},{"x":825,"y":245,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:52:in `I18n::Backend::Base#localize'"},{"x":825,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:63:in `block in I18n::Backend::Base#localize'"},{"x":825,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/time_with_zone.rb:296:in `ActiveSupport::TimeWithZone#mon'"},{"x":825,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/time_with_zone.rb:52:in `ActiveSupport::TimeWithZone#time'"},{"x":825,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/timezone_period.rb:163:in `TZInfo::TimezonePeriod#to_local'"},{"x":825,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb:37:in `TZInfo::TimezoneOffset#to_local'"},{"x":825,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb:313:in `TZInfo::TimeOrDateTime.wrap'"},{"x":825,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb:38:in `block in TZInfo::TimezoneOffset#to_local'"},{"x":825,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb:245:in `TZInfo::TimeOrDateTime#+'"},{"x":825,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/time/calculations.rb:218:in `Time#plus_with_duration'"},{"x":826,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":826,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":826,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":826,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/simple.rb:70:in `I18n::Backend::Simple::Implementation#lookup'"},{"x":826,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:265:in `#<Module:0x007fea73134a60>#normalize_keys'"},{"x":826,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:324:in `#<Module:0x007fea73134a60>#normalize_key'"},{"x":827,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:57:in `Arbre::Element::BuilderMethods#append_return_block'"},{"x":827,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:63:in `Arbre::Element#<<'"},{"x":827,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:35:in `Arbre::Element#add_child'"},{"x":828,"y":239,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:99:in `block in ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":828,"y":240,"width":10,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:104:in `ActiveAdmin::Views::TableFor#render_data'"},{"x":828,"y":241,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":828,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/display_helper.rb:44:in `ActiveAdmin::ViewHelpers::DisplayHelper#pretty_format'"},{"x":828,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/translation_helper.rb:87:in `ActionView::Helpers::TranslationHelper#localize'"},{"x":828,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:242:in `#<Module:0x007fea73134a60>#localize'"},{"x":828,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:52:in `I18n::Backend::Base#localize'"},{"x":828,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:63:in `block in I18n::Backend::Base#localize'"},{"x":828,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":828,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":828,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":828,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/except.rb:9:in `Hash#except'"},{"x":830,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:48:in `#<Module:0x007fea74827c68>#__temp__075726c69637865646f51647'"},{"x":830,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb:92:in `ActiveRecord::AttributeMethods::Read#_read_attribute'"},{"x":830,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:30:in `ActiveRecord::AttributeSet#fetch_value'"},{"x":830,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:35:in `ActiveRecord::Attribute#value'"},{"x":830,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:41:in `ActiveRecord::Attribute#original_value'"},{"x":830,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:103:in `ActiveRecord::Attribute::FromDatabase#type_cast'"},{"x":830,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/time_zone_conversion.rb:7:in `ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter#type_cast_from_database'"},{"x":830,"y":248,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":830,"y":249,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:351:in `block (2 levels) in Delegator.delegating_block'"},{"x":831,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":831,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/display_helper.rb:44:in `ActiveAdmin::ViewHelpers::DisplayHelper#pretty_format'"},{"x":831,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/translation_helper.rb:87:in `ActionView::Helpers::TranslationHelper#localize'"},{"x":831,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:242:in `#<Module:0x007fea73134a60>#localize'"},{"x":831,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:52:in `I18n::Backend::Base#localize'"},{"x":831,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:63:in `block in I18n::Backend::Base#localize'"},{"x":831,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":832,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:48:in `#<Module:0x007fea74827c68>#__temp__075726c69637865646f51647'"},{"x":832,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb:92:in `ActiveRecord::AttributeMethods::Read#_read_attribute'"},{"x":832,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:30:in `ActiveRecord::AttributeSet#fetch_value'"},{"x":832,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:35:in `ActiveRecord::Attribute#value'"},{"x":832,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:41:in `ActiveRecord::Attribute#original_value'"},{"x":832,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:103:in `ActiveRecord::Attribute::FromDatabase#type_cast'"},{"x":832,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/time_zone_conversion.rb:7:in `ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter#type_cast_from_database'"},{"x":832,"y":248,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":832,"y":249,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:351:in `block (2 levels) in Delegator.delegating_block'"},{"x":833,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:235:in `ActiveRecord::AttributeMethods#respond_to?'"},{"x":833,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:259:in `ActiveRecord::AttributeMethods#has_attribute?'"},{"x":833,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:22:in `ActiveRecord::AttributeSet#key?'"},{"x":833,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set/builder.rb:33:in `ActiveRecord::LazyAttributeHash#key?'"},{"x":834,"y":241,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":834,"y":242,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/display_helper.rb:44:in `ActiveAdmin::ViewHelpers::DisplayHelper#pretty_format'"},{"x":834,"y":243,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/translation_helper.rb:87:in `ActionView::Helpers::TranslationHelper#localize'"},{"x":834,"y":244,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:242:in `#<Module:0x007fea73134a60>#localize'"},{"x":834,"y":245,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:52:in `I18n::Backend::Base#localize'"},{"x":834,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:63:in `block in I18n::Backend::Base#localize'"},{"x":834,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/time_with_zone.rb:296:in `ActiveSupport::TimeWithZone#mon'"},{"x":834,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/time_with_zone.rb:52:in `ActiveSupport::TimeWithZone#time'"},{"x":834,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/time_with_zone.rb:66:in `ActiveSupport::TimeWithZone#period'"},{"x":834,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/values/time_zone.rb:409:in `ActiveSupport::TimeZone#period_for_utc'"},{"x":834,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb:29:in `TZInfo::TimezoneProxy#period_for_utc'"},{"x":834,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb:13:in `TZInfo::DataTimezone#period_for_utc'"},{"x":834,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb:79:in `TZInfo::TransitionDataTimezoneInfo#period_for_utc'"},{"x":834,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb:87:in `block in TZInfo::TransitionDataTimezoneInfo#period_for_utc'"},{"x":834,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb:218:in `TZInfo::TimeOrDateTime#<=>'"},{"x":834,"y":256,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/rake/ext/time.rb:9:in `Time#<=>'"},{"x":834,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/time/calculations.rb:250:in `Time#compare_with_coercion'"},{"x":835,"y":246,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":835,"y":247,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":835,"y":248,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":835,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/except.rb:9:in `Hash#except'"},{"x":835,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/except.rb:17:in `Hash#except!'"},{"x":835,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/hash/except.rb:18:in `block in Hash#except!'"},{"x":836,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/simple.rb:70:in `I18n::Backend::Simple::Implementation#lookup'"},{"x":836,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/simple.rb:74:in `block in I18n::Backend::Simple::Implementation#lookup'"},{"x":837,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:117:in `ActiveAdmin::Views::TableFor#is_boolean?'"},{"x":837,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/column.rb:18:in `ActiveRecord::ConnectionAdapters::Column#type'"},{"x":837,"y":243,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":837,"y":244,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:351:in `block (2 levels) in Delegator.delegating_block'"},{"x":838,"y":226,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":838,"y":227,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":838,"y":228,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:36:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":838,"y":229,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:65:in `ActiveAdmin::Views::TableFor#build_table_header'"},{"x":838,"y":230,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#th'"},{"x":838,"y":231,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":838,"y":232,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":838,"y":233,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":838,"y":234,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":838,"y":235,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":838,"y":236,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:75:in `block in ActiveAdmin::Views::TableFor#build_table_header'"},{"x":838,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:215:in `ActiveAdmin::Views::TableFor::Column#pretty_title'"},{"x":838,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activemodel-4.2.4/lib/active_model/translation.rb:43:in `ActiveModel::Translation#human_attribute_name'"},{"x":838,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":838,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":838,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":838,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:137:in `I18n::Backend::Base#pluralize'"},{"x":839,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":839,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":839,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/routing_url_for.rb:78:in `ActionView::RoutingUrlFor#url_for'"},{"x":839,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/url_for.rb:150:in `ActionDispatch::Routing::UrlFor#url_for'"},{"x":839,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":839,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:356:in `block in <class:RouteSet>'"},{"x":839,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/http/url.rb:31:in `#<Module:0x007fea7363d610>.url_for'"},{"x":839,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/http/url.rb:51:in `#<Module:0x007fea7363d610>.path_for'"},{"x":840,"y":226,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:91:in `ActiveRecord::Delegation::ClassSpecificRelation#method_missing'"},{"x":840,"y":227,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:128:in `ActiveRecord::Delegation#method_missing'"},{"x":840,"y":228,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:41:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":840,"y":229,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":840,"y":230,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":840,"y":231,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:42:in `block (2 levels) in ActiveAdmin::Views::TableFor#column'"},{"x":840,"y":232,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:98:in `ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":840,"y":233,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#td'"},{"x":840,"y":234,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":840,"y":235,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":840,"y":236,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":840,"y":237,"width":12,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":840,"y":238,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":840,"y":239,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:99:in `block in ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":840,"y":240,"width":11,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:104:in `ActiveAdmin::Views::TableFor#render_data'"},{"x":840,"y":241,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:48:in `#<Module:0x007fea74827c68>#__temp__36275616475646f51647'"},{"x":840,"y":242,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb:92:in `ActiveRecord::AttributeMethods::Read#_read_attribute'"},{"x":840,"y":243,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:30:in `ActiveRecord::AttributeSet#fetch_value'"},{"x":840,"y":244,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:35:in `ActiveRecord::Attribute#value'"},{"x":840,"y":245,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:41:in `ActiveRecord::Attribute#original_value'"},{"x":840,"y":246,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:103:in `ActiveRecord::Attribute::FromDatabase#type_cast'"},{"x":840,"y":247,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/time_zone_conversion.rb:7:in `ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter#type_cast_from_database'"},{"x":840,"y":248,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":840,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:22:in `ActiveRecord::Type::Value#type_cast_from_database'"},{"x":840,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:92:in `ActiveRecord::Type::Value#type_cast'"},{"x":840,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/date_time.rb:17:in `ActiveRecord::ConnectionAdapters::PostgreSQL::OID::DateTime#cast_value'"},{"x":840,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/date_time.rb:33:in `ActiveRecord::Type::DateTime#cast_value'"},{"x":840,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/time_value.rb:30:in `ActiveRecord::Type::TimeValue#fast_string_to_time'"},{"x":840,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/time_value.rb:14:in `ActiveRecord::Type::TimeValue#new_time'"},{"x":841,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/time_zone_conversion.rb:23:in `ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter#convert_time_to_time_zone'"},{"x":841,"y":249,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:60:in `Delegator.const_missing'"},{"x":842,"y":241,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":842,"y":242,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/display_helper.rb:44:in `ActiveAdmin::ViewHelpers::DisplayHelper#pretty_format'"},{"x":842,"y":243,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/translation_helper.rb:87:in `ActionView::Helpers::TranslationHelper#localize'"},{"x":842,"y":244,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:242:in `#<Module:0x007fea73134a60>#localize'"},{"x":843,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:52:in `I18n::Backend::Base#localize'"},{"x":843,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:63:in `block in I18n::Backend::Base#localize'"},{"x":843,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":844,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:48:in `#<Module:0x007fea74827c68>#__temp__36275616475646f51647'"},{"x":844,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb:92:in `ActiveRecord::AttributeMethods::Read#_read_attribute'"},{"x":844,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:30:in `ActiveRecord::AttributeSet#fetch_value'"},{"x":844,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:35:in `ActiveRecord::Attribute#value'"},{"x":844,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:41:in `ActiveRecord::Attribute#original_value'"},{"x":844,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:103:in `ActiveRecord::Attribute::FromDatabase#type_cast'"},{"x":844,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/time_zone_conversion.rb:7:in `ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter#type_cast_from_database'"},{"x":844,"y":248,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":844,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:22:in `ActiveRecord::Type::Value#type_cast_from_database'"},{"x":844,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:92:in `ActiveRecord::Type::Value#type_cast'"},{"x":844,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/date_time.rb:17:in `ActiveRecord::ConnectionAdapters::PostgreSQL::OID::DateTime#cast_value'"},{"x":845,"y":241,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:117:in `ActiveAdmin::Views::TableFor#is_boolean?'"},{"x":845,"y":242,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/column.rb:18:in `ActiveRecord::ConnectionAdapters::Column#type'"},{"x":845,"y":243,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":845,"y":244,"width":3,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:351:in `block (2 levels) in Delegator.delegating_block'"},{"x":848,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":848,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/display_helper.rb:44:in `ActiveAdmin::ViewHelpers::DisplayHelper#pretty_format'"},{"x":848,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/translation_helper.rb:87:in `ActionView::Helpers::TranslationHelper#localize'"},{"x":848,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:242:in `#<Module:0x007fea73134a60>#localize'"},{"x":848,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:52:in `I18n::Backend::Base#localize'"},{"x":848,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":848,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":848,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":848,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:113:in `I18n::Backend::Base#resolve'"},{"x":848,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:115:in `block in I18n::Backend::Base#resolve'"},{"x":849,"y":241,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:48:in `#<Module:0x007fea74827c68>#__temp__36275616475646f51647'"},{"x":849,"y":242,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb:92:in `ActiveRecord::AttributeMethods::Read#_read_attribute'"},{"x":849,"y":243,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:30:in `ActiveRecord::AttributeSet#fetch_value'"},{"x":849,"y":244,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:35:in `ActiveRecord::Attribute#value'"},{"x":849,"y":245,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:41:in `ActiveRecord::Attribute#original_value'"},{"x":849,"y":246,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:103:in `ActiveRecord::Attribute::FromDatabase#type_cast'"},{"x":849,"y":247,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/time_zone_conversion.rb:7:in `ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter#type_cast_from_database'"},{"x":849,"y":248,"width":2,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":849,"y":249,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:351:in `block (2 levels) in Delegator.delegating_block'"},{"x":850,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:22:in `ActiveRecord::Type::Value#type_cast_from_database'"},{"x":850,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:92:in `ActiveRecord::Type::Value#type_cast'"},{"x":850,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/date_time.rb:17:in `ActiveRecord::ConnectionAdapters::PostgreSQL::OID::DateTime#cast_value'"},{"x":850,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/date_time.rb:33:in `ActiveRecord::Type::DateTime#cast_value'"},{"x":850,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/time_value.rb:30:in `ActiveRecord::Type::TimeValue#fast_string_to_time'"},{"x":852,"y":226,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":852,"y":227,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":852,"y":228,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:36:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":852,"y":229,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:65:in `ActiveAdmin::Views::TableFor#build_table_header'"},{"x":852,"y":230,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#th'"},{"x":852,"y":231,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":852,"y":232,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":852,"y":233,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":852,"y":234,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":852,"y":235,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":852,"y":236,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:75:in `block in ActiveAdmin::Views::TableFor#build_table_header'"},{"x":852,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:215:in `ActiveAdmin::Views::TableFor::Column#pretty_title'"},{"x":852,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activemodel-4.2.4/lib/active_model/translation.rb:43:in `ActiveModel::Translation#human_attribute_name'"},{"x":852,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":852,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:17:in `#<Module:0x007fea73134a60>#config'"},{"x":853,"y":237,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":853,"y":238,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":853,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:103:in `ActionView::Helpers::TagHelper#content_tag'"},{"x":853,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:143:in `ActionView::Helpers::TagHelper#content_tag_string'"},{"x":853,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:149:in `ActionView::Helpers::TagHelper#tag_options'"},{"x":854,"y":226,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:91:in `ActiveRecord::Delegation::ClassSpecificRelation#method_missing'"},{"x":854,"y":227,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:128:in `ActiveRecord::Delegation#method_missing'"},{"x":854,"y":228,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:41:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":854,"y":229,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":854,"y":230,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":854,"y":231,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:42:in `block (2 levels) in ActiveAdmin::Views::TableFor#column'"},{"x":854,"y":232,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:98:in `ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":854,"y":233,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#td'"},{"x":854,"y":234,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":854,"y":235,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":854,"y":236,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":854,"y":237,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":854,"y":238,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":854,"y":239,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:99:in `block in ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":854,"y":240,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:104:in `ActiveAdmin::Views::TableFor#render_data'"},{"x":854,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:48:in `#<Module:0x007fea74827c68>#__temp__57074616475646f51647'"},{"x":854,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb:92:in `ActiveRecord::AttributeMethods::Read#_read_attribute'"},{"x":854,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:30:in `ActiveRecord::AttributeSet#fetch_value'"},{"x":854,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:35:in `ActiveRecord::Attribute#value'"},{"x":854,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:41:in `ActiveRecord::Attribute#original_value'"},{"x":854,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:103:in `ActiveRecord::Attribute::FromDatabase#type_cast'"},{"x":854,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/time_zone_conversion.rb:7:in `ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter#type_cast_from_database'"},{"x":854,"y":248,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":854,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:22:in `ActiveRecord::Type::Value#type_cast_from_database'"},{"x":854,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:92:in `ActiveRecord::Type::Value#type_cast'"},{"x":854,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/date_time.rb:17:in `ActiveRecord::ConnectionAdapters::PostgreSQL::OID::DateTime#cast_value'"},{"x":854,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/date_time.rb:33:in `ActiveRecord::Type::DateTime#cast_value'"},{"x":854,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/time_value.rb:30:in `ActiveRecord::Type::TimeValue#fast_string_to_time'"},{"x":854,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/time_value.rb:14:in `ActiveRecord::Type::TimeValue#new_time'"},{"x":855,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:117:in `ActiveAdmin::Views::TableFor#is_boolean?'"},{"x":855,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/column.rb:18:in `ActiveRecord::ConnectionAdapters::Column#type'"},{"x":855,"y":243,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":855,"y":244,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:351:in `block (2 levels) in Delegator.delegating_block'"},{"x":856,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":856,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/display_helper.rb:44:in `ActiveAdmin::ViewHelpers::DisplayHelper#pretty_format'"},{"x":856,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/translation_helper.rb:87:in `ActionView::Helpers::TranslationHelper#localize'"},{"x":856,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:242:in `#<Module:0x007fea73134a60>#localize'"},{"x":856,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:52:in `I18n::Backend::Base#localize'"},{"x":856,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":857,"y":239,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:57:in `Arbre::Element::BuilderMethods#append_return_block'"},{"x":857,"y":240,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/text_node.rb:11:in `Arbre::HTML::TextNode.from_string'"},{"x":857,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:13:in `Arbre::Element#initialize'"},{"x":857,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:37:in `Arbre::Context#initialize'"},{"x":857,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:13:in `Arbre::Element#initialize'"},{"x":858,"y":239,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:99:in `block in ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":858,"y":240,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:104:in `ActiveAdmin::Views::TableFor#render_data'"},{"x":858,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:48:in `#<Module:0x007fea74827c68>#__temp__57074616475646f51647'"},{"x":858,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb:92:in `ActiveRecord::AttributeMethods::Read#_read_attribute'"},{"x":858,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:30:in `ActiveRecord::AttributeSet#fetch_value'"},{"x":858,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:35:in `ActiveRecord::Attribute#value'"},{"x":858,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:41:in `ActiveRecord::Attribute#original_value'"},{"x":858,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:103:in `ActiveRecord::Attribute::FromDatabase#type_cast'"},{"x":858,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/time_zone_conversion.rb:7:in `ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter#type_cast_from_database'"},{"x":858,"y":248,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":859,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:117:in `ActiveAdmin::Views::TableFor#is_boolean?'"},{"x":859,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/column.rb:18:in `ActiveRecord::ConnectionAdapters::Column#type'"},{"x":859,"y":243,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":859,"y":244,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:395:in `#<Class:0x007fea7297d588>#__getobj__'"},{"x":860,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":860,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/display_helper.rb:44:in `ActiveAdmin::ViewHelpers::DisplayHelper#pretty_format'"},{"x":860,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/translation_helper.rb:87:in `ActionView::Helpers::TranslationHelper#localize'"},{"x":860,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:242:in `#<Module:0x007fea73134a60>#localize'"},{"x":860,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:52:in `I18n::Backend::Base#localize'"},{"x":860,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":860,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":860,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":860,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:113:in `I18n::Backend::Base#resolve'"},{"x":860,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:115:in `block in I18n::Backend::Base#resolve'"},{"x":861,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:48:in `#<Module:0x007fea74827c68>#__temp__57074616475646f51647'"},{"x":861,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb:92:in `ActiveRecord::AttributeMethods::Read#_read_attribute'"},{"x":861,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:30:in `ActiveRecord::AttributeSet#fetch_value'"},{"x":861,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:35:in `ActiveRecord::Attribute#value'"},{"x":861,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:41:in `ActiveRecord::Attribute#original_value'"},{"x":861,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:103:in `ActiveRecord::Attribute::FromDatabase#type_cast'"},{"x":861,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/time_zone_conversion.rb:7:in `ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter#type_cast_from_database'"},{"x":861,"y":248,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":861,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:22:in `ActiveRecord::Type::Value#type_cast_from_database'"},{"x":861,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:92:in `ActiveRecord::Type::Value#type_cast'"},{"x":861,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/date_time.rb:17:in `ActiveRecord::ConnectionAdapters::PostgreSQL::OID::DateTime#cast_value'"},{"x":861,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/date_time.rb:33:in `ActiveRecord::Type::DateTime#cast_value'"},{"x":861,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/time_value.rb:30:in `ActiveRecord::Type::TimeValue#fast_string_to_time'"},{"x":862,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":862,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/view_helpers/display_helper.rb:44:in `ActiveAdmin::ViewHelpers::DisplayHelper#pretty_format'"},{"x":862,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/translation_helper.rb:87:in `ActionView::Helpers::TranslationHelper#localize'"},{"x":862,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:242:in `#<Module:0x007fea73134a60>#localize'"},{"x":862,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:52:in `I18n::Backend::Base#localize'"},{"x":862,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:63:in `block in I18n::Backend::Base#localize'"},{"x":862,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/time_with_zone.rb:296:in `ActiveSupport::TimeWithZone#mon'"},{"x":862,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/time_with_zone.rb:52:in `ActiveSupport::TimeWithZone#time'"},{"x":862,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/time_with_zone.rb:66:in `ActiveSupport::TimeWithZone#period'"},{"x":862,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/values/time_zone.rb:409:in `ActiveSupport::TimeZone#period_for_utc'"},{"x":862,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb:29:in `TZInfo::TimezoneProxy#period_for_utc'"},{"x":862,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb:13:in `TZInfo::DataTimezone#period_for_utc'"},{"x":862,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb:79:in `TZInfo::TransitionDataTimezoneInfo#period_for_utc'"},{"x":862,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb:87:in `block in TZInfo::TransitionDataTimezoneInfo#period_for_utc'"},{"x":862,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb:218:in `TZInfo::TimeOrDateTime#<=>'"},{"x":862,"y":256,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/rake/ext/time.rb:9:in `Time#<=>'"},{"x":862,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/time/calculations.rb:250:in `Time#compare_with_coercion'"},{"x":863,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:48:in `#<Module:0x007fea74827c68>#__temp__57074616475646f51647'"},{"x":863,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb:92:in `ActiveRecord::AttributeMethods::Read#_read_attribute'"},{"x":863,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:30:in `ActiveRecord::AttributeSet#fetch_value'"},{"x":863,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:35:in `ActiveRecord::Attribute#value'"},{"x":863,"y":245,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:41:in `ActiveRecord::Attribute#original_value'"},{"x":863,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute.rb:103:in `ActiveRecord::Attribute::FromDatabase#type_cast'"},{"x":863,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/time_zone_conversion.rb:7:in `ActiveRecord::AttributeMethods::TimeZoneConversion::TimeZoneConverter#type_cast_from_database'"},{"x":863,"y":248,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":863,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:22:in `ActiveRecord::Type::Value#type_cast_from_database'"},{"x":863,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:92:in `ActiveRecord::Type::Value#type_cast'"},{"x":863,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/date_time.rb:17:in `ActiveRecord::ConnectionAdapters::PostgreSQL::OID::DateTime#cast_value'"},{"x":864,"y":241,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:235:in `ActiveRecord::AttributeMethods#respond_to?'"},{"x":864,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/model_schema.rb:259:in `ActiveRecord::ModelSchema::ClassMethods#column_names'"},{"x":865,"y":241,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:117:in `ActiveAdmin::Views::TableFor#is_boolean?'"},{"x":865,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/column.rb:18:in `ActiveRecord::ConnectionAdapters::Column#type'"},{"x":865,"y":243,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:346:in `block in Delegator.delegating_block'"},{"x":865,"y":244,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/delegate.rb:351:in `block (2 levels) in Delegator.delegating_block'"},{"x":866,"y":242,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:259:in `ActiveRecord::AttributeMethods#has_attribute?'"},{"x":866,"y":243,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:22:in `ActiveRecord::AttributeSet#key?'"},{"x":866,"y":244,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set/builder.rb:33:in `ActiveRecord::LazyAttributeHash#key?'"},{"x":867,"y":225,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:299:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor#actions'"},{"x":867,"y":226,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:27:in `ActiveAdmin::Views::TableFor#column'"},{"x":867,"y":227,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:91:in `ActiveRecord::Delegation::ClassSpecificRelation#method_missing'"},{"x":867,"y":228,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:128:in `ActiveRecord::Delegation#method_missing'"},{"x":867,"y":229,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:41:in `block in ActiveAdmin::Views::TableFor#column'"},{"x":867,"y":230,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":867,"y":231,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":867,"y":232,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:42:in `block (2 levels) in ActiveAdmin::Views::TableFor#column'"},{"x":867,"y":233,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:98:in `ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":867,"y":234,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#td'"},{"x":867,"y":235,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":867,"y":236,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":867,"y":237,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":867,"y":238,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":867,"y":239,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":867,"y":240,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:99:in `block in ActiveAdmin::Views::TableFor#build_table_cell'"},{"x":867,"y":241,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/table_for.rb:104:in `ActiveAdmin::Views::TableFor#render_data'"},{"x":867,"y":242,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:307:in `block in ActiveAdmin::Views::IndexAsTable::IndexTableFor#actions'"},{"x":867,"y":243,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#table_actions'"},{"x":867,"y":244,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":867,"y":245,"width":30,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":867,"y":246,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":867,"y":247,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":867,"y":248,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":867,"y":249,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:314:in `block (2 levels) in ActiveAdmin::Views::IndexAsTable::IndexTableFor#actions'"},{"x":867,"y":250,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:327:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor#defaults'"},{"x":867,"y":251,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":867,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:44:in `Arbre::Element::BuilderMethods#current_arbre_element'"},{"x":867,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:85:in `Arbre::Context#current_arbre_element'"},{"x":868,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73dd4a90>#edit_resource_path'"},{"x":868,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/inherited_resources-1.6.0/lib/inherited_resources/url_helpers.rb:220:in `Admin::BlogPostsController#edit_resource_path'"},{"x":868,"y":254,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:344:in `block (2 levels) in ActionDispatch::Routing::RouteSet::NamedRouteCollection#define_url_helper'"},{"x":868,"y":255,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:219:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper::OptimizedUrlHelper#call'"},{"x":868,"y":256,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:273:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper#call'"},{"x":868,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":868,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:759:in `ActionDispatch::Routing::RouteSet#generate'"},{"x":868,"y":259,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:728:in `ActionDispatch::Routing::RouteSet::Generator#generate'"},{"x":868,"y":260,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:16:in `ActionDispatch::Journey::Formatter#generate'"},{"x":868,"y":261,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:80:in `ActionDispatch::Journey::Formatter#match_route'"},{"x":868,"y":262,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:20:in `block in ActionDispatch::Journey::Formatter#generate'"},{"x":868,"y":263,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:129:in `ActionDispatch::Journey::Formatter#missing_keys'"},{"x":868,"y":264,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/route.rb:75:in `ActionDispatch::Journey::Route#required_parts'"},{"x":869,"y":252,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73dd4a90>#resource_path'"},{"x":869,"y":253,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/inherited_resources-1.6.0/lib/inherited_resources/url_helpers.rb:220:in `Admin::BlogPostsController#resource_path'"},{"x":869,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:285:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper#handle_positional_args'"},{"x":869,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:298:in `block in ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper#handle_positional_args'"},{"x":869,"y":259,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:299:in `block (2 levels) in ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper#handle_positional_args'"},{"x":870,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":870,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:759:in `ActionDispatch::Routing::RouteSet#generate'"},{"x":870,"y":259,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:728:in `ActionDispatch::Routing::RouteSet::Generator#generate'"},{"x":870,"y":260,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:16:in `ActionDispatch::Journey::Formatter#generate'"},{"x":870,"y":261,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:80:in `ActionDispatch::Journey::Formatter#match_route'"},{"x":870,"y":262,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:20:in `block in ActionDispatch::Journey::Formatter#generate'"},{"x":870,"y":263,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:55:in `ActionDispatch::Journey::Formatter#extract_parameterized_parts'"},{"x":870,"y":264,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/journey/formatter.rb:67:in `block in ActionDispatch::Journey::Formatter#extract_parameterized_parts'"},{"x":870,"y":265,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:625:in `block in <class:Generator>'"},{"x":871,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:343:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor::TableActions#item'"},{"x":871,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":871,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":872,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/component.rb:9:in `Arbre::Component#initialize'"},{"x":872,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/component.rb:17:in `Arbre::Component#default_class_name'"},{"x":872,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:118:in `String#underscore'"},{"x":872,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":872,"y":250,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/inflections.rb:203:in `ActiveSupport::Inflector#inflections'"},{"x":873,"y":246,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":873,"y":247,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":873,"y":248,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":873,"y":249,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:314:in `block (2 levels) in ActiveAdmin::Views::IndexAsTable::IndexTableFor#actions'"},{"x":873,"y":250,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:327:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor#defaults'"},{"x":873,"y":251,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":873,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73dd4a90>#resource_path'"},{"x":873,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/inherited_resources-1.6.0/lib/inherited_resources/url_helpers.rb:220:in `Admin::BlogPostsController#resource_path'"},{"x":873,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/array/extract_options.rb:22:in `Array#extract_options!'"},{"x":874,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:18:in `Arbre::Element#assigns'"},{"x":874,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:52:in `Arbre::Context#assigns'"},{"x":875,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/component.rb:9:in `Arbre::Component#initialize'"},{"x":875,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/component.rb:17:in `Arbre::Component#default_class_name'"},{"x":875,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:118:in `String#underscore'"},{"x":875,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":876,"y":246,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":876,"y":247,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":876,"y":248,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":876,"y":249,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:314:in `block (2 levels) in ActiveAdmin::Views::IndexAsTable::IndexTableFor#actions'"},{"x":876,"y":250,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:327:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor#defaults'"},{"x":876,"y":251,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":876,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:343:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor::TableActions#item'"},{"x":876,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":876,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:22:in `Arbre::Element#helpers'"},{"x":876,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:56:in `Arbre::Context#helpers'"},{"x":877,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73bf7830>#authorized?'"},{"x":877,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/base_controller/authorization.rb:37:in `ActiveAdmin::BaseController::Authorization#authorized?'"},{"x":877,"y":254,"width":1,"frame":"~/codez/app/app/app/authorization/active_admin_adapter.rb:2:in `ActiveAdminAdapter#authorized?'"},{"x":877,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:48:in `#<Module:0x007fea74827c68>#__temp__27f6c656'"},{"x":877,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb:92:in `ActiveRecord::AttributeMethods::Read#_read_attribute'"},{"x":877,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:30:in `ActiveRecord::AttributeSet#fetch_value'"},{"x":877,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:9:in `ActiveRecord::AttributeSet#[]'"},{"x":877,"y":259,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set/builder.rb:37:in `ActiveRecord::LazyAttributeHash#[]'"},{"x":878,"y":246,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/component.rb:9:in `Arbre::Component#initialize'"},{"x":878,"y":247,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/component.rb:17:in `Arbre::Component#default_class_name'"},{"x":878,"y":248,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:137:in `String#demodulize'"},{"x":878,"y":249,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:199:in `ActiveSupport::Inflector#demodulize'"},{"x":879,"y":246,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":879,"y":247,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":879,"y":248,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":879,"y":249,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:314:in `block (2 levels) in ActiveAdmin::Views::IndexAsTable::IndexTableFor#actions'"},{"x":879,"y":250,"width":18,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:327:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor#defaults'"},{"x":879,"y":251,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":879,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:343:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor::TableActions#item'"},{"x":879,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":879,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":879,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:103:in `ActionView::Helpers::TagHelper#content_tag'"},{"x":879,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:143:in `ActionView::Helpers::TagHelper#content_tag_string'"},{"x":879,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:149:in `ActionView::Helpers::TagHelper#tag_options'"},{"x":879,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:152:in `block in ActionView::Helpers::TagHelper#tag_options'"},{"x":879,"y":259,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:154:in `block (2 levels) in ActionView::Helpers::TagHelper#tag_options'"},{"x":879,"y":260,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:166:in `ActionView::Helpers::TagHelper#prefix_tag_option'"},{"x":879,"y":261,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:178:in `ActionView::Helpers::TagHelper#tag_option'"},{"x":880,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73dd4a90>#resource_path'"},{"x":880,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/inherited_resources-1.6.0/lib/inherited_resources/url_helpers.rb:220:in `Admin::BlogPostsController#resource_path'"},{"x":880,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:344:in `block (2 levels) in ActionDispatch::Routing::RouteSet::NamedRouteCollection#define_url_helper'"},{"x":880,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:219:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper::OptimizedUrlHelper#call'"},{"x":880,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:273:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper#call'"},{"x":880,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":880,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:759:in `ActionDispatch::Routing::RouteSet#generate'"},{"x":880,"y":259,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:637:in `ActionDispatch::Routing::RouteSet::Generator#initialize'"},{"x":880,"y":260,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:715:in `ActionDispatch::Routing::RouteSet::Generator#normalize_controller!'"},{"x":881,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:343:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor::TableActions#item'"},{"x":881,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":881,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":881,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:103:in `ActionView::Helpers::TagHelper#content_tag'"},{"x":881,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:143:in `ActionView::Helpers::TagHelper#content_tag_string'"},{"x":881,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:149:in `ActionView::Helpers::TagHelper#tag_options'"},{"x":881,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:152:in `block in ActionView::Helpers::TagHelper#tag_options'"},{"x":881,"y":259,"width":1,"frame":"~/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/set.rb:211:in `Set#include?'"},{"x":882,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73bf7830>#authorized?'"},{"x":882,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/base_controller/authorization.rb:37:in `ActiveAdmin::BaseController::Authorization#authorized?'"},{"x":882,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/base_controller/authorization.rb:73:in `ActiveAdmin::BaseController::Authorization#active_admin_authorization'"},{"x":883,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73dd4a90>#resource_path'"},{"x":883,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/inherited_resources-1.6.0/lib/inherited_resources/url_helpers.rb:220:in `Admin::BlogPostsController#resource_path'"},{"x":883,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:344:in `block (2 levels) in ActionDispatch::Routing::RouteSet::NamedRouteCollection#define_url_helper'"},{"x":883,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:219:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper::OptimizedUrlHelper#call'"},{"x":883,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:273:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper#call'"},{"x":883,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":884,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:343:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor::TableActions#item'"},{"x":884,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":884,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":884,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:103:in `ActionView::Helpers::TagHelper#content_tag'"},{"x":884,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:143:in `ActionView::Helpers::TagHelper#content_tag_string'"},{"x":884,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:149:in `ActionView::Helpers::TagHelper#tag_options'"},{"x":884,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:152:in `block in ActionView::Helpers::TagHelper#tag_options'"},{"x":884,"y":259,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:154:in `block (2 levels) in ActionView::Helpers::TagHelper#tag_options'"},{"x":884,"y":260,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:166:in `ActionView::Helpers::TagHelper#prefix_tag_option'"},{"x":884,"y":261,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:125:in `String#dasherize'"},{"x":884,"y":262,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:187:in `ActiveSupport::Inflector#dasherize'"},{"x":885,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:44:in `Arbre::Element::BuilderMethods#current_arbre_element'"},{"x":885,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:85:in `Arbre::Context#current_arbre_element'"},{"x":886,"y":252,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:343:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor::TableActions#item'"},{"x":886,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#text_node'"},{"x":886,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":886,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":886,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":886,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":886,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":887,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":887,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":887,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:103:in `ActionView::Helpers::TagHelper#content_tag'"},{"x":887,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:143:in `ActionView::Helpers::TagHelper#content_tag_string'"},{"x":887,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:149:in `ActionView::Helpers::TagHelper#tag_options'"},{"x":887,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:152:in `block in ActionView::Helpers::TagHelper#tag_options'"},{"x":887,"y":259,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:154:in `block (2 levels) in ActionView::Helpers::TagHelper#tag_options'"},{"x":887,"y":260,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:166:in `ActionView::Helpers::TagHelper#prefix_tag_option'"},{"x":887,"y":261,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:125:in `String#dasherize'"},{"x":887,"y":262,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:187:in `ActiveSupport::Inflector#dasherize'"},{"x":888,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":888,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":888,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":889,"y":251,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":889,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73dd4a90>#resource_path'"},{"x":889,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/inherited_resources-1.6.0/lib/inherited_resources/url_helpers.rb:220:in `Admin::BlogPostsController#resource_path'"},{"x":889,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:344:in `block (2 levels) in ActionDispatch::Routing::RouteSet::NamedRouteCollection#define_url_helper'"},{"x":889,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:219:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper::OptimizedUrlHelper#call'"},{"x":889,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:273:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper#call'"},{"x":889,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal/url_for.rb:25:in `ActionController::UrlFor#url_options'"},{"x":890,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:343:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor::TableActions#item'"},{"x":890,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#text_node'"},{"x":890,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":890,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":890,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:13:in `Arbre::Element#initialize'"},{"x":891,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73bf7830>#authorized?'"},{"x":891,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/base_controller/authorization.rb:37:in `ActiveAdmin::BaseController::Authorization#authorized?'"},{"x":891,"y":254,"width":1,"frame":"~/codez/app/app/app/authorization/active_admin_adapter.rb:2:in `ActiveAdminAdapter#authorized?'"},{"x":891,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods.rb:48:in `#<Module:0x007fea74827c68>#__temp__27f6c656'"},{"x":891,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_methods/read.rb:92:in `ActiveRecord::AttributeMethods::Read#_read_attribute'"},{"x":891,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:30:in `ActiveRecord::AttributeSet#fetch_value'"},{"x":891,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set.rb:9:in `ActiveRecord::AttributeSet#[]'"},{"x":891,"y":259,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/attribute_set/builder.rb:37:in `ActiveRecord::LazyAttributeHash#[]'"},{"x":892,"y":252,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/index_as_table.rb:343:in `ActiveAdmin::Views::IndexAsTable::IndexTableFor::TableActions#item'"},{"x":892,"y":253,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":892,"y":254,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/url_helper.rb:175:in `ActionView::Helpers::UrlHelper#link_to'"},{"x":892,"y":255,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:103:in `ActionView::Helpers::TagHelper#content_tag'"},{"x":892,"y":256,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:143:in `ActionView::Helpers::TagHelper#content_tag_string'"},{"x":892,"y":257,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:149:in `ActionView::Helpers::TagHelper#tag_options'"},{"x":892,"y":258,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:152:in `block in ActionView::Helpers::TagHelper#tag_options'"},{"x":892,"y":259,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:178:in `ActionView::Helpers::TagHelper#tag_option'"},{"x":892,"y":260,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":894,"y":251,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":894,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":894,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":894,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/simple.rb:70:in `I18n::Backend::Simple::Implementation#lookup'"},{"x":894,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:265:in `#<Module:0x007fea73134a60>#normalize_keys'"},{"x":894,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:324:in `#<Module:0x007fea73134a60>#normalize_key'"},{"x":894,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:337:in `#<Module:0x007fea73134a60>#normalized_key_cache'"},{"x":895,"y":251,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":896,"y":252,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/abstract_controller/helpers.rb:66:in `#<Module:0x007fea73dd4a90>#resource_path'"},{"x":896,"y":253,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/inherited_resources-1.6.0/lib/inherited_resources/url_helpers.rb:220:in `Admin::BlogPostsController#resource_path'"},{"x":896,"y":254,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:344:in `block (2 levels) in ActionDispatch::Routing::RouteSet::NamedRouteCollection#define_url_helper'"},{"x":896,"y":255,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:219:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper::OptimizedUrlHelper#call'"},{"x":896,"y":256,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:273:in `ActionDispatch::Routing::RouteSet::NamedRouteCollection::UrlHelper#call'"},{"x":896,"y":257,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:781:in `ActionDispatch::Routing::RouteSet#url_for'"},{"x":896,"y":258,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:759:in `ActionDispatch::Routing::RouteSet#generate'"},{"x":896,"y":259,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/routing/route_set.rb:637:in `ActionDispatch::Routing::RouteSet::Generator#initialize'"},{"x":897,"y":173,"width":41,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:123:in `ActiveAdmin::Views::Pages::Base#build_sidebar'"},{"x":897,"y":180,"width":41,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:124:in `block in ActiveAdmin::Views::Pages::Base#build_sidebar'"},{"x":897,"y":181,"width":41,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:125:in `block (2 levels) in ActiveAdmin::Views::Pages::Base#build_sidebar'"},{"x":897,"y":182,"width":41,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#sidebar_section'"},{"x":897,"y":183,"width":41,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":897,"y":184,"width":41,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":897,"y":185,"width":41,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:48:in `Arbre::Element::BuilderMethods#with_current_arbre_element'"},{"x":897,"y":186,"width":41,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/context.rb:89:in `Arbre::Context#with_current_arbre_element'"},{"x":897,"y":187,"width":41,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:26:in `block in Arbre::Element::BuilderMethods#build_tag'"},{"x":897,"y":188,"width":41,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/sidebar_section.rb:8:in `ActiveAdmin::Views::SidebarSection#build'"},{"x":897,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/panel.rb:7:in `ActiveAdmin::Views::Panel#build'"},{"x":897,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:13:in `Arbre::Element::BuilderMethods#h3'"},{"x":897,"y":191,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":897,"y":192,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/panel.rb:16:in `ActiveAdmin::Views::Panel#add_child'"},{"x":897,"y":193,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:35:in `Arbre::Element#add_child'"},{"x":898,"y":189,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/components/sidebar_section.rb:18:in `ActiveAdmin::Views::SidebarSection#build_sidebar_content'"},{"x":898,"y":190,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/resource_extension.rb:135:in `block in ActiveAdmin::Filters::ResourceExtension#filters_sidebar_section'"},{"x":898,"y":191,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:174:in `Arbre::Element#method_missing'"},{"x":898,"y":192,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/forms.rb:49:in `ActiveAdmin::Filters::ViewHelper#active_admin_filters_form_for'"},{"x":898,"y":193,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_helper.rb:422:in `ActionView::Helpers::FormHelper#form_for'"},{"x":898,"y":194,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_helper.rb:451:in `ActionView::Helpers::FormHelper#apply_form_for_options!'"},{"x":898,"y":195,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/object/blank.rb:43:in `Object#presence'"},{"x":898,"y":196,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/object/blank.rb:23:in `Object#present?'"},{"x":898,"y":197,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/object/blank.rb:116:in `String#blank?'"},{"x":899,"y":194,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:36:in `ActionView::Helpers::CaptureHelper#capture'"},{"x":899,"y":195,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:194:in `ActionView::Helpers::CaptureHelper#with_output_buffer'"},{"x":899,"y":196,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:38:in `block in ActionView::Helpers::CaptureHelper#capture'"},{"x":899,"y":197,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/forms.rb:57:in `block in ActiveAdmin::Filters::ViewHelper#active_admin_filters_form_for'"},{"x":899,"y":198,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/forms.rb:58:in `block (2 levels) in ActiveAdmin::Filters::ViewHelper#active_admin_filters_form_for'"},{"x":899,"y":199,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/forms.rb:12:in `ActiveAdmin::Filters::FormBuilder#filter'"},{"x":899,"y":200,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/helpers/input_helper.rb:233:in `Formtastic::Helpers::InputHelper#input'"},{"x":899,"y":201,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/helpers/input_helper.rb:337:in `Formtastic::Helpers::InputHelper#input_class'"},{"x":899,"y":202,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/helpers/input_helper.rb:328:in `Formtastic::Helpers::InputHelper#namespaced_input_class'"},{"x":899,"y":203,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:48:in `Formtastic::NamespacedClassFinder#find'"},{"x":899,"y":204,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:52:in `Formtastic::NamespacedClassFinder#resolve'"},{"x":899,"y":205,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:74:in `Formtastic::NamespacedClassFinder#finder'"},{"x":899,"y":206,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:90:in `Formtastic::NamespacedClassFinder#find_by_trying'"},{"x":899,"y":207,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:91:in `block in Formtastic::NamespacedClassFinder#find_by_trying'"},{"x":899,"y":208,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/dependencies.rb:182:in `ActiveSupport::Dependencies::ModuleConstMissing#const_missing'"},{"x":899,"y":209,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/dependencies.rb:475:in `ActiveSupport::Dependencies#load_missing_constant'"},{"x":899,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/dependencies.rb:533:in `block in ActiveSupport::Dependencies#load_missing_constant'"},{"x":900,"y":210,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/better_errors-2.1.1/lib/better_errors/exception_extension.rb:5:in `BetterErrors::ExceptionExtension#set_backtrace'"},{"x":900,"y":211,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/binding_of_caller-0.7.2/lib/binding_of_caller/mri2.rb:18:in `BindingOfCaller::BindingExtensions#callers'"},{"x":900,"y":212,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/binding_of_caller-0.7.2/lib/binding_of_caller/mri2.rb:21:in `block in BindingOfCaller::BindingExtensions#callers'"},{"x":900,"y":213,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/binding_of_caller-0.7.2/lib/binding_of_caller/mri2.rb:23:in `block (2 levels) in BindingOfCaller::BindingExtensions#callers'"},{"x":901,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/better_errors-2.1.1/lib/better_errors/exception_extension.rb:5:in `BetterErrors::ExceptionExtension#set_backtrace'"},{"x":901,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/better_errors-2.1.1/lib/better_errors/exception_extension.rb:6:in `block in BetterErrors::ExceptionExtension#set_backtrace'"},{"x":902,"y":201,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/string_input.rb:12:in `ActiveAdmin::Inputs::Filters::StringInput#to_html'"},{"x":902,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/formtastic_addons.rb:56:in `ActiveAdmin::Filters::FormtasticAddons#seems_searchable?'"},{"x":902,"y":203,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/formtastic_addons.rb:72:in `ActiveAdmin::Filters::FormtasticAddons#scope?'"},{"x":902,"y":204,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/context.rb:19:in `Ransack::Context.for'"},{"x":902,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/ransack/context.rb:9:in `Ransack::Context.for_class'"},{"x":902,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/context.rb:14:in `Ransack::Adapters::ActiveRecord::Context#initialize'"},{"x":902,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/ransack/context.rb:24:in `Ransack::Context#initialize'"},{"x":902,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/context.rb:170:in `Ransack::Adapters::ActiveRecord::Context#join_dependency'"},{"x":902,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/context.rb:180:in `Ransack::Adapters::ActiveRecord::Context#build_joins'"},{"x":902,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/associations/join_dependency.rb:95:in `ActiveRecord::Associations::JoinDependency#initialize'"},{"x":902,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_handling.rb:86:in `ActiveRecord::ConnectionHandling#connection'"},{"x":902,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_handling.rb:112:in `ActiveRecord::ConnectionHandling#retrieve_connection'"},{"x":902,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:568:in `ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection'"},{"x":902,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:605:in `ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection_pool'"},{"x":902,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb:37:in `ThreadSafe::Cache#[]'"},{"x":902,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/thread_safe-0.3.5/lib/thread_safe/non_concurrent_cache_backend.rb:11:in `ThreadSafe::NonConcurrentCacheBackend#[]'"},{"x":903,"y":202,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:38:in `ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#to_html'"},{"x":903,"y":203,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base.rb:11:in `ActiveAdmin::Inputs::Filters::Base#input_wrapping'"},{"x":903,"y":204,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:36:in `ActionView::Helpers::CaptureHelper#capture'"},{"x":903,"y":205,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:194:in `ActionView::Helpers::CaptureHelper#with_output_buffer'"},{"x":903,"y":206,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:38:in `block in ActionView::Helpers::CaptureHelper#capture'"},{"x":903,"y":207,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:39:in `block in ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#to_html'"},{"x":903,"y":208,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:50:in `ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#select_html'"},{"x":903,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:65:in `ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#filter_options'"},{"x":903,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:66:in `block in ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#filter_options'"},{"x":904,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:58:in `ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#current_filter'"},{"x":904,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:61:in `block in ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#current_filter'"},{"x":904,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/search.rb:93:in `Ransack::Search#method_missing'"},{"x":904,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:115:in `Ransack::Nodes::Grouping#method_missing'"},{"x":904,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:129:in `Ransack::Nodes::Grouping#attribute_method?'"},{"x":904,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:193:in `Ransack::Nodes::Grouping#strip_predicate_and_index'"},{"x":904,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:20:in `Ransack::Predicate.detect_and_strip_from_string!'"},{"x":904,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:27:in `Ransack::Predicate.detect_from_string'"},{"x":904,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:28:in `block in Ransack::Predicate.detect_from_string'"},{"x":905,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb:350:in `ActionView::Helpers::FormOptionsHelper#options_for_select'"},{"x":905,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb:357:in `block in ActionView::Helpers::FormOptionsHelper#options_for_select'"},{"x":905,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb:733:in `ActionView::Helpers::FormOptionsHelper#option_value_selected?'"},{"x":906,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:46:in `ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#input_html'"},{"x":906,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_helper.rb:1322:in `ActionView::Helpers::FormBuilder#text_field'"},{"x":906,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_helper.rb:786:in `ActionView::Helpers::FormHelper#text_field'"},{"x":906,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tags/text_field.rb:9:in `ActionView::Helpers::Tags::TextField#render'"},{"x":906,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tags/text_field.rb:13:in `block in ActionView::Helpers::Tags::TextField#render'"},{"x":906,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tags/base.rb:31:in `ActionView::Helpers::Tags::Base#value_before_type_cast'"},{"x":906,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/helpers/form_builder.rb:9:in `ActionView::Helpers::Tags::Base#value'"},{"x":906,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/search.rb:93:in `Ransack::Search#method_missing'"},{"x":906,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:115:in `Ransack::Nodes::Grouping#method_missing'"},{"x":906,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:129:in `Ransack::Nodes::Grouping#attribute_method?'"},{"x":906,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:193:in `Ransack::Nodes::Grouping#strip_predicate_and_index'"},{"x":906,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:20:in `Ransack::Predicate.detect_and_strip_from_string!'"},{"x":906,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:27:in `Ransack::Predicate.detect_from_string'"},{"x":906,"y":221,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:12:in `Ransack::Predicate.names_by_decreasing_length'"},{"x":906,"y":222,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:13:in `block in Ransack::Predicate.names_by_decreasing_length'"},{"x":907,"y":201,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/helpers/input_helper.rb:337:in `Formtastic::Helpers::InputHelper#input_class'"},{"x":907,"y":202,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/helpers/input_helper.rb:328:in `Formtastic::Helpers::InputHelper#namespaced_input_class'"},{"x":907,"y":203,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:48:in `Formtastic::NamespacedClassFinder#find'"},{"x":907,"y":204,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:52:in `Formtastic::NamespacedClassFinder#resolve'"},{"x":907,"y":205,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:74:in `Formtastic::NamespacedClassFinder#finder'"},{"x":907,"y":206,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:90:in `Formtastic::NamespacedClassFinder#find_by_trying'"},{"x":907,"y":207,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:91:in `block in Formtastic::NamespacedClassFinder#find_by_trying'"},{"x":907,"y":208,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/dependencies.rb:182:in `ActiveSupport::Dependencies::ModuleConstMissing#const_missing'"},{"x":907,"y":209,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/dependencies.rb:475:in `ActiveSupport::Dependencies#load_missing_constant'"},{"x":907,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/dependencies.rb:375:in `ActiveSupport::Dependencies#qualified_const_defined?'"},{"x":907,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/module/qualified_const.rb:26:in `Module#qualified_const_defined?'"},{"x":907,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/module/qualified_const.rb:11:in `#<Module:0x007fea738f1dc0>.names'"},{"x":908,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/dependencies.rb:533:in `block in ActiveSupport::Dependencies#load_missing_constant'"},{"x":909,"y":201,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:137:in `Formtastic::Inputs::SelectInput#to_html'"},{"x":909,"y":202,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base.rb:11:in `ActiveAdmin::Inputs::Filters::Base#input_wrapping'"},{"x":909,"y":203,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:36:in `ActionView::Helpers::CaptureHelper#capture'"},{"x":909,"y":204,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:194:in `ActionView::Helpers::CaptureHelper#with_output_buffer'"},{"x":909,"y":205,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:38:in `block in ActionView::Helpers::CaptureHelper#capture'"},{"x":909,"y":206,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:138:in `block in Formtastic::Inputs::SelectInput#to_html'"},{"x":909,"y":207,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:8:in `Formtastic::Inputs::Base::Labelling#label_html'"},{"x":909,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:19:in `Formtastic::Inputs::Base::Labelling#label_text'"},{"x":909,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:40:in `Formtastic::Inputs::Base::Labelling#localized_label'"},{"x":909,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/localized_string.rb:10:in `Formtastic::LocalizedString#localized_string'"},{"x":909,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/localizer.rb:59:in `Formtastic::Localizer#localize'"},{"x":909,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/i18n.rb:21:in `#<Module:0x007fea557f3338>.translate'"},{"x":909,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":909,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":909,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":909,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:97:in `I18n::Backend::Base#default'"},{"x":909,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:101:in `block in I18n::Backend::Base#default'"},{"x":909,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:113:in `I18n::Backend::Base#resolve'"},{"x":909,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:115:in `block in I18n::Backend::Base#resolve'"},{"x":909,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":910,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:156:in `Formtastic::Inputs::SelectInput#label_html_options'"},{"x":910,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:12:in `Formtastic::Inputs::Base::Labelling#label_html_options'"},{"x":910,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:164:in `Formtastic::Inputs::SelectInput#input_html_options'"},{"x":910,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/html.rb:21:in `Formtastic::Inputs::Base::Html#input_html_options'"},{"x":910,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/html.rb:29:in `Formtastic::Inputs::Base::Html#dom_id'"},{"x":911,"y":207,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:144:in `Formtastic::Inputs::SelectInput#select_html'"},{"x":911,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/select_input.rb:7:in `ActiveAdmin::Inputs::Filters::SelectInput#input_name'"},{"x":911,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/formtastic_addons.rb:56:in `ActiveAdmin::Filters::FormtasticAddons#seems_searchable?'"},{"x":911,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/formtastic_addons.rb:72:in `ActiveAdmin::Filters::FormtasticAddons#scope?'"},{"x":911,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/context.rb:19:in `Ransack::Context.for'"},{"x":911,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/ransack/context.rb:9:in `Ransack::Context.for_class'"},{"x":911,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/context.rb:14:in `Ransack::Adapters::ActiveRecord::Context#initialize'"},{"x":911,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/ransack/context.rb:24:in `Ransack::Context#initialize'"},{"x":911,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/context.rb:170:in `Ransack::Adapters::ActiveRecord::Context#join_dependency'"},{"x":911,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/delegation.rb:116:in `ActiveRecord::Delegation#respond_to?'"},{"x":911,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:857:in `ActiveRecord::QueryMethods#arel'"},{"x":911,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/postgres_ext-2.4.1/lib/postgres_ext/active_record/relation/query_methods.rb:184:in `ActiveRecord::QueryMethods#build_arel_with_extensions'"},{"x":911,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/query_methods.rb:863:in `ActiveRecord::QueryMethods#build_arel'"},{"x":911,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/select_manager.rb:9:in `Arel::SelectManager#initialize'"},{"x":911,"y":221,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/arel-233bf633a6d4/lib/arel/tree_manager.rb:11:in `Arel::TreeManager#initialize'"},{"x":912,"y":208,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb:776:in `ActionView::Helpers::FormBuilder#select'"},{"x":912,"y":209,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb:162:in `ActionView::Helpers::FormOptionsHelper#select'"},{"x":912,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tags/select.rb:5:in `ActionView::Helpers::Tags::Select#initialize'"},{"x":913,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tags/select.rb:14:in `ActionView::Helpers::Tags::Select#render'"},{"x":913,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tags/base.rb:125:in `ActionView::Helpers::Tags::Base#select_content_tag'"},{"x":913,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tags/base.rb:81:in `ActionView::Helpers::Tags::Base#add_default_name_and_id'"},{"x":914,"y":201,"width":6,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/string_input.rb:12:in `ActiveAdmin::Inputs::Filters::StringInput#to_html'"},{"x":914,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/formtastic_addons.rb:56:in `ActiveAdmin::Filters::FormtasticAddons#seems_searchable?'"},{"x":914,"y":203,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/formtastic_addons.rb:62:in `ActiveAdmin::Filters::FormtasticAddons#has_predicate?'"},{"x":914,"y":204,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:27:in `Ransack::Predicate.detect_from_string'"},{"x":914,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:12:in `Ransack::Predicate.names_by_decreasing_length'"},{"x":914,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:13:in `block in Ransack::Predicate.names_by_decreasing_length'"},{"x":915,"y":202,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:38:in `ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#to_html'"},{"x":915,"y":203,"width":5,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base.rb:11:in `ActiveAdmin::Inputs::Filters::Base#input_wrapping'"},{"x":915,"y":204,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:36:in `ActionView::Helpers::CaptureHelper#capture'"},{"x":915,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:194:in `ActionView::Helpers::CaptureHelper#with_output_buffer'"},{"x":915,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:38:in `block in ActionView::Helpers::CaptureHelper#capture'"},{"x":915,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:39:in `block in ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#to_html'"},{"x":915,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:46:in `ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#input_html'"},{"x":915,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/placeholder.rb:6:in `Formtastic::Inputs::Base::Placeholder#input_html_options'"},{"x":915,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/stringish.rb:15:in `Formtastic::Inputs::Base::Stringish#input_html_options'"},{"x":915,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/html.rb:21:in `Formtastic::Inputs::Base::Html#input_html_options'"},{"x":915,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/html.rb:29:in `Formtastic::Inputs::Base::Html#dom_id'"},{"x":915,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/html.rb:38:in `Formtastic::Inputs::Base::Html#dom_index'"},{"x":916,"y":204,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:32:in `ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#wrapper_html_options'"},{"x":916,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base.rb:26:in `ActiveAdmin::Inputs::Filters::Base#wrapper_html_options'"},{"x":916,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/naming.rb:6:in `Formtastic::Inputs::Base::Naming#as'"},{"x":916,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:118:in `String#underscore'"},{"x":916,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":917,"y":204,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:36:in `ActionView::Helpers::CaptureHelper#capture'"},{"x":917,"y":205,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:194:in `ActionView::Helpers::CaptureHelper#with_output_buffer'"},{"x":917,"y":206,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:38:in `block in ActionView::Helpers::CaptureHelper#capture'"},{"x":917,"y":207,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:39:in `block in ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#to_html'"},{"x":917,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:8:in `Formtastic::Inputs::Base::Labelling#label_html'"},{"x":917,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:12:in `Formtastic::Inputs::Base::Labelling#label_html_options'"},{"x":917,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/placeholder.rb:6:in `Formtastic::Inputs::Base::Placeholder#input_html_options'"},{"x":917,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/stringish.rb:15:in `Formtastic::Inputs::Base::Stringish#input_html_options'"},{"x":917,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/html.rb:21:in `Formtastic::Inputs::Base::Html#input_html_options'"},{"x":917,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/html.rb:29:in `Formtastic::Inputs::Base::Html#dom_id'"},{"x":917,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/html.rb:35:in `block in Formtastic::Inputs::Base::Html#dom_id'"},{"x":917,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/object/blank.rb:116:in `String#blank?'"},{"x":918,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:50:in `ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#select_html'"},{"x":918,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:58:in `ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#current_filter'"},{"x":918,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:61:in `block in ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#current_filter'"},{"x":918,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/search.rb:93:in `Ransack::Search#method_missing'"},{"x":918,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:115:in `Ransack::Nodes::Grouping#method_missing'"},{"x":918,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:129:in `Ransack::Nodes::Grouping#attribute_method?'"},{"x":918,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:193:in `Ransack::Nodes::Grouping#strip_predicate_and_index'"},{"x":918,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:20:in `Ransack::Predicate.detect_and_strip_from_string!'"},{"x":918,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:27:in `Ransack::Predicate.detect_from_string'"},{"x":918,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:12:in `Ransack::Predicate.names_by_decreasing_length'"},{"x":918,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:13:in `block in Ransack::Predicate.names_by_decreasing_length'"},{"x":919,"y":204,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base/search_method_select.rb:32:in `ActiveAdmin::Inputs::Filters::Base::SearchMethodSelect#wrapper_html_options'"},{"x":919,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/formtastic_addons.rb:56:in `ActiveAdmin::Filters::FormtasticAddons#seems_searchable?'"},{"x":919,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/formtastic_addons.rb:72:in `ActiveAdmin::Filters::FormtasticAddons#scope?'"},{"x":919,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/context.rb:19:in `Ransack::Context.for'"},{"x":919,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/ransack/context.rb:9:in `Ransack::Context.for_class'"},{"x":919,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/context.rb:14:in `Ransack::Adapters::ActiveRecord::Context#initialize'"},{"x":919,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/ransack/context.rb:24:in `Ransack::Context#initialize'"},{"x":919,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/adapters/active_record/context.rb:19:in `Ransack::Adapters::ActiveRecord::Context#relation_for'"},{"x":919,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/scoping/named.rb:24:in `ActiveRecord::Scoping::Named::ClassMethods#all'"},{"x":919,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/scoping.rb:13:in `ActiveRecord::Scoping::ClassMethods#current_scope'"},{"x":919,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/inheritance.rb:100:in `ActiveRecord::Inheritance::ClassMethods#base_class'"},{"x":920,"y":201,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:137:in `Formtastic::Inputs::SelectInput#to_html'"},{"x":920,"y":202,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base.rb:11:in `ActiveAdmin::Inputs::Filters::Base#input_wrapping'"},{"x":920,"y":203,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:36:in `ActionView::Helpers::CaptureHelper#capture'"},{"x":920,"y":204,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:194:in `ActionView::Helpers::CaptureHelper#with_output_buffer'"},{"x":920,"y":205,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:38:in `block in ActionView::Helpers::CaptureHelper#capture'"},{"x":920,"y":206,"width":9,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:138:in `block in Formtastic::Inputs::SelectInput#to_html'"},{"x":920,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:8:in `Formtastic::Inputs::Base::Labelling#label_html'"},{"x":920,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:156:in `Formtastic::Inputs::SelectInput#label_html_options'"},{"x":920,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:12:in `Formtastic::Inputs::Base::Labelling#label_html_options'"},{"x":920,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:164:in `Formtastic::Inputs::SelectInput#input_html_options'"},{"x":920,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/html.rb:21:in `Formtastic::Inputs::Base::Html#input_html_options'"},{"x":920,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/html.rb:29:in `Formtastic::Inputs::Base::Html#dom_id'"},{"x":920,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/naming.rb:10:in `Formtastic::Inputs::Base::Naming#sanitized_object_name'"},{"x":921,"y":207,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:144:in `Formtastic::Inputs::SelectInput#select_html'"},{"x":921,"y":208,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/select_input.rb:39:in `ActiveAdmin::Inputs::Filters::SelectInput#collection'"},{"x":921,"y":209,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/collections.rb:49:in `Formtastic::Inputs::Base::Collections#collection'"},{"x":921,"y":210,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/collections.rb:45:in `Formtastic::Inputs::Base::Collections#raw_collection'"},{"x":921,"y":211,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base.rb:31:in `ActiveAdmin::Inputs::Filters::Base#collection_from_options'"},{"x":921,"y":212,"width":2,"frame":"~/codez/app/app/app/admin/blog_post.rb:14:in `block (2 levels) in <top (required)>'"},{"x":921,"y":213,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/relation/calculations.rb:164:in `ActiveRecord::Calculations#pluck'"},{"x":921,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:64:in `ActiveRecord::ConnectionAdapters::QueryCache#select_all'"},{"x":921,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:76:in `ActiveRecord::ConnectionAdapters::QueryCache#cache_sql'"},{"x":921,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/query_cache.rb:68:in `block in ActiveRecord::ConnectionAdapters::QueryCache#select_all'"},{"x":921,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_statements.rb:30:in `ActiveRecord::ConnectionAdapters::DatabaseStatements#select_all'"},{"x":921,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract/database_statements.rb:350:in `ActiveRecord::ConnectionAdapters::DatabaseStatements#select'"},{"x":921,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/database_statements.rb:159:in `ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements#exec_query'"},{"x":921,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql_adapter.rb:587:in `ActiveRecord::ConnectionAdapters::PostgreSQLAdapter#execute_and_clear'"},{"x":921,"y":221,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql_adapter.rb:595:in `ActiveRecord::ConnectionAdapters::PostgreSQLAdapter#exec_no_cache'"},{"x":921,"y":222,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract_adapter.rb:466:in `ActiveRecord::ConnectionAdapters::AbstractAdapter#log'"},{"x":921,"y":223,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/notifications/instrumenter.rb:17:in `ActiveSupport::Notifications::Instrumenter#instrument'"},{"x":921,"y":224,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/abstract_adapter.rb:473:in `block in ActiveRecord::ConnectionAdapters::AbstractAdapter#log'"},{"x":921,"y":225,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql_adapter.rb:596:in `block in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter#exec_no_cache'"},{"x":921,"y":226,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-mini-profiler-0.9.7/lib/patches/db/pg.rb:89:in `PG::Connection#async_exec'"},{"x":922,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/result.rb:81:in `ActiveRecord::Result#cast_values'"},{"x":922,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/result.rb:83:in `block in ActiveRecord::Result#cast_values'"},{"x":922,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/result.rb:84:in `block (2 levels) in ActiveRecord::Result#cast_values'"},{"x":922,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/array.rb:28:in `ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Array#type_cast_from_database'"},{"x":922,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/array.rb:53:in `ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Array#type_cast_array'"},{"x":922,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/array.rb:55:in `block in ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Array#type_cast_array'"},{"x":922,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/connection_adapters/postgresql/oid/array.rb:53:in `ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Array#type_cast_array'"},{"x":922,"y":221,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:22:in `ActiveRecord::Type::Value#type_cast_from_database'"},{"x":922,"y":222,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/value.rb:92:in `ActiveRecord::Type::Value#type_cast'"},{"x":922,"y":223,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activerecord-4.2.4/lib/active_record/type/string.rb:30:in `ActiveRecord::Type::String#cast_value'"},{"x":923,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb:776:in `ActionView::Helpers::FormBuilder#select'"},{"x":923,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb:162:in `ActionView::Helpers::FormOptionsHelper#select'"},{"x":923,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tags/select.rb:14:in `ActionView::Helpers::Tags::Select#render'"},{"x":923,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb:350:in `ActionView::Helpers::FormOptionsHelper#options_for_select'"},{"x":923,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb:357:in `block in ActionView::Helpers::FormOptionsHelper#options_for_select'"},{"x":923,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb:733:in `ActionView::Helpers::FormOptionsHelper#option_value_selected?'"},{"x":924,"y":207,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:8:in `Formtastic::Inputs::Base::Labelling#label_html'"},{"x":924,"y":208,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:19:in `Formtastic::Inputs::Base::Labelling#label_text'"},{"x":924,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:40:in `Formtastic::Inputs::Base::Labelling#localized_label'"},{"x":924,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/localized_string.rb:10:in `Formtastic::LocalizedString#localized_string'"},{"x":924,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/localizer.rb:59:in `Formtastic::Localizer#localize'"},{"x":924,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/localizer.rb:83:in `block in Formtastic::Localizer#localize'"},{"x":925,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/formtastic_addons.rb:10:in `ActiveAdmin::Filters::FormtasticAddons#humanized_method_name'"},{"x":925,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activemodel-4.2.4/lib/active_model/translation.rb:43:in `ActiveModel::Translation#human_attribute_name'"},{"x":925,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":925,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":925,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":925,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/simple.rb:70:in `I18n::Backend::Simple::Implementation#lookup'"},{"x":925,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:265:in `#<Module:0x007fea73134a60>#normalize_keys'"},{"x":925,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:324:in `#<Module:0x007fea73134a60>#normalize_key'"},{"x":926,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:156:in `Formtastic::Inputs::SelectInput#label_html_options'"},{"x":926,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:12:in `Formtastic::Inputs::Base::Labelling#label_html_options'"},{"x":926,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:164:in `Formtastic::Inputs::SelectInput#input_html_options'"},{"x":926,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/html.rb:21:in `Formtastic::Inputs::Base::Html#input_html_options'"},{"x":926,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/html.rb:29:in `Formtastic::Inputs::Base::Html#dom_id'"},{"x":927,"y":207,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/select_input.rb:144:in `Formtastic::Inputs::SelectInput#select_html'"},{"x":927,"y":208,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb:776:in `ActionView::Helpers::FormBuilder#select'"},{"x":927,"y":209,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_options_helper.rb:162:in `ActionView::Helpers::FormOptionsHelper#select'"},{"x":927,"y":210,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tags/select.rb:14:in `ActionView::Helpers::Tags::Select#render'"},{"x":927,"y":211,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tags/base.rb:125:in `ActionView::Helpers::Tags::Base#select_content_tag'"},{"x":927,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tags/base.rb:129:in `block in ActionView::Helpers::Tags::Base#select_content_tag'"},{"x":927,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/helpers/form_builder.rb:9:in `ActionView::Helpers::Tags::Base#value'"},{"x":927,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/search.rb:93:in `Ransack::Search#method_missing'"},{"x":927,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:129:in `Ransack::Nodes::Grouping#attribute_method?'"},{"x":927,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:193:in `Ransack::Nodes::Grouping#strip_predicate_and_index'"},{"x":927,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:20:in `Ransack::Predicate.detect_and_strip_from_string!'"},{"x":927,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:27:in `Ransack::Predicate.detect_from_string'"},{"x":927,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:12:in `Ransack::Predicate.names_by_decreasing_length'"},{"x":927,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:13:in `block in Ransack::Predicate.names_by_decreasing_length'"},{"x":928,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/active_model_helper.rb:18:in `ActionView::Helpers::ActiveModelInstanceTag#content_tag'"},{"x":928,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:103:in `ActionView::Helpers::TagHelper#content_tag'"},{"x":928,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:143:in `ActionView::Helpers::TagHelper#content_tag_string'"},{"x":929,"y":201,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/helpers/input_helper.rb:337:in `Formtastic::Helpers::InputHelper#input_class'"},{"x":929,"y":202,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/helpers/input_helper.rb:328:in `Formtastic::Helpers::InputHelper#namespaced_input_class'"},{"x":929,"y":203,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:48:in `Formtastic::NamespacedClassFinder#find'"},{"x":929,"y":204,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:52:in `Formtastic::NamespacedClassFinder#resolve'"},{"x":929,"y":205,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:74:in `Formtastic::NamespacedClassFinder#finder'"},{"x":929,"y":206,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:90:in `Formtastic::NamespacedClassFinder#find_by_trying'"},{"x":929,"y":207,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/namespaced_class_finder.rb:91:in `block in Formtastic::NamespacedClassFinder#find_by_trying'"},{"x":929,"y":208,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/dependencies.rb:182:in `ActiveSupport::Dependencies::ModuleConstMissing#const_missing'"},{"x":929,"y":209,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/dependencies.rb:475:in `ActiveSupport::Dependencies#load_missing_constant'"},{"x":929,"y":210,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/better_errors-2.1.1/lib/better_errors/exception_extension.rb:5:in `BetterErrors::ExceptionExtension#set_backtrace'"},{"x":929,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/better_errors-2.1.1/lib/better_errors/exception_extension.rb:6:in `block in BetterErrors::ExceptionExtension#set_backtrace'"},{"x":930,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/binding_of_caller-0.7.2/lib/binding_of_caller/mri2.rb:18:in `BindingOfCaller::BindingExtensions#callers'"},{"x":930,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/binding_of_caller-0.7.2/lib/binding_of_caller/mri2.rb:21:in `block in BindingOfCaller::BindingExtensions#callers'"},{"x":930,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/binding_of_caller-0.7.2/lib/binding_of_caller/mri2.rb:23:in `block (2 levels) in BindingOfCaller::BindingExtensions#callers'"},{"x":930,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/better_errors-2.1.1/lib/better_errors/exception_extension.rb:5:in `BetterErrors::ExceptionExtension#set_backtrace'"},{"x":930,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/better_errors-2.1.1/lib/better_errors/exception_extension.rb:6:in `block in BetterErrors::ExceptionExtension#set_backtrace'"},{"x":931,"y":201,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/date_range_input.rb:7:in `ActiveAdmin::Inputs::Filters::DateRangeInput#to_html'"},{"x":931,"y":202,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/base.rb:11:in `ActiveAdmin::Inputs::Filters::Base#input_wrapping'"},{"x":931,"y":203,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:36:in `ActionView::Helpers::CaptureHelper#capture'"},{"x":931,"y":204,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:194:in `ActionView::Helpers::CaptureHelper#with_output_buffer'"},{"x":931,"y":205,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/capture_helper.rb:38:in `block in ActionView::Helpers::CaptureHelper#capture'"},{"x":931,"y":206,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/date_range_input.rb:8:in `block in ActiveAdmin::Inputs::Filters::DateRangeInput#to_html'"},{"x":931,"y":207,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:8:in `Formtastic::Inputs::Base::Labelling#label_html'"},{"x":931,"y":208,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:19:in `Formtastic::Inputs::Base::Labelling#label_text'"},{"x":931,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:40:in `Formtastic::Inputs::Base::Labelling#localized_label'"},{"x":931,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/localized_string.rb:10:in `Formtastic::LocalizedString#localized_string'"},{"x":931,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/localizer.rb:59:in `Formtastic::Localizer#localize'"},{"x":931,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/localizer.rb:83:in `block in Formtastic::Localizer#localize'"},{"x":932,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/formtastic_addons.rb:10:in `ActiveAdmin::Filters::FormtasticAddons#humanized_method_name'"},{"x":932,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activemodel-4.2.4/lib/active_model/translation.rb:43:in `ActiveModel::Translation#human_attribute_name'"},{"x":932,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":932,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":932,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":932,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/simple.rb:70:in `I18n::Backend::Simple::Implementation#lookup'"},{"x":932,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/simple.rb:74:in `block in I18n::Backend::Simple::Implementation#lookup'"},{"x":933,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_helper.rb:1649:in `ActionView::Helpers::FormBuilder#label'"},{"x":933,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/form_helper.rb:765:in `ActionView::Helpers::FormHelper#label'"},{"x":933,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tags/label.rb:42:in `ActionView::Helpers::Tags::Label#render'"},{"x":933,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/object/blank.rb:23:in `Object#present?'"},{"x":933,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/object/blank.rb:116:in `String#blank?'"},{"x":934,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:103:in `ActionView::Helpers::TagHelper#content_tag'"},{"x":934,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:143:in `ActionView::Helpers::TagHelper#content_tag_string'"},{"x":934,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionview-4.2.4/lib/action_view/helpers/tag_helper.rb:149:in `ActionView::Helpers::TagHelper#tag_options'"},{"x":935,"y":207,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:8:in `Formtastic::Inputs::Base::Labelling#label_html'"},{"x":935,"y":208,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:19:in `Formtastic::Inputs::Base::Labelling#label_text'"},{"x":935,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/inputs/base/labelling.rb:40:in `Formtastic::Inputs::Base::Labelling#localized_label'"},{"x":935,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/localized_string.rb:10:in `Formtastic::LocalizedString#localized_string'"},{"x":935,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/formtastic-3.1.3/lib/formtastic/localizer.rb:59:in `Formtastic::Localizer#localize'"},{"x":935,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:31:in `String#pluralize'"},{"x":935,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:31:in `ActiveSupport::Inflector#pluralize'"},{"x":935,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:372:in `ActiveSupport::Inflector#apply_inflections'"},{"x":935,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:378:in `block in ActiveSupport::Inflector#apply_inflections'"},{"x":936,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/filters/formtastic_addons.rb:10:in `ActiveAdmin::Filters::FormtasticAddons#humanized_method_name'"},{"x":936,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activemodel-4.2.4/lib/active_model/translation.rb:43:in `ActiveModel::Translation#human_attribute_name'"},{"x":936,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":936,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":936,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":936,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:97:in `I18n::Backend::Base#default'"},{"x":936,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:101:in `block in I18n::Backend::Base#default'"},{"x":936,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:113:in `I18n::Backend::Base#resolve'"},{"x":936,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:115:in `block in I18n::Backend::Base#resolve'"},{"x":936,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:144:in `#<Module:0x007fea73134a60>#translate'"},{"x":936,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:154:in `block in #<Module:0x007fea73134a60>#translate'"},{"x":936,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/base.rb:24:in `I18n::Backend::Base#translate'"},{"x":936,"y":221,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n/backend/simple.rb:70:in `I18n::Backend::Simple::Implementation#lookup'"},{"x":936,"y":222,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:265:in `#<Module:0x007fea73134a60>#normalize_keys'"},{"x":936,"y":223,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/i18n-0.7.0/lib/i18n.rb:324:in `#<Module:0x007fea73134a60>#normalize_key'"},{"x":937,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/inputs/filters/date_range_input.rb:26:in `ActiveAdmin::Inputs::Filters::DateRangeInput#input_html_options'"},{"x":937,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/search.rb:93:in `Ransack::Search#method_missing'"},{"x":937,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:129:in `Ransack::Nodes::Grouping#attribute_method?'"},{"x":937,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/nodes/grouping.rb:193:in `Ransack::Nodes::Grouping#strip_predicate_and_index'"},{"x":937,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:20:in `Ransack::Predicate.detect_and_strip_from_string!'"},{"x":937,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:27:in `Ransack::Predicate.detect_from_string'"},{"x":937,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:12:in `Ransack::Predicate.names_by_decreasing_length'"},{"x":937,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/ransack-1.7.0/lib/ransack/predicate.rb:13:in `block in Ransack::Predicate.names_by_decreasing_length'"},{"x":938,"y":165,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/bundler/gems/activeadmin-b3a9f4b3e405/lib/active_admin/views/pages/base.rb:136:in `ActiveAdmin::Views::Pages::Base#build_footer'"},{"x":938,"y":166,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:38:in `Arbre::Element::BuilderMethods#insert_tag'"},{"x":938,"y":167,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element/builder_methods.rb:22:in `Arbre::Element::BuilderMethods#build_tag'"},{"x":938,"y":168,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/component.rb:9:in `Arbre::Component#initialize'"},{"x":938,"y":169,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/component.rb:17:in `Arbre::Component#default_class_name'"},{"x":938,"y":170,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/inflections.rb:118:in `String#underscore'"},{"x":938,"y":171,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/inflector/methods.rb:91:in `ActiveSupport::Inflector#underscore'"},{"x":939,"y":147,"width":44,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:141:in `Arbre::Element#to_s'"},{"x":939,"y":148,"width":44,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":939,"y":149,"width":44,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":939,"y":150,"width":43,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":939,"y":151,"width":43,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/document.rb:24:in `Arbre::HTML::Document#to_s'"},{"x":939,"y":152,"width":43,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":939,"y":153,"width":43,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":939,"y":154,"width":43,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":939,"y":155,"width":42,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":939,"y":156,"width":42,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":939,"y":157,"width":42,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":939,"y":158,"width":42,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":939,"y":159,"width":42,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":939,"y":160,"width":42,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":939,"y":161,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:102:in `Arbre::HTML::Tag#opening_tag'"},{"x":939,"y":162,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:148:in `Arbre::HTML::Tag#attributes_html'"},{"x":939,"y":163,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:6:in `Arbre::HTML::Attributes#to_s'"},{"x":939,"y":164,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:7:in `block in Arbre::HTML::Attributes#to_s'"},{"x":939,"y":165,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:23:in `Arbre::HTML::Attributes#html_escape'"},{"x":939,"y":166,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":939,"y":167,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":940,"y":161,"width":41,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":940,"y":162,"width":41,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":940,"y":163,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":940,"y":164,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":940,"y":165,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":940,"y":166,"width":40,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":940,"y":167,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":940,"y":168,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":940,"y":169,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":940,"y":170,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":940,"y":171,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":940,"y":172,"width":39,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":940,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":940,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":940,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":940,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":940,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:102:in `Arbre::HTML::Tag#opening_tag'"},{"x":941,"y":173,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:102:in `Arbre::HTML::Tag#opening_tag'"},{"x":941,"y":174,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:148:in `Arbre::HTML::Tag#attributes_html'"},{"x":941,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:13:in `Arbre::HTML::Attributes#any?'"},{"x":941,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:14:in `block in Arbre::HTML::Attributes#any?'"},{"x":941,"y":177,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:19:in `Arbre::HTML::Attributes#value_empty?'"},{"x":942,"y":173,"width":37,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":942,"y":174,"width":37,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":942,"y":175,"width":36,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":942,"y":176,"width":36,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":942,"y":177,"width":36,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":942,"y":178,"width":36,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":942,"y":179,"width":36,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":942,"y":180,"width":36,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":942,"y":181,"width":35,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":942,"y":182,"width":35,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":942,"y":183,"width":35,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":942,"y":184,"width":35,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":942,"y":185,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:102:in `Arbre::HTML::Tag#opening_tag'"},{"x":942,"y":186,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:148:in `Arbre::HTML::Tag#attributes_html'"},{"x":942,"y":187,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:6:in `Arbre::HTML::Attributes#to_s'"},{"x":942,"y":188,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:7:in `block in Arbre::HTML::Attributes#to_s'"},{"x":942,"y":189,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:23:in `Arbre::HTML::Attributes#html_escape'"},{"x":942,"y":190,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":942,"y":191,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":942,"y":192,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:120:in `Object#html_safe?'"},{"x":943,"y":185,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":943,"y":186,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":943,"y":187,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":943,"y":188,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":943,"y":189,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":943,"y":190,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":943,"y":191,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":943,"y":192,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":943,"y":193,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":943,"y":194,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":943,"y":195,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":943,"y":196,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":943,"y":197,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":943,"y":198,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":943,"y":199,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":943,"y":200,"width":34,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":943,"y":201,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":943,"y":202,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":943,"y":203,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":943,"y":204,"width":8,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":943,"y":205,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":943,"y":206,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":943,"y":207,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":943,"y":208,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/text_node.rb:33:in `Arbre::HTML::TextNode#to_s'"},{"x":943,"y":209,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":943,"y":210,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":945,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:112:in `Arbre::HTML::Tag#indent'"},{"x":945,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":945,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":945,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":945,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":945,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":945,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:75:in `Arbre::Element#parent?'"},{"x":946,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":946,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":946,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":946,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/text_node.rb:33:in `Arbre::HTML::TextNode#to_s'"},{"x":946,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":946,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":947,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:112:in `Arbre::HTML::Tag#indent'"},{"x":947,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":947,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":947,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":947,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":947,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":947,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":947,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":947,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":947,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":947,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":947,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:75:in `Arbre::Element#parent?'"},{"x":948,"y":205,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:102:in `Arbre::HTML::Tag#opening_tag'"},{"x":948,"y":206,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:148:in `Arbre::HTML::Tag#attributes_html'"},{"x":948,"y":207,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:6:in `Arbre::HTML::Attributes#to_s'"},{"x":948,"y":208,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:7:in `block in Arbre::HTML::Attributes#to_s'"},{"x":948,"y":209,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:23:in `Arbre::HTML::Attributes#html_escape'"},{"x":948,"y":210,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":948,"y":211,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:259:in `String#html_safe'"},{"x":948,"y":212,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:170:in `ActiveSupport::SafeBuffer#initialize'"},{"x":950,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":950,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":950,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":950,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/text_node.rb:33:in `Arbre::HTML::TextNode#to_s'"},{"x":950,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":950,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":951,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:102:in `Arbre::HTML::Tag#opening_tag'"},{"x":951,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:148:in `Arbre::HTML::Tag#attributes_html'"},{"x":952,"y":201,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":952,"y":202,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":952,"y":203,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":952,"y":204,"width":7,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":952,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:106:in `Arbre::HTML::Tag#closing_tag'"},{"x":953,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:112:in `Arbre::HTML::Tag#indent'"},{"x":954,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":954,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":954,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":954,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/text_node.rb:33:in `Arbre::HTML::TextNode#to_s'"},{"x":954,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":954,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":955,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:102:in `Arbre::HTML::Tag#opening_tag'"},{"x":955,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:26:in `Arbre::Element#tag_name'"},{"x":956,"y":205,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":956,"y":206,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":956,"y":207,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":956,"y":208,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/text_node.rb:33:in `Arbre::HTML::TextNode#to_s'"},{"x":956,"y":209,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":956,"y":210,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":959,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:102:in `Arbre::HTML::Tag#opening_tag'"},{"x":959,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:26:in `Arbre::Element#tag_name'"},{"x":960,"y":201,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":960,"y":202,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":960,"y":203,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":960,"y":204,"width":13,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":960,"y":205,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":960,"y":206,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":960,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":960,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":960,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":960,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":960,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":960,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/text_node.rb:33:in `Arbre::HTML::TextNode#to_s'"},{"x":960,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:217:in `ActiveSupport::SafeBuffer#to_s'"},{"x":961,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:259:in `String#html_safe'"},{"x":961,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:170:in `ActiveSupport::SafeBuffer#initialize'"},{"x":962,"y":205,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:102:in `Arbre::HTML::Tag#opening_tag'"},{"x":962,"y":206,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:148:in `Arbre::HTML::Tag#attributes_html'"},{"x":962,"y":207,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:6:in `Arbre::HTML::Attributes#to_s'"},{"x":962,"y":208,"width":4,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:7:in `block in Arbre::HTML::Attributes#to_s'"},{"x":962,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:19:in `Arbre::HTML::Attributes#value_empty?'"},{"x":963,"y":209,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:23:in `Arbre::HTML::Attributes#html_escape'"},{"x":963,"y":210,"width":3,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":963,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":964,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:259:in `String#html_safe'"},{"x":964,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:170:in `ActiveSupport::SafeBuffer#initialize'"},{"x":965,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":966,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":966,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":966,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":966,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/text_node.rb:33:in `Arbre::HTML::TextNode#to_s'"},{"x":966,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":966,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":967,"y":205,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:102:in `Arbre::HTML::Tag#opening_tag'"},{"x":967,"y":206,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:148:in `Arbre::HTML::Tag#attributes_html'"},{"x":967,"y":207,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:6:in `Arbre::HTML::Attributes#to_s'"},{"x":967,"y":208,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:7:in `block in Arbre::HTML::Attributes#to_s'"},{"x":967,"y":209,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:23:in `Arbre::HTML::Attributes#html_escape'"},{"x":967,"y":210,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":967,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":968,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:259:in `String#html_safe'"},{"x":968,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:170:in `ActiveSupport::SafeBuffer#initialize'"},{"x":969,"y":205,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:112:in `Arbre::HTML::Tag#indent'"},{"x":969,"y":206,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":969,"y":207,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":969,"y":208,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":969,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":969,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":969,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:75:in `Arbre::Element#parent?'"},{"x":970,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:75:in `Arbre::Element#parent?'"},{"x":971,"y":205,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":971,"y":206,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":971,"y":207,"width":2,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":971,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":971,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:112:in `Arbre::HTML::Tag#indent'"},{"x":971,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":971,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":971,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":971,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":971,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":971,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":971,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":971,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":971,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":971,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:75:in `Arbre::Element#parent?'"},{"x":972,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/text_node.rb:33:in `Arbre::HTML::TextNode#to_s'"},{"x":972,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":972,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":973,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:102:in `Arbre::HTML::Tag#opening_tag'"},{"x":973,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:148:in `Arbre::HTML::Tag#attributes_html'"},{"x":973,"y":203,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:6:in `Arbre::HTML::Attributes#to_s'"},{"x":973,"y":204,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:7:in `block in Arbre::HTML::Attributes#to_s'"},{"x":973,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:23:in `Arbre::HTML::Attributes#html_escape'"},{"x":973,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":973,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":974,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":974,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":974,"y":203,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":974,"y":204,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":974,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":974,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":974,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":974,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":974,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:112:in `Arbre::HTML::Tag#indent'"},{"x":974,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":974,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":974,"y":212,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":974,"y":213,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":974,"y":214,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":974,"y":215,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":974,"y":216,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":974,"y":217,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":974,"y":218,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":974,"y":219,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":974,"y":220,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":974,"y":221,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:125:in `Arbre::Element#indent_level'"},{"x":974,"y":222,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:75:in `Arbre::Element#parent?'"},{"x":975,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:102:in `Arbre::HTML::Tag#opening_tag'"},{"x":975,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:148:in `Arbre::HTML::Tag#attributes_html'"},{"x":975,"y":203,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:6:in `Arbre::HTML::Attributes#to_s'"},{"x":975,"y":204,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:7:in `block in Arbre::HTML::Attributes#to_s'"},{"x":975,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/attributes.rb:23:in `Arbre::HTML::Attributes#html_escape'"},{"x":975,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":975,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":976,"y":201,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":976,"y":202,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":976,"y":203,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":976,"y":204,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:96:in `Arbre::HTML::Tag#to_s'"},{"x":976,"y":205,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element.rb:117:in `Arbre::Element#content'"},{"x":976,"y":206,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:18:in `Arbre::ElementCollection#to_s'"},{"x":976,"y":207,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/element_collection.rb:19:in `block in Arbre::ElementCollection#to_s'"},{"x":976,"y":208,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/text_node.rb:33:in `Arbre::HTML::TextNode#to_s'"},{"x":976,"y":209,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:21:in `ERB::Util#html_escape'"},{"x":976,"y":210,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:36:in `ERB::Util#unwrapped_html_escape'"},{"x":976,"y":211,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:120:in `Object#html_safe?'"},{"x":977,"y":181,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/arbre-1.0.3/lib/arbre/html/tag.rb:112:in `Arbre::HTML::Tag#indent'"},{"x":978,"y":175,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:259:in `String#html_safe'"},{"x":978,"y":176,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:170:in `ActiveSupport::SafeBuffer#initialize'"},{"x":979,"y":167,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:259:in `String#html_safe'"},{"x":979,"y":168,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:170:in `ActiveSupport::SafeBuffer#initialize'"},{"x":980,"y":163,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:259:in `String#html_safe'"},{"x":980,"y":164,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:170:in `ActiveSupport::SafeBuffer#initialize'"},{"x":981,"y":155,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:259:in `String#html_safe'"},{"x":981,"y":156,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:170:in `ActiveSupport::SafeBuffer#initialize'"},{"x":982,"y":150,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:259:in `String#html_safe'"},{"x":982,"y":151,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/activesupport-4.2.4/lib/active_support/core_ext/string/output_safety.rb:170:in `ActiveSupport::SafeBuffer#initialize'"},{"x":983,"y":76,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_controller/metal.rb:200:in `ActionController::Metal#to_a'"},{"x":983,"y":77,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/http/response.rb:283:in `ActionDispatch::Response#to_a'"},{"x":983,"y":78,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/http/response.rb:391:in `ActionDispatch::Response#rack_response'"},{"x":983,"y":79,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/actionpack-4.2.4/lib/action_dispatch/http/response.rb:339:in `ActionDispatch::Response#assign_default_content_type_and_charset!'"},{"x":984,"y":54,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/utils.rb:478:in `Rack::Utils::HeaderHash.new'"},{"x":984,"y":55,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/utils.rb:482:in `Rack::Utils::HeaderHash#initialize'"},{"x":984,"y":56,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/utils.rb:485:in `block in Rack::Utils::HeaderHash#initialize'"},{"x":984,"y":57,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/utils.rb:504:in `Rack::Utils::HeaderHash#[]='"},{"x":985,"y":22,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/body_proxy.rb:7:in `Rack::BodyProxy#respond_to?'"},{"x":985,"y":23,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/body_proxy.rb:7:in `Rack::BodyProxy#respond_to?'"},{"x":985,"y":24,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/body_proxy.rb:7:in `Rack::BodyProxy#respond_to?'"},{"x":985,"y":25,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/body_proxy.rb:7:in `Rack::BodyProxy#respond_to?'"},{"x":985,"y":26,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/body_proxy.rb:7:in `Rack::BodyProxy#respond_to?'"},{"x":985,"y":27,"width":1,"frame":"~/.rvm/gems/ruby-2.2.3@app/gems/rack-1.6.4/lib/rack/body_proxy.rb:7:in `Rack::BodyProxy#respond_to?'"}];
var maxX = 0;
var maxY = 0;
debounce = function(func, wait, trickle) {
var timeout;
timeout = null;
return function() {
var args, context, currentWait, later;
context = this;
args = arguments;
later = function() {
timeout = null;
return func.apply(context, args);
};
if (timeout && trickle) {
// already queued, let it through
return;
}
if (typeof wait === "function") {
currentWait = wait();
} else {
currentWait = wait;
}
if (timeout) {
clearTimeout(timeout);
}
timeout = setTimeout(later, currentWait);
return timeout;
};
};
var guessGem = function(frame)
{
var split = frame.split('/gems/');
if(split.length == 1) {
split = frame.split('/app/');
if(split.length == 1) {
split = frame.split('/lib/');
}
split = split[Math.max(split.length-2,0)].split('/');
return split[split.length-1].split(':')[0];
}
else
{
return split[split.length -1].split('/')[0];
}
}
var guessMethod = function(frame) {
var split = frame.split('`');
if(split.length == 2) {
var fullMethod = split[1].split("'")[0];
split = fullMethod.split("#");
if(split.length == 2) {
return split[1];
}
return split[0];
}
return '?';
}
var guessFile = function(frame) {
var split = frame.split(".rb:");
if(split.length == 2) {
split = split[0].split('/');
return split[split.length - 1];
}
return "";
}
$.each(data, function(){
maxX = Math.max(maxX, this.x + this.width);
maxY = Math.max(maxY, this.y);
this.shortName = guessMethod(this.frame);
});
var width = $(window).width();
var height = $(window).height() / 1.2;
$('.graph').width(width).height(height);
var xScale = d3.scale.linear()
.domain([0, maxX])
.range([0, width]);
var yScale = d3.scale.linear()
.domain([0, maxY])
.range([0,height]);
var realHeight = 0;
var debouncedHeightCheck = debounce(function(){
if (realHeight > 15) {
svg.selectAll('text').attr('display','show');
} else {
svg.selectAll('text').attr('display','none');
}
}, 200);
function zoom()
{
svg.attr("transform", "translate(" + d3.event.translate + ")" + " scale(" + d3.event.scale + ")");
realHeight = yScale(1) * d3.event.scale;
debouncedHeightCheck();
}
var svg = d3.select(".graph")
.append("svg")
.attr("width", "100%")
.attr("height", "100%")
.attr("pointer-events", "all")
.append('svg:g')
.call(d3.behavior.zoom().on("zoom", zoom))
.append('svg:g');
// so zoom works everywhere
svg.append("rect")
.attr("x",function(d) { return xScale(0); })
.attr("y",function(d) { return yScale(0);})
.attr("width", function(d){return xScale(maxX);})
.attr("height", yScale(maxY))
.attr("fill", "white");
var color = function() {
var r = parseInt(205 + Math.random() * 50);
var g = parseInt(Math.random() * 230);
var b = parseInt(Math.random() * 55);
return "rgb(" + r + "," + g + "," + b + ")";
}
var info = {};
// http://stackoverflow.com/questions/1960473/unique-values-in-an-array
Array.prototype.getUnique = function() {
var o = {}, a = []
for (var i = 0; i < this.length; i++) o[this[i]] = 1
for (var e in o) a.push(e)
return a
}
var samplePercent = function(samples, exclusive){
var info = " (" + samples +
" sample" + (samples == 1 ? "" : "s") + " - " +
((samples / maxX) * 100).toFixed(2) + "%) ";
if (exclusive) {
info += " (" + exclusive +
" exclusive - " +
((exclusive / maxX) * 100).toFixed(2) + "%) ";
}
return info;
}
var mouseover = function(d) {
var i = info[d.frame];
$('.info').text( d.frame + " " + samplePercent(i.samples.length, d.topFrame ? d.topFrame.exclusiveCount : 0));
d3.selectAll(i.nodes)
.attr('opacity',0.5);
};
var mouseout = function(d) {
var i = info[d.frame];
$('.info').text("");
d3.selectAll(i.nodes)
.attr('opacity',1);
};
var backtrace = function(frame){
for(var i=0; i<data.length; i++){
if(frame === data[i]){ break; }
}
frames = [frame];
var depth = frame.y;
while(i > 0){
if(depth == -1) break;
if(data[i].y === depth-1) {
frames.push(data[i]);
depth--;
}
i--;
}
return frames;
}
$('#frameinfo-wrapper').click(function(d){
$(this).hide();
$('#frameinfo').hide();
});
var click = function(d){
var trace = backtrace(d);
var link = function(path, dest){
return path.replace(/[^\/]+:\d+/, function(x){ return "<a target='_blank' href='"+ dest +"'>" + x + "</a>"})
};
var linkify = function(path){
var split = path.split("/")[0].split("-");
if(["activerecord","actionpack","railties","activesupport", "rails"].indexOf(split[0]) > -1) {
var github = "https://github.com/rails/rails/blob/";
var file = path.split(":")[0].split("/");
if(split[0] === "rails") {
file.shift();
} else {
file[0] = split[0];
}
github += (split[1].length < 6 ? "v" : "") + split[1] + "/";
github += file.join("/");
github += "#L" + parseInt(path.split(":")[1]);
return link(path, github);
}
return path;
}
var simplify = function(frame){
var split = frame.split('/gems/');
if(split.length > 1){
var path = linkify(split.pop());
return "<span class='full-location'>" + split.join('/gems/') + "/</span>" + path;
} else {
return frame;
}
}
var table = trace.map(function(f){
var i = info[f.frame];
return "<tr><td class='code'>" + simplify(f.frame) + "</td><td class='sample-info'>" +
samplePercent(i.samples.length, f.topFrame ? f.topFrame.exclusiveCount : 0) +
"</td></tr>";
}).join("\n");
var table = $('#frameinfo table').html(table);
table.find(".full-location").hide().after("<span class='expand'>&hellip; </span>");
table.find(".expand").css({cursor: "pointer"}).click(function(){
$(this).hide().parent().find(".full-location").show();
});
$('#frameinfo-wrapper').show();
$('#frameinfo').show();
};
// http://stackoverflow.com/a/7419630
var rainbow = function(numOfSteps, step) {
// This function generates vibrant, "evenly spaced" colours (i.e. no clustering). This is ideal for creating easily distiguishable vibrant markers in Google Maps and other apps.
// Adam Cole, 2011-Sept-14
// HSV to RBG adapted from: http://mjijackson.com/2008/02/rgb-to-hsl-and-rgb-to-hsv-color-model-conversion-algorithms-in-javascript
var r, g, b;
var h = step / numOfSteps;
var i = ~~(h * 6);
var f = h * 6 - i;
var q = 1 - f;
switch(i % 6){
case 0: r = 1, g = f, b = 0; break;
case 1: r = q, g = 1, b = 0; break;
case 2: r = 0, g = 1, b = f; break;
case 3: r = 0, g = q, b = 1; break;
case 4: r = f, g = 0, b = 1; break;
case 5: r = 1, g = 0, b = q; break;
}
var c = "#" + ("00" + (~ ~(r * 255)).toString(16)).slice(-2) + ("00" + (~ ~(g * 255)).toString(16)).slice(-2) + ("00" + (~ ~(b * 255)).toString(16)).slice(-2);
return (c);
}
// assign some colors, analyze samples per gem
var gemStats = {}
var topFrames = {}
var lastFrame = {frame: 'd52e04d-df28-41ed-a215-b6ec840a8ea5', x: -1}
$.each(data, function(){
var gem = guessGem(this.frame);
var stat = gemStats[gem];
if(!stat) {
gemStats[gem] = stat = {name: gem, samples: [], frames: []};
}
stat.frames.push(this.frame);
for(var j=0; j < this.width; j++){
stat.samples.push(this.x + j);
}
// This assumes the traversal is in order
if (lastFrame.x != this.x) {
var topFrame = topFrames[lastFrame.frame]
if (!topFrame) {
topFrames[lastFrame.frame] = topFrame = {exclusiveCount: 0}
}
topFrame.exclusiveCount += 1;
lastFrame.topFrame = topFrame;
}
lastFrame = this;
});
var topFrame = topFrames[lastFrame.frame]
if (!topFrame) {
topFrames[lastFrame.frame] = topFrame = {exclusiveCount: 0}
}
topFrame.exclusiveCount += 1;
lastFrame.topFrame = topFrame;
var totalGems = 0;
$.each(gemStats, function(k,stat){
totalGems++;
stat.samples = stat.samples.getUnique();
});
var gemsSorted = _(gemStats).pairs()
.sortBy(function(item){
return -item[1].samples.length;
})
.map(function(item){return item[1]})
.value();
var currentIndex = 0;
_.each(gemsSorted, function(stat){
stat.color = rainbow(totalGems, currentIndex);
for(var x=0; x < stat.frames.length; x++) {
info[stat.frames[x]] = {nodes: [], samples: [], color: stat.color};
}
currentIndex += 1;
});
// see: http://bl.ocks.org/mundhradevang/1387786
function fontSize(d,i) {
var size = yScale(1) / 3;
// var words = d.shortName.split(' ');
var word = d.shortName; // words[0];
var width = xScale(d.width+100);
var height = yScale(1);
var length = 0;
d3.select(this).style("font-size", size + "px").text(word);
while((size > 12.1) && ((this.getBBox().width >= width) || (this.getBBox().height >= height)))
{
size -= 0.1;
d3.select(this).style("font-size", size + "px");
}
d3.select(this).attr("dy", size);
}
svg.selectAll("g")
.data(data)
.enter()
.append("g")
.each(function(){
d3.select(this)
.append("rect")
.attr("x",function(d) { return xScale(d.x-1); })
.attr("y",function(d) { return yScale(maxY - d.y);})
.attr("width", function(d){return xScale(d.width);})
.attr("height", yScale(1))
.attr("fill", function(d){
var i = info[d.frame];
if(!i) {
info[d.frame] = i = {nodes: [], samples: [], color: color()};
}
i.nodes.push(this);
for(var j=0; j < d.width; j++){
i.samples.push(d.x + j);
}
return i.color;
})
.on("click", click)
.on("mouseover", mouseover)
.on("mouseout", mouseout)
.attr("cursor", "pointer");
d3.select(this)
.append("text")
.attr("x",function(d) { return xScale(d.x - 0.98); })
.attr("y",function(d) { return yScale(maxY - d.y);})
.on("click", click)
.on("mouseover", mouseover)
.on("mouseout", mouseout)
.each(fontSize)
.attr("cursor", "pointer")
.attr("display", "none");
});
// Samples may overlap on the same line
for (var r in info) {
if (info[r].samples) {
info[r].samples = info[r].samples.getUnique();
}
};
// render the legend
_.each(gemsSorted, function(gem){
var node = $("<div></div>")
.css("background-color", gem.color)
.text(gem.name + " " + samplePercent(gem.samples.length)) ;
$('.legend').append(node);
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment