Skip to content

Instantly share code, notes, and snippets.

@cannikin
Last active May 11, 2016 16:47
Show Gist options
  • Save cannikin/1e62e4a9b4f6f691de358bf84232c4da to your computer and use it in GitHub Desktop.
Save cannikin/1e62e4a9b4f6f691de358bf84232c4da to your computer and use it in GitHub Desktop.
better_errors variables response, bin/rails vs bin/puma
{"html":"<header class=\"trace_info clearfix\">
<div class=\"title\">
<h2 class=\"name\">show</h2>
<div class=\"location\"><span class=\"filename\"><a href=\"subl://open?url=file://%2FUsers%2Frob%2FSites%2Fworkingnotworking%2Fwnw%2Fapp%2Fcontrollers%2Fdashboard%2Flists_controller.rb&amp;line=8\">app/controllers/dashboard/lists_controller.rb</a></span></div>
</div>
<div class=\"code_block clearfix\">
<div class=\"code_linenums\"><span class=\"\"> 3</span><span class=\"\"> 4</span><span class=\"\"> 5</span><span class=\"\"> 6</span><span class=\"\"> 7</span><span class=\"highlight\"> 8</span><span class=\"\"> 9</span><span class=\"\"> 10</span><span class=\"\"> 11</span><span class=\"\"> 12</span><span class=\"\"> 13</span></div><div class=\"code\"><pre class=\"\"><span style=\"color:#080;font-weight:bold\">class</span> <span style=\"color:#B06;font-weight:bold\">Dashboard::ListsController</span> &lt; <span style=\"color:#036;font-weight:bold\">DashboardController</span>
</pre><pre class=\"\">
</pre><pre class=\"\"> rescue_from <span style=\"color:#036;font-weight:bold\">ActiveRecord</span>::<span style=\"color:#036;font-weight:bold\">RecordNotFound</span>, <span style=\"color:#A60\">:with</span> =&gt; <span style=\"color:#A60\">:list_not_found</span>
</pre><pre class=\"\">
</pre><pre class=\"\"> <span style=\"color:#080;font-weight:bold\">def</span> <span style=\"color:#06B;font-weight:bold\">show</span>
</pre><pre class=\"highlight\"> foobar
</pre><pre class=\"\"> <span style=\"color:#33B\">@presenter</span> = <span style=\"color:#036;font-weight:bold\">Dashboard</span>::<span style=\"color:#036;font-weight:bold\">ListPresenter</span>.new(current_user, view_context, params)
</pre><pre class=\"\"> <span style=\"color:#080;font-weight:bold\">end</span>
</pre><pre class=\"\">
</pre><pre class=\"\"> private <span style=\"color:#080;font-weight:bold\">def</span> <span style=\"color:#06B;font-weight:bold\">list_not_found</span>
</pre><pre class=\"\"> render <span style=\"color:#A60\">:plain</span> =&gt; <span style=\"background-color:hsla(0,100%,50%,0.05)\"><span style=\"color:#710\">'</span><span style=\"color:#D20\">List not found</span><span style=\"color:#710\">'</span></span>, <span style=\"color:#A60\">:status</span> =&gt; <span style=\"color:#A60\">:not_found</span>
</pre></div>
</div>
<div class=\"repl\">
<div class=\"console\">
<pre></pre>
<div class=\"prompt\"><span>&gt;&gt;</span> <input/></div>
</div>
</div>
</header>
<div class=\"hint\">
This is a live shell. Type in here.
</div>
<div class=\"variable_info\"></div>
<div class=\"sub\">
<h3>Request info</h3>
<div class='inset variables'>
<table class=\"var_table\">
<tr><td class=\"name\">Request parameters</td><td><pre>{&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;}</pre></td></tr>
<tr><td class=\"name\">Rack session</td><td><pre>#&lt;ActionDispatch::Request::Session:0x007ff963422638 @by=#&lt;ActionDispatch::Session::CookieStore:0x007ff95f120c40 @app=#&lt;MessageBus::Rack::Middleware:0x007ff95f14bc38 @app=#&lt;Rack::Head:0x007ff95f14bc60 @app=#&lt;Rack::ConditionalGet:0x007ff95f14bc88 @app=#&lt;Rack::ETag:0x007ff95f14bcb0 @app=#&lt;struct ActionView::Digestor::PerRequestDigestCacheExpiry app=#&lt;MetaRequest::Middlewares::MetaRequestHandler:0x007ff95f14bd00 @app=#&lt;MetaRequest::Middlewares::AppRequestHandler:0x007ff95f14bd28 @app=#&lt;OmniAuth::Builder:0x007ff959b7c370 @options=nil, @warmup=nil, @run=#&lt;ActionDispatch::Routing::RouteSet:0x007ff958f03008&gt;, @map=nil, @use=[#&lt;Proc:0x007ff95f14bd50@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/builder.rb:86&gt;]&gt;&gt;&gt;&gt;, @cache_control=&quot;max-age=0, private, must-revalidate&quot;, @no_cache_control=&quot;no-cache&quot;&gt;&gt;&gt;, @bus=MessageBus, @connection_manager=#&lt;MessageBus::ConnectionManager:0x007ff95f14bbe8 @clients={}, @subscriptions={}, @bus=MessageBus, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff95f14bb48&gt;&gt;, @subscription=#&lt;Proc:0x007ff95f14baa8@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb:12&gt;&gt;, @default_options={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false}, @key=&quot;_wnw_session&quot;, @cookie_only=true&gt;, @req=#&lt;ActionDispatch::Request:0x007ff963422688 @env={&quot;rack.version&quot;=&gt;[1, 3], &quot;rack.errors&quot;=&gt;#&lt;IO:&lt;STDERR&gt;&gt;, &quot;rack.multithread&quot;=&gt;true, &quot;rack.multiprocess&quot;=&gt;false, &quot;rack.run_once&quot;=&gt;false, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;puma 3.2.0 Spring Is A Heliocentric Viewpoint&quot;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.2&quot;, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;REQUEST_URI&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;HTTP_CONNECTION&quot;=&gt;&quot;keep-alive&quot;, &quot;HTTP_PRAGMA&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_CACHE_CONTROL&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_ACCEPT&quot;=&gt;&quot;text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8&quot;, &quot;HTTP_UPGRADE_INSECURE_REQUESTS&quot;=&gt;&quot;1&quot;, &quot;HTTP_USER_AGENT&quot;=&gt;&quot;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36&quot;, &quot;HTTP_DNT&quot;=&gt;&quot;1&quot;, &quot;HTTP_ACCEPT_ENCODING&quot;=&gt;&quot;gzip, deflate, sdch&quot;, &quot;HTTP_ACCEPT_LANGUAGE&quot;=&gt;&quot;en-US,en;q=0.8&quot;, &quot;HTTP_COOKIE&quot;=&gt;&quot;wnw_postlaunch=false; wnw_user=80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce%3A%3A12; wnw_session=BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE%3D--0a00d9cdf3a6667a1ef86824b942249707a1fead; _wnw_user_session=946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df%3A%3A1%3A%3A2017-05-06T19%3A24%3A53Z; _wnw_session=V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0%3D--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f; __profilin=p%3Dt&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;puma.socket&quot;=&gt;#&lt;TCPSocket:fd 60&gt;, &quot;rack.hijack?&quot;=&gt;true, &quot;rack.hijack&quot;=&gt;#&lt;Puma::Client:0x3ffcb069a090 @ready=true&gt;, &quot;rack.input&quot;=&gt;#&lt;Puma::NullIO:0x007ff95b24ab38&gt;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;rack.after_reply&quot;=&gt;[], &quot;puma.config&quot;=&gt;#&lt;Puma::Configuration:0x007ff95b22a040 @options=#&lt;Puma::LeveledOptions:0x007ff95b229e10 @cur={}, @set=[{}, {:binds=&gt;[&quot;tcp://0.0.0.0:3000&quot;]}, {}, {:environment=&gt;&quot;development&quot;}, {}, {}], @defaults={:min_threads=&gt;0, :max_threads=&gt;16, :log_requests=&gt;false, :debug=&gt;false, :binds=&gt;[&quot;tcp://0.0.0.0:9292&quot;], :workers=&gt;0, :daemon=&gt;false, :mode=&gt;:http, :worker_timeout=&gt;60, :worker_boot_timeout=&gt;60, :worker_shutdown_timeout=&gt;30, :remote_address=&gt;:socket, :tag=&gt;&quot;wnw&quot;, :environment=&gt;&quot;development&quot;, :rackup=&gt;&quot;config.ru&quot;, :logger=&gt;#&lt;IO:&lt;STDOUT&gt;&gt;}&gt;, @plugins=#&lt;Puma::PluginLoader:0x007ff95b229d20 @instances=[]&gt;&gt;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.redirect_filter&quot;=&gt;[], &quot;action_dispatch.secret_token&quot;=&gt;nil, &quot;action_dispatch.secret_key_base&quot;=&gt;&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, &quot;action_dispatch.show_exceptions&quot;=&gt;true, &quot;action_dispatch.show_detailed_exceptions&quot;=&gt;true, &quot;action_dispatch.logger&quot;=&gt;#&lt;ActiveSupport::Logger:0x007ff959972228 @progname=nil, @level=0, @default_formatter=#&lt;Logger::Formatter:0x007ff959971ff8 @datetime_format=nil&gt;, @formatter=#&lt;ActiveSupport::Logger::SimpleFormatter:0x007ff95b78f580 @datetime_format=nil, @thread_key=&quot;activesupport_tagged_logging_tags:70354479119040&quot;&gt;, @logdev=#&lt;Logger::LogDevice:0x007ff959971f58 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#&lt;File:/Users/rob/Sites/workingnotworking/wnw/log/development.log&gt;, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff959971eb8&gt;&gt;, @local_levels=#&lt;Concurrent::Map:0x007ff959971a08 entries=0 default_proc=nil&gt;&gt;, &quot;action_dispatch.backtrace_cleaner&quot;=&gt;#&lt;Rails::BacktraceCleaner:0x007ff963a734b0 @filters=[#&lt;Proc:0x007ff963a73398@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:14&gt;, #&lt;Proc:0x007ff963a73370@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:15&gt;, #&lt;Proc:0x007ff963a73348@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:16&gt;, #&lt;Proc:0x007ff963a72fd8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:29&gt;], @silencers=[#&lt;Proc:0x007ff963a72fb0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:19&gt;], @root=&quot;/Users/rob/Sites/workingnotworking/wnw/&quot;&gt;, &quot;action_dispatch.key_generator&quot;=&gt;#&lt;ActiveSupport::CachingKeyGenerator:0x007ff95998b188 @key_generator=#&lt;ActiveSupport::KeyGenerator:0x007ff95998b200 @secret=&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, @iterations=1000&gt;, @cache_keys=#&lt;Concurrent::Map:0x007ff95998b138 entries=3 default_proc=nil&gt;&gt;, &quot;action_dispatch.http_auth_salt&quot;=&gt;&quot;http authentication&quot;, &quot;action_dispatch.signed_cookie_salt&quot;=&gt;&quot;signed cookie&quot;, &quot;action_dispatch.encrypted_cookie_salt&quot;=&gt;&quot;encrypted cookie&quot;, &quot;action_dispatch.encrypted_signed_cookie_salt&quot;=&gt;&quot;signed encrypted cookie&quot;, &quot;action_dispatch.cookies_serializer&quot;=&gt;:json, &quot;action_dispatch.cookies_digest&quot;=&gt;nil, &quot;action_dispatch.routes&quot;=&gt;#&lt;ActionDispatch::Routing::RouteSet:0x007ff958f03008&gt;, &quot;ROUTES_70354457860100_SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;ORIGINAL_FULLPATH&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;ORIGINAL_SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;rack.request.cookie_hash&quot;=&gt;{&quot;wnw_postlaunch&quot;=&gt;&quot;false&quot;, &quot;wnw_user&quot;=&gt;&quot;80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce::12&quot;, &quot;wnw_session&quot;=&gt;&quot;BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE=--0a00d9cdf3a6667a1ef86824b942249707a1fead&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df::1::2017-05-06T19:24:53Z&quot;, &quot;_wnw_session&quot;=&gt;&quot;V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0=--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f&quot;, &quot;__profilin&quot;=&gt;&quot;p=t&quot;}, &quot;rack.request.cookie_string&quot;=&gt;&quot;wnw_postlaunch=false; wnw_user=80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce%3A%3A12; wnw_session=BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE%3D--0a00d9cdf3a6667a1ef86824b942249707a1fead; _wnw_user_session=946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df%3A%3A1%3A%3A2017-05-06T19%3A24%3A53Z; _wnw_session=V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0%3D--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f; __profilin=p%3Dt&quot;, &quot;RACK_MINI_PROFILER_ORIGINAL_SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;HTTP_IF_MODIFIED_SINCE&quot;=&gt;&quot;&quot;, &quot;HTTP_IF_NONE_MATCH&quot;=&gt;&quot;&quot;, &quot;raven.requested_at&quot;=&gt;2016-05-11 09:47:00 -0700, &quot;action_dispatch.request_id&quot;=&gt;&quot;1f3f06e6-0078-4fd0-97c5-7bd4a67d325d&quot;, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::GetIp:0x007ff960d25440 @req=#&lt;ActionDispatch::Request:0x007ff960d25468 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil&gt;, @check_ip=true, @proxies=[#&lt;IPAddr: IPv4:127.0.0.1/255.255.255.255&gt;, #&lt;IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff&gt;, #&lt;IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000&gt;, #&lt;IPAddr: IPv4:10.0.0.0/255.0.0.0&gt;, #&lt;IPAddr: IPv4:172.16.0.0/255.240.0.0&gt;, #&lt;IPAddr: IPv4:192.168.0.0/255.255.0.0&gt;]&gt;, &quot;rack.session&quot;=&gt;#&lt;ActionDispatch::Request::Session:0x007ff963422638 ...&gt;, &quot;rack.session.options&quot;=&gt;#&lt;ActionDispatch::Request::Session::Options:0x007ff9634225e8 @by=#&lt;ActionDispatch::Session::CookieStore:0x007ff95f120c40 @app=#&lt;MessageBus::Rack::Middleware:0x007ff95f14bc38 @app=#&lt;Rack::Head:0x007ff95f14bc60 @app=#&lt;Rack::ConditionalGet:0x007ff95f14bc88 @app=#&lt;Rack::ETag:0x007ff95f14bcb0 @app=#&lt;struct ActionView::Digestor::PerRequestDigestCacheExpiry app=#&lt;MetaRequest::Middlewares::MetaRequestHandler:0x007ff95f14bd00 @app=#&lt;MetaRequest::Middlewares::AppRequestHandler:0x007ff95f14bd28 @app=#&lt;OmniAuth::Builder:0x007ff959b7c370 @options=nil, @warmup=nil, @run=#&lt;ActionDispatch::Routing::RouteSet:0x007ff958f03008&gt;, @map=nil, @use=[#&lt;Proc:0x007ff95f14bd50@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/builder.rb:86&gt;]&gt;&gt;&gt;&gt;, @cache_control=&quot;max-age=0, private, must-revalidate&quot;, @no_cache_control=&quot;no-cache&quot;&gt;&gt;&gt;, @bus=MessageBus, @connection_manager=#&lt;MessageBus::ConnectionManager:0x007ff95f14bbe8 @clients={}, @subscriptions={}, @bus=MessageBus, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff95f14bb48&gt;&gt;, @subscription=#&lt;Proc:0x007ff95f14baa8@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb:12&gt;&gt;, @default_options={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false}, @key=&quot;_wnw_session&quot;, @cookie_only=true&gt;, @delegate={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false, :id=&gt;&quot;3722349027053b9473b5706f5220a480&quot;}&gt;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:controller=&gt;&quot;dashboard/lists&quot;, :action=&gt;&quot;show&quot;, :list_id=&gt;&quot;1&quot;}, &quot;action_controller.instance&quot;=&gt;#&lt;Dashboard::ListsController:0x007ff960cfe980 @_action_has_layout=true, @_routes=nil, @_request=#&lt;ActionDispatch::Request:0x007ff963421850 @env={...}, @filtered_parameters={&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=&quot;GET&quot;, @remote_ip=nil, @original_fullpath=nil, @fullpath=&quot;/dashboard/lists/1&quot;, @ip=nil, @headers=#&lt;ActionDispatch::Http::Headers:0x007ff95fce3190 @req=#&lt;ActionDispatch::Request:0x007ff963421850 ...&gt;&gt;&gt;, @_response=#&lt;ActionDispatch::Response:0x007ff960cfedb8 @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff960cfed18&gt;, @header={&quot;X-Frame-Options&quot;=&gt;&quot;SAMEORIGIN&quot;, &quot;X-XSS-Protection&quot;=&gt;&quot;1; mode=block&quot;, &quot;X-Content-Type-Options&quot;=&gt;&quot;nosniff&quot;}, @stream=#&lt;ActionDispatch::Response::Buffer:0x007ff960cfec50 @response=#&lt;ActionDispatch::Response:0x007ff960cfedb8 ...&gt;, @buf=[], @closed=false, @str_body=nil&gt;, @status=200, @cv=#&lt;MonitorMixin::ConditionVariable:0x007ff960cfebb0 @monitor=#&lt;ActionDispatch::Response:0x007ff960cfedb8 ...&gt;, @cond=#&lt;Thread::ConditionVariable:0x007ff960cfeb88&gt;&gt;, @committed=false, @sending=false, @sent=false, @cache_control={}, @request=#&lt;ActionDispatch::Request:0x007ff963421850 @env={...}, @filtered_parameters={&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=&quot;GET&quot;, @remote_ip=nil, @original_fullpath=nil, @fullpath=&quot;/dashboard/lists/1&quot;, @ip=nil, @headers=#&lt;ActionDispatch::Http::Headers:0x007ff95fce3190 @req=#&lt;ActionDispatch::Request:0x007ff963421850 ...&gt;&gt;&gt;&gt;, @_lookup_context=#&lt;ActionView::LookupContext:0x007ff960cfe200 @details_key=nil, @cache=true, @prefixes=[&quot;dashboard/lists&quot;, &quot;dashboard&quot;, &quot;application&quot;], @rendered_format=nil, @details={:locale=&gt;[:&quot;en-US&quot;], :formats=&gt;[:html], :variants=&gt;[], :handlers=&gt;[:raw, :erb, :html, :builder, :ruby, :arb, :coffee, :jbuilder]}, @view_paths=#&lt;ActionView::PathSet:0x007ff960cfe070 @paths=[#&lt;ActionView::OptimizedFileSystemResolver:0x007ff95b939700 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff95b939688 keys=0 queries=0&gt;, @path=&quot;/Users/rob/Sites/workingnotworking/wnw/app/views&quot;&gt;, #&lt;ActionView::OptimizedFileSystemResolver:0x007ff95b9412c0 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff95b941270 keys=0 queries=0&gt;, @path=&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/views&quot;&gt;, #&lt;ActionView::OptimizedFileSystemResolver:0x007ff95b6363a0 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff95b636350 keys=0 queries=0&gt;, @path=&quot;/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/app/views&quot;&gt;]&gt;&gt;, @_action_name=&quot;show&quot;, @_response_body=nil, @marked_for_same_origin_verification=true, @_config={}, @_params=&lt;ActionController::Parameters {&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;} permitted: true&gt;, @current_user_session=#&lt;UserSession: {:unauthorized_record=&gt;&quot;&lt;protected&gt;&quot;}&gt;, @set_paper_trail_whodunnit_called=true, @current_user=#&lt;UserSession: {:unauthorized_record=&gt;&quot;&lt;protected&gt;&quot;}&gt;&gt;, &quot;action_dispatch.request.content_type&quot;=&gt;nil, &quot;action_dispatch.request.request_parameters&quot;=&gt;{}, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;}, &quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x007ff95b89b2a8 @synonyms=[&quot;application/xhtml+xml&quot;], @symbol=:html, @string=&quot;text/html&quot;, @hash=3548073196024159133&gt;], &quot;action_dispatch.cookies&quot;=&gt;#&lt;ActionDispatch::Cookies::CookieJar:0x007ff960cde2e8 @set_cookies={}, @delete_cookies={}, @request=#&lt;ActionDispatch::Request:0x007ff963422688 ...&gt;, @cookies={&quot;wnw_postlaunch&quot;=&gt;&quot;false&quot;, &quot;wnw_user&quot;=&gt;&quot;80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce::12&quot;, &quot;wnw_session&quot;=&gt;&quot;BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE=--0a00d9cdf3a6667a1ef86824b942249707a1fead&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df::1::2017-05-06T19:24:53Z&quot;, &quot;_wnw_session&quot;=&gt;&quot;V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0=--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f&quot;, &quot;__profilin&quot;=&gt;&quot;p=t&quot;}, @committed=false, @encrypted=#&lt;ActionDispatch::Cookies::EncryptedCookieJar:0x007ff960cde158 @parent_jar=#&lt;ActionDispatch::Cookies::CookieJar:0x007ff960cde2e8 ...&gt;, @encryptor=#&lt;ActiveSupport::MessageEncryptor:0x007ff960cdba48 @secret=&quot;!\\x88`v\\xE3\\x11F6\\xDD:\\x85\\xAF\\xEA\\xBB~\\xA5\\xD83\\x99\\x1D\\xD0lz\\xD2c\\xA3\\v4:/\\x9F+zV\\xB1\\rh\\x1D|5l\\x10\\x9Be%j\\x8D\\xF3\\x8C\\x9E:/hG\\xCDy\\t\\xE5\\x81e\\xF3\\xB1A\\xD8&quot;, @sign_secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @cipher=&quot;aes-256-cbc&quot;, @verifier=#&lt;ActiveSupport::MessageVerifier:0x007ff960cdb980 @secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @digest=&quot;SHA1&quot;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;&gt;, @signed_or_encrypted=#&lt;ActionDispatch::Cookies::EncryptedCookieJar:0x007ff960cde158 @parent_jar=#&lt;ActionDispatch::Cookies::CookieJar:0x007ff960cde2e8 ...&gt;, @encryptor=#&lt;ActiveSupport::MessageEncryptor:0x007ff960cdba48 @secret=&quot;!\\x88`v\\xE3\\x11F6\\xDD:\\x85\\xAF\\xEA\\xBB~\\xA5\\xD83\\x99\\x1D\\xD0lz\\xD2c\\xA3\\v4:/\\x9F+zV\\xB1\\rh\\x1D|5l\\x10\\x9Be%j\\x8D\\xF3\\x8C\\x9E:/hG\\xCDy\\t\\xE5\\x81e\\xF3\\xB1A\\xD8&quot;, @sign_secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @cipher=&quot;aes-256-cbc&quot;, @verifier=#&lt;ActiveSupport::MessageVerifier:0x007ff960cdb980 @secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @digest=&quot;SHA1&quot;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;&gt;&gt;, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{&quot;session_id&quot;=&gt;&quot;3722349027053b9473b5706f5220a480&quot;, &quot;_csrf_token&quot;=&gt;&quot;hx3RujweFKvLsBIEvTh7whMYEGyJTMKfCmUhymkedJ4=&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df&quot;, &quot;_wnw_user_session_id&quot;=&gt;1}}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil&gt;, @delegate={&quot;session_id&quot;=&gt;&quot;3722349027053b9473b5706f5220a480&quot;, &quot;_csrf_token&quot;=&gt;&quot;hx3RujweFKvLsBIEvTh7whMYEGyJTMKfCmUhymkedJ4=&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df&quot;, &quot;_wnw_user_session_id&quot;=&gt;1}, @loaded=true, @exists=true&gt;</pre></td></tr>
</table>
</div>
</div>
<div class=\"sub\">
<h3>Local Variables</h3>
<div class='inset variables'>
<table class=\"var_table\">
</table>
</div>
</div>
<div class=\"sub\">
<h3>Instance Variables</h3>
<div class=\"inset variables\">
<table class=\"var_table\">
<tr><td class=\"name\">@_action_has_layout</td><td><pre>true</pre></td></tr>
<tr><td class=\"name\">@_routes</td><td><pre>nil</pre></td></tr>
<tr><td class=\"name\">@_request</td><td><pre>#&lt;ActionDispatch::Request:0x007ff963421850 @env={&quot;rack.version&quot;=&gt;[1, 3], &quot;rack.errors&quot;=&gt;#&lt;IO:&lt;STDERR&gt;&gt;, &quot;rack.multithread&quot;=&gt;true, &quot;rack.multiprocess&quot;=&gt;false, &quot;rack.run_once&quot;=&gt;false, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;puma 3.2.0 Spring Is A Heliocentric Viewpoint&quot;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.2&quot;, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;REQUEST_URI&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;HTTP_CONNECTION&quot;=&gt;&quot;keep-alive&quot;, &quot;HTTP_PRAGMA&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_CACHE_CONTROL&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_ACCEPT&quot;=&gt;&quot;text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8&quot;, &quot;HTTP_UPGRADE_INSECURE_REQUESTS&quot;=&gt;&quot;1&quot;, &quot;HTTP_USER_AGENT&quot;=&gt;&quot;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36&quot;, &quot;HTTP_DNT&quot;=&gt;&quot;1&quot;, &quot;HTTP_ACCEPT_ENCODING&quot;=&gt;&quot;gzip, deflate, sdch&quot;, &quot;HTTP_ACCEPT_LANGUAGE&quot;=&gt;&quot;en-US,en;q=0.8&quot;, &quot;HTTP_COOKIE&quot;=&gt;&quot;wnw_postlaunch=false; wnw_user=80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce%3A%3A12; wnw_session=BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE%3D--0a00d9cdf3a6667a1ef86824b942249707a1fead; _wnw_user_session=946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df%3A%3A1%3A%3A2017-05-06T19%3A24%3A53Z; _wnw_session=V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0%3D--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f; __profilin=p%3Dt&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;puma.socket&quot;=&gt;#&lt;TCPSocket:fd 60&gt;, &quot;rack.hijack?&quot;=&gt;true, &quot;rack.hijack&quot;=&gt;#&lt;Puma::Client:0x3ffcb069a090 @ready=true&gt;, &quot;rack.input&quot;=&gt;#&lt;Puma::NullIO:0x007ff95b24ab38&gt;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;rack.after_reply&quot;=&gt;[], &quot;puma.config&quot;=&gt;#&lt;Puma::Configuration:0x007ff95b22a040 @options=#&lt;Puma::LeveledOptions:0x007ff95b229e10 @cur={}, @set=[{}, {:binds=&gt;[&quot;tcp://0.0.0.0:3000&quot;]}, {}, {:environment=&gt;&quot;development&quot;}, {}, {}], @defaults={:min_threads=&gt;0, :max_threads=&gt;16, :log_requests=&gt;false, :debug=&gt;false, :binds=&gt;[&quot;tcp://0.0.0.0:9292&quot;], :workers=&gt;0, :daemon=&gt;false, :mode=&gt;:http, :worker_timeout=&gt;60, :worker_boot_timeout=&gt;60, :worker_shutdown_timeout=&gt;30, :remote_address=&gt;:socket, :tag=&gt;&quot;wnw&quot;, :environment=&gt;&quot;development&quot;, :rackup=&gt;&quot;config.ru&quot;, :logger=&gt;#&lt;IO:&lt;STDOUT&gt;&gt;}&gt;, @plugins=#&lt;Puma::PluginLoader:0x007ff95b229d20 @instances=[]&gt;&gt;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.redirect_filter&quot;=&gt;[], &quot;action_dispatch.secret_token&quot;=&gt;nil, &quot;action_dispatch.secret_key_base&quot;=&gt;&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, &quot;action_dispatch.show_exceptions&quot;=&gt;true, &quot;action_dispatch.show_detailed_exceptions&quot;=&gt;true, &quot;action_dispatch.logger&quot;=&gt;#&lt;ActiveSupport::Logger:0x007ff959972228 @progname=nil, @level=0, @default_formatter=#&lt;Logger::Formatter:0x007ff959971ff8 @datetime_format=nil&gt;, @formatter=#&lt;ActiveSupport::Logger::SimpleFormatter:0x007ff95b78f580 @datetime_format=nil, @thread_key=&quot;activesupport_tagged_logging_tags:70354479119040&quot;&gt;, @logdev=#&lt;Logger::LogDevice:0x007ff959971f58 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#&lt;File:/Users/rob/Sites/workingnotworking/wnw/log/development.log&gt;, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff959971eb8&gt;&gt;, @local_levels=#&lt;Concurrent::Map:0x007ff959971a08 entries=0 default_proc=nil&gt;&gt;, &quot;action_dispatch.backtrace_cleaner&quot;=&gt;#&lt;Rails::BacktraceCleaner:0x007ff963a734b0 @filters=[#&lt;Proc:0x007ff963a73398@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:14&gt;, #&lt;Proc:0x007ff963a73370@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:15&gt;, #&lt;Proc:0x007ff963a73348@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:16&gt;, #&lt;Proc:0x007ff963a72fd8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:29&gt;], @silencers=[#&lt;Proc:0x007ff963a72fb0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:19&gt;], @root=&quot;/Users/rob/Sites/workingnotworking/wnw/&quot;&gt;, &quot;action_dispatch.key_generator&quot;=&gt;#&lt;ActiveSupport::CachingKeyGenerator:0x007ff95998b188 @key_generator=#&lt;ActiveSupport::KeyGenerator:0x007ff95998b200 @secret=&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, @iterations=1000&gt;, @cache_keys=#&lt;Concurrent::Map:0x007ff95998b138 entries=3 default_proc=nil&gt;&gt;, &quot;action_dispatch.http_auth_salt&quot;=&gt;&quot;http authentication&quot;, &quot;action_dispatch.signed_cookie_salt&quot;=&gt;&quot;signed cookie&quot;, &quot;action_dispatch.encrypted_cookie_salt&quot;=&gt;&quot;encrypted cookie&quot;, &quot;action_dispatch.encrypted_signed_cookie_salt&quot;=&gt;&quot;signed encrypted cookie&quot;, &quot;action_dispatch.cookies_serializer&quot;=&gt;:json, &quot;action_dispatch.cookies_digest&quot;=&gt;nil, &quot;action_dispatch.routes&quot;=&gt;#&lt;ActionDispatch::Routing::RouteSet:0x007ff958f03008&gt;, &quot;ROUTES_70354457860100_SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;ORIGINAL_FULLPATH&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;ORIGINAL_SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;rack.request.cookie_hash&quot;=&gt;{&quot;wnw_postlaunch&quot;=&gt;&quot;false&quot;, &quot;wnw_user&quot;=&gt;&quot;80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce::12&quot;, &quot;wnw_session&quot;=&gt;&quot;BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE=--0a00d9cdf3a6667a1ef86824b942249707a1fead&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df::1::2017-05-06T19:24:53Z&quot;, &quot;_wnw_session&quot;=&gt;&quot;V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0=--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f&quot;, &quot;__profilin&quot;=&gt;&quot;p=t&quot;}, &quot;rack.request.cookie_string&quot;=&gt;&quot;wnw_postlaunch=false; wnw_user=80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce%3A%3A12; wnw_session=BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE%3D--0a00d9cdf3a6667a1ef86824b942249707a1fead; _wnw_user_session=946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df%3A%3A1%3A%3A2017-05-06T19%3A24%3A53Z; _wnw_session=V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0%3D--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f; __profilin=p%3Dt&quot;, &quot;RACK_MINI_PROFILER_ORIGINAL_SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;HTTP_IF_MODIFIED_SINCE&quot;=&gt;&quot;&quot;, &quot;HTTP_IF_NONE_MATCH&quot;=&gt;&quot;&quot;, &quot;raven.requested_at&quot;=&gt;2016-05-11 09:47:00 -0700, &quot;action_dispatch.request_id&quot;=&gt;&quot;1f3f06e6-0078-4fd0-97c5-7bd4a67d325d&quot;, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::GetIp:0x007ff960d25440 @req=#&lt;ActionDispatch::Request:0x007ff960d25468 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil&gt;, @check_ip=true, @proxies=[#&lt;IPAddr: IPv4:127.0.0.1/255.255.255.255&gt;, #&lt;IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff&gt;, #&lt;IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000&gt;, #&lt;IPAddr: IPv4:10.0.0.0/255.0.0.0&gt;, #&lt;IPAddr: IPv4:172.16.0.0/255.240.0.0&gt;, #&lt;IPAddr: IPv4:192.168.0.0/255.255.0.0&gt;]&gt;, &quot;rack.session&quot;=&gt;#&lt;ActionDispatch::Request::Session:0x007ff963422638 @by=#&lt;ActionDispatch::Session::CookieStore:0x007ff95f120c40 @app=#&lt;MessageBus::Rack::Middleware:0x007ff95f14bc38 @app=#&lt;Rack::Head:0x007ff95f14bc60 @app=#&lt;Rack::ConditionalGet:0x007ff95f14bc88 @app=#&lt;Rack::ETag:0x007ff95f14bcb0 @app=#&lt;struct ActionView::Digestor::PerRequestDigestCacheExpiry app=#&lt;MetaRequest::Middlewares::MetaRequestHandler:0x007ff95f14bd00 @app=#&lt;MetaRequest::Middlewares::AppRequestHandler:0x007ff95f14bd28 @app=#&lt;OmniAuth::Builder:0x007ff959b7c370 @options=nil, @warmup=nil, @run=#&lt;ActionDispatch::Routing::RouteSet:0x007ff958f03008&gt;, @map=nil, @use=[#&lt;Proc:0x007ff95f14bd50@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/builder.rb:86&gt;]&gt;&gt;&gt;&gt;, @cache_control=&quot;max-age=0, private, must-revalidate&quot;, @no_cache_control=&quot;no-cache&quot;&gt;&gt;&gt;, @bus=MessageBus, @connection_manager=#&lt;MessageBus::ConnectionManager:0x007ff95f14bbe8 @clients={}, @subscriptions={}, @bus=MessageBus, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff95f14bb48&gt;&gt;, @subscription=#&lt;Proc:0x007ff95f14baa8@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb:12&gt;&gt;, @default_options={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false}, @key=&quot;_wnw_session&quot;, @cookie_only=true&gt;, @req=#&lt;ActionDispatch::Request:0x007ff963422688 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil&gt;, @delegate={&quot;session_id&quot;=&gt;&quot;3722349027053b9473b5706f5220a480&quot;, &quot;_csrf_token&quot;=&gt;&quot;hx3RujweFKvLsBIEvTh7whMYEGyJTMKfCmUhymkedJ4=&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df&quot;, &quot;_wnw_user_session_id&quot;=&gt;1}, @loaded=true, @exists=true&gt;, &quot;rack.session.options&quot;=&gt;#&lt;ActionDispatch::Request::Session::Options:0x007ff9634225e8 @by=#&lt;ActionDispatch::Session::CookieStore:0x007ff95f120c40 @app=#&lt;MessageBus::Rack::Middleware:0x007ff95f14bc38 @app=#&lt;Rack::Head:0x007ff95f14bc60 @app=#&lt;Rack::ConditionalGet:0x007ff95f14bc88 @app=#&lt;Rack::ETag:0x007ff95f14bcb0 @app=#&lt;struct ActionView::Digestor::PerRequestDigestCacheExpiry app=#&lt;MetaRequest::Middlewares::MetaRequestHandler:0x007ff95f14bd00 @app=#&lt;MetaRequest::Middlewares::AppRequestHandler:0x007ff95f14bd28 @app=#&lt;OmniAuth::Builder:0x007ff959b7c370 @options=nil, @warmup=nil, @run=#&lt;ActionDispatch::Routing::RouteSet:0x007ff958f03008&gt;, @map=nil, @use=[#&lt;Proc:0x007ff95f14bd50@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/builder.rb:86&gt;]&gt;&gt;&gt;&gt;, @cache_control=&quot;max-age=0, private, must-revalidate&quot;, @no_cache_control=&quot;no-cache&quot;&gt;&gt;&gt;, @bus=MessageBus, @connection_manager=#&lt;MessageBus::ConnectionManager:0x007ff95f14bbe8 @clients={}, @subscriptions={}, @bus=MessageBus, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff95f14bb48&gt;&gt;, @subscription=#&lt;Proc:0x007ff95f14baa8@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb:12&gt;&gt;, @default_options={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false}, @key=&quot;_wnw_session&quot;, @cookie_only=true&gt;, @delegate={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false, :id=&gt;&quot;3722349027053b9473b5706f5220a480&quot;}&gt;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:controller=&gt;&quot;dashboard/lists&quot;, :action=&gt;&quot;show&quot;, :list_id=&gt;&quot;1&quot;}, &quot;action_controller.instance&quot;=&gt;#&lt;Dashboard::ListsController:0x007ff960cfe980 @_action_has_layout=true, @_routes=nil, @_request=#&lt;ActionDispatch::Request:0x007ff963421850 ...&gt;, @_response=#&lt;ActionDispatch::Response:0x007ff960cfedb8 @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff960cfed18&gt;, @header={&quot;X-Frame-Options&quot;=&gt;&quot;SAMEORIGIN&quot;, &quot;X-XSS-Protection&quot;=&gt;&quot;1; mode=block&quot;, &quot;X-Content-Type-Options&quot;=&gt;&quot;nosniff&quot;}, @stream=#&lt;ActionDispatch::Response::Buffer:0x007ff960cfec50 @response=#&lt;ActionDispatch::Response:0x007ff960cfedb8 ...&gt;, @buf=[], @closed=false, @str_body=nil&gt;, @status=200, @cv=#&lt;MonitorMixin::ConditionVariable:0x007ff960cfebb0 @monitor=#&lt;ActionDispatch::Response:0x007ff960cfedb8 ...&gt;, @cond=#&lt;Thread::ConditionVariable:0x007ff960cfeb88&gt;&gt;, @committed=false, @sending=false, @sent=false, @cache_control={}, @request=#&lt;ActionDispatch::Request:0x007ff963421850 ...&gt;&gt;, @_lookup_context=#&lt;ActionView::LookupContext:0x007ff960cfe200 @details_key=nil, @cache=true, @prefixes=[&quot;dashboard/lists&quot;, &quot;dashboard&quot;, &quot;application&quot;], @rendered_format=nil, @details={:locale=&gt;[:&quot;en-US&quot;], :formats=&gt;[:html], :variants=&gt;[], :handlers=&gt;[:raw, :erb, :html, :builder, :ruby, :arb, :coffee, :jbuilder]}, @view_paths=#&lt;ActionView::PathSet:0x007ff960cfe070 @paths=[#&lt;ActionView::OptimizedFileSystemResolver:0x007ff95b939700 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff95b939688 keys=0 queries=0&gt;, @path=&quot;/Users/rob/Sites/workingnotworking/wnw/app/views&quot;&gt;, #&lt;ActionView::OptimizedFileSystemResolver:0x007ff95b9412c0 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff95b941270 keys=0 queries=0&gt;, @path=&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/views&quot;&gt;, #&lt;ActionView::OptimizedFileSystemResolver:0x007ff95b6363a0 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff95b636350 keys=0 queries=0&gt;, @path=&quot;/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/app/views&quot;&gt;]&gt;&gt;, @_action_name=&quot;show&quot;, @_response_body=nil, @marked_for_same_origin_verification=true, @_config={}, @_params=&lt;ActionController::Parameters {&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;} permitted: true&gt;, @current_user_session=#&lt;UserSession: {:unauthorized_record=&gt;&quot;&lt;protected&gt;&quot;}&gt;, @set_paper_trail_whodunnit_called=true, @current_user=#&lt;UserSession: {:unauthorized_record=&gt;&quot;&lt;protected&gt;&quot;}&gt;&gt;, &quot;action_dispatch.request.content_type&quot;=&gt;nil, &quot;action_dispatch.request.request_parameters&quot;=&gt;{}, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;}, &quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x007ff95b89b2a8 @synonyms=[&quot;application/xhtml+xml&quot;], @symbol=:html, @string=&quot;text/html&quot;, @hash=3548073196024159133&gt;], &quot;action_dispatch.cookies&quot;=&gt;#&lt;ActionDispatch::Cookies::CookieJar:0x007ff960cde2e8 @set_cookies={}, @delete_cookies={}, @request=#&lt;ActionDispatch::Request:0x007ff963422688 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil&gt;, @cookies={&quot;wnw_postlaunch&quot;=&gt;&quot;false&quot;, &quot;wnw_user&quot;=&gt;&quot;80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce::12&quot;, &quot;wnw_session&quot;=&gt;&quot;BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE=--0a00d9cdf3a6667a1ef86824b942249707a1fead&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df::1::2017-05-06T19:24:53Z&quot;, &quot;_wnw_session&quot;=&gt;&quot;V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0=--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f&quot;, &quot;__profilin&quot;=&gt;&quot;p=t&quot;}, @committed=false, @encrypted=#&lt;ActionDispatch::Cookies::EncryptedCookieJar:0x007ff960cde158 @parent_jar=#&lt;ActionDispatch::Cookies::CookieJar:0x007ff960cde2e8 ...&gt;, @encryptor=#&lt;ActiveSupport::MessageEncryptor:0x007ff960cdba48 @secret=&quot;!\\x88`v\\xE3\\x11F6\\xDD:\\x85\\xAF\\xEA\\xBB~\\xA5\\xD83\\x99\\x1D\\xD0lz\\xD2c\\xA3\\v4:/\\x9F+zV\\xB1\\rh\\x1D|5l\\x10\\x9Be%j\\x8D\\xF3\\x8C\\x9E:/hG\\xCDy\\t\\xE5\\x81e\\xF3\\xB1A\\xD8&quot;, @sign_secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @cipher=&quot;aes-256-cbc&quot;, @verifier=#&lt;ActiveSupport::MessageVerifier:0x007ff960cdb980 @secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @digest=&quot;SHA1&quot;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;&gt;, @signed_or_encrypted=#&lt;ActionDispatch::Cookies::EncryptedCookieJar:0x007ff960cde158 @parent_jar=#&lt;ActionDispatch::Cookies::CookieJar:0x007ff960cde2e8 ...&gt;, @encryptor=#&lt;ActiveSupport::MessageEncryptor:0x007ff960cdba48 @secret=&quot;!\\x88`v\\xE3\\x11F6\\xDD:\\x85\\xAF\\xEA\\xBB~\\xA5\\xD83\\x99\\x1D\\xD0lz\\xD2c\\xA3\\v4:/\\x9F+zV\\xB1\\rh\\x1D|5l\\x10\\x9Be%j\\x8D\\xF3\\x8C\\x9E:/hG\\xCDy\\t\\xE5\\x81e\\xF3\\xB1A\\xD8&quot;, @sign_secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @cipher=&quot;aes-256-cbc&quot;, @verifier=#&lt;ActiveSupport::MessageVerifier:0x007ff960cdb980 @secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @digest=&quot;SHA1&quot;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;&gt;&gt;, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{&quot;session_id&quot;=&gt;&quot;3722349027053b9473b5706f5220a480&quot;, &quot;_csrf_token&quot;=&gt;&quot;hx3RujweFKvLsBIEvTh7whMYEGyJTMKfCmUhymkedJ4=&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df&quot;, &quot;_wnw_user_session_id&quot;=&gt;1}}, @filtered_parameters={&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=&quot;GET&quot;, @remote_ip=nil, @original_fullpath=nil, @fullpath=&quot;/dashboard/lists/1&quot;, @ip=nil, @headers=#&lt;ActionDispatch::Http::Headers:0x007ff95fce3190 @req=#&lt;ActionDispatch::Request:0x007ff963421850 ...&gt;&gt;&gt;</pre></td></tr>
<tr><td class=\"name\">@_response</td><td><pre>#&lt;ActionDispatch::Response:0x007ff960cfedb8 @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff960cfed18&gt;, @header={&quot;X-Frame-Options&quot;=&gt;&quot;SAMEORIGIN&quot;, &quot;X-XSS-Protection&quot;=&gt;&quot;1; mode=block&quot;, &quot;X-Content-Type-Options&quot;=&gt;&quot;nosniff&quot;}, @stream=#&lt;ActionDispatch::Response::Buffer:0x007ff960cfec50 @response=#&lt;ActionDispatch::Response:0x007ff960cfedb8 ...&gt;, @buf=[], @closed=false, @str_body=nil&gt;, @status=200, @cv=#&lt;MonitorMixin::ConditionVariable:0x007ff960cfebb0 @monitor=#&lt;ActionDispatch::Response:0x007ff960cfedb8 ...&gt;, @cond=#&lt;Thread::ConditionVariable:0x007ff960cfeb88&gt;&gt;, @committed=false, @sending=false, @sent=false, @cache_control={}, @request=#&lt;ActionDispatch::Request:0x007ff963421850 @env={&quot;rack.version&quot;=&gt;[1, 3], &quot;rack.errors&quot;=&gt;#&lt;IO:&lt;STDERR&gt;&gt;, &quot;rack.multithread&quot;=&gt;true, &quot;rack.multiprocess&quot;=&gt;false, &quot;rack.run_once&quot;=&gt;false, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;puma 3.2.0 Spring Is A Heliocentric Viewpoint&quot;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.2&quot;, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;REQUEST_URI&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;HTTP_CONNECTION&quot;=&gt;&quot;keep-alive&quot;, &quot;HTTP_PRAGMA&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_CACHE_CONTROL&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_ACCEPT&quot;=&gt;&quot;text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8&quot;, &quot;HTTP_UPGRADE_INSECURE_REQUESTS&quot;=&gt;&quot;1&quot;, &quot;HTTP_USER_AGENT&quot;=&gt;&quot;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36&quot;, &quot;HTTP_DNT&quot;=&gt;&quot;1&quot;, &quot;HTTP_ACCEPT_ENCODING&quot;=&gt;&quot;gzip, deflate, sdch&quot;, &quot;HTTP_ACCEPT_LANGUAGE&quot;=&gt;&quot;en-US,en;q=0.8&quot;, &quot;HTTP_COOKIE&quot;=&gt;&quot;wnw_postlaunch=false; wnw_user=80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce%3A%3A12; wnw_session=BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE%3D--0a00d9cdf3a6667a1ef86824b942249707a1fead; _wnw_user_session=946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df%3A%3A1%3A%3A2017-05-06T19%3A24%3A53Z; _wnw_session=V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0%3D--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f; __profilin=p%3Dt&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;127.0.0.1&quot;, &quot;puma.socket&quot;=&gt;#&lt;TCPSocket:fd 60&gt;, &quot;rack.hijack?&quot;=&gt;true, &quot;rack.hijack&quot;=&gt;#&lt;Puma::Client:0x3ffcb069a090 @ready=true&gt;, &quot;rack.input&quot;=&gt;#&lt;Puma::NullIO:0x007ff95b24ab38&gt;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;rack.after_reply&quot;=&gt;[], &quot;puma.config&quot;=&gt;#&lt;Puma::Configuration:0x007ff95b22a040 @options=#&lt;Puma::LeveledOptions:0x007ff95b229e10 @cur={}, @set=[{}, {:binds=&gt;[&quot;tcp://0.0.0.0:3000&quot;]}, {}, {:environment=&gt;&quot;development&quot;}, {}, {}], @defaults={:min_threads=&gt;0, :max_threads=&gt;16, :log_requests=&gt;false, :debug=&gt;false, :binds=&gt;[&quot;tcp://0.0.0.0:9292&quot;], :workers=&gt;0, :daemon=&gt;false, :mode=&gt;:http, :worker_timeout=&gt;60, :worker_boot_timeout=&gt;60, :worker_shutdown_timeout=&gt;30, :remote_address=&gt;:socket, :tag=&gt;&quot;wnw&quot;, :environment=&gt;&quot;development&quot;, :rackup=&gt;&quot;config.ru&quot;, :logger=&gt;#&lt;IO:&lt;STDOUT&gt;&gt;}&gt;, @plugins=#&lt;Puma::PluginLoader:0x007ff95b229d20 @instances=[]&gt;&gt;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.redirect_filter&quot;=&gt;[], &quot;action_dispatch.secret_token&quot;=&gt;nil, &quot;action_dispatch.secret_key_base&quot;=&gt;&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, &quot;action_dispatch.show_exceptions&quot;=&gt;true, &quot;action_dispatch.show_detailed_exceptions&quot;=&gt;true, &quot;action_dispatch.logger&quot;=&gt;#&lt;ActiveSupport::Logger:0x007ff959972228 @progname=nil, @level=0, @default_formatter=#&lt;Logger::Formatter:0x007ff959971ff8 @datetime_format=nil&gt;, @formatter=#&lt;ActiveSupport::Logger::SimpleFormatter:0x007ff95b78f580 @datetime_format=nil, @thread_key=&quot;activesupport_tagged_logging_tags:70354479119040&quot;&gt;, @logdev=#&lt;Logger::LogDevice:0x007ff959971f58 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#&lt;File:/Users/rob/Sites/workingnotworking/wnw/log/development.log&gt;, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff959971eb8&gt;&gt;, @local_levels=#&lt;Concurrent::Map:0x007ff959971a08 entries=0 default_proc=nil&gt;&gt;, &quot;action_dispatch.backtrace_cleaner&quot;=&gt;#&lt;Rails::BacktraceCleaner:0x007ff963a734b0 @filters=[#&lt;Proc:0x007ff963a73398@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:14&gt;, #&lt;Proc:0x007ff963a73370@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:15&gt;, #&lt;Proc:0x007ff963a73348@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:16&gt;, #&lt;Proc:0x007ff963a72fd8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:29&gt;], @silencers=[#&lt;Proc:0x007ff963a72fb0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:19&gt;], @root=&quot;/Users/rob/Sites/workingnotworking/wnw/&quot;&gt;, &quot;action_dispatch.key_generator&quot;=&gt;#&lt;ActiveSupport::CachingKeyGenerator:0x007ff95998b188 @key_generator=#&lt;ActiveSupport::KeyGenerator:0x007ff95998b200 @secret=&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, @iterations=1000&gt;, @cache_keys=#&lt;Concurrent::Map:0x007ff95998b138 entries=3 default_proc=nil&gt;&gt;, &quot;action_dispatch.http_auth_salt&quot;=&gt;&quot;http authentication&quot;, &quot;action_dispatch.signed_cookie_salt&quot;=&gt;&quot;signed cookie&quot;, &quot;action_dispatch.encrypted_cookie_salt&quot;=&gt;&quot;encrypted cookie&quot;, &quot;action_dispatch.encrypted_signed_cookie_salt&quot;=&gt;&quot;signed encrypted cookie&quot;, &quot;action_dispatch.cookies_serializer&quot;=&gt;:json, &quot;action_dispatch.cookies_digest&quot;=&gt;nil, &quot;action_dispatch.routes&quot;=&gt;#&lt;ActionDispatch::Routing::RouteSet:0x007ff958f03008&gt;, &quot;ROUTES_70354457860100_SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;ORIGINAL_FULLPATH&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;ORIGINAL_SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;rack.request.cookie_hash&quot;=&gt;{&quot;wnw_postlaunch&quot;=&gt;&quot;false&quot;, &quot;wnw_user&quot;=&gt;&quot;80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce::12&quot;, &quot;wnw_session&quot;=&gt;&quot;BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE=--0a00d9cdf3a6667a1ef86824b942249707a1fead&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df::1::2017-05-06T19:24:53Z&quot;, &quot;_wnw_session&quot;=&gt;&quot;V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0=--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f&quot;, &quot;__profilin&quot;=&gt;&quot;p=t&quot;}, &quot;rack.request.cookie_string&quot;=&gt;&quot;wnw_postlaunch=false; wnw_user=80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce%3A%3A12; wnw_session=BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE%3D--0a00d9cdf3a6667a1ef86824b942249707a1fead; _wnw_user_session=946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df%3A%3A1%3A%3A2017-05-06T19%3A24%3A53Z; _wnw_session=V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0%3D--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f; __profilin=p%3Dt&quot;, &quot;RACK_MINI_PROFILER_ORIGINAL_SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;HTTP_IF_MODIFIED_SINCE&quot;=&gt;&quot;&quot;, &quot;HTTP_IF_NONE_MATCH&quot;=&gt;&quot;&quot;, &quot;raven.requested_at&quot;=&gt;2016-05-11 09:47:00 -0700, &quot;action_dispatch.request_id&quot;=&gt;&quot;1f3f06e6-0078-4fd0-97c5-7bd4a67d325d&quot;, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::GetIp:0x007ff960d25440 @req=#&lt;ActionDispatch::Request:0x007ff960d25468 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil&gt;, @check_ip=true, @proxies=[#&lt;IPAddr: IPv4:127.0.0.1/255.255.255.255&gt;, #&lt;IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff&gt;, #&lt;IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000&gt;, #&lt;IPAddr: IPv4:10.0.0.0/255.0.0.0&gt;, #&lt;IPAddr: IPv4:172.16.0.0/255.240.0.0&gt;, #&lt;IPAddr: IPv4:192.168.0.0/255.255.0.0&gt;]&gt;, &quot;rack.session&quot;=&gt;#&lt;ActionDispatch::Request::Session:0x007ff963422638 @by=#&lt;ActionDispatch::Session::CookieStore:0x007ff95f120c40 @app=#&lt;MessageBus::Rack::Middleware:0x007ff95f14bc38 @app=#&lt;Rack::Head:0x007ff95f14bc60 @app=#&lt;Rack::ConditionalGet:0x007ff95f14bc88 @app=#&lt;Rack::ETag:0x007ff95f14bcb0 @app=#&lt;struct ActionView::Digestor::PerRequestDigestCacheExpiry app=#&lt;MetaRequest::Middlewares::MetaRequestHandler:0x007ff95f14bd00 @app=#&lt;MetaRequest::Middlewares::AppRequestHandler:0x007ff95f14bd28 @app=#&lt;OmniAuth::Builder:0x007ff959b7c370 @options=nil, @warmup=nil, @run=#&lt;ActionDispatch::Routing::RouteSet:0x007ff958f03008&gt;, @map=nil, @use=[#&lt;Proc:0x007ff95f14bd50@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/builder.rb:86&gt;]&gt;&gt;&gt;&gt;, @cache_control=&quot;max-age=0, private, must-revalidate&quot;, @no_cache_control=&quot;no-cache&quot;&gt;&gt;&gt;, @bus=MessageBus, @connection_manager=#&lt;MessageBus::ConnectionManager:0x007ff95f14bbe8 @clients={}, @subscriptions={}, @bus=MessageBus, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff95f14bb48&gt;&gt;, @subscription=#&lt;Proc:0x007ff95f14baa8@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb:12&gt;&gt;, @default_options={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false}, @key=&quot;_wnw_session&quot;, @cookie_only=true&gt;, @req=#&lt;ActionDispatch::Request:0x007ff963422688 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil&gt;, @delegate={&quot;session_id&quot;=&gt;&quot;3722349027053b9473b5706f5220a480&quot;, &quot;_csrf_token&quot;=&gt;&quot;hx3RujweFKvLsBIEvTh7whMYEGyJTMKfCmUhymkedJ4=&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df&quot;, &quot;_wnw_user_session_id&quot;=&gt;1}, @loaded=true, @exists=true&gt;, &quot;rack.session.options&quot;=&gt;#&lt;ActionDispatch::Request::Session::Options:0x007ff9634225e8 @by=#&lt;ActionDispatch::Session::CookieStore:0x007ff95f120c40 @app=#&lt;MessageBus::Rack::Middleware:0x007ff95f14bc38 @app=#&lt;Rack::Head:0x007ff95f14bc60 @app=#&lt;Rack::ConditionalGet:0x007ff95f14bc88 @app=#&lt;Rack::ETag:0x007ff95f14bcb0 @app=#&lt;struct ActionView::Digestor::PerRequestDigestCacheExpiry app=#&lt;MetaRequest::Middlewares::MetaRequestHandler:0x007ff95f14bd00 @app=#&lt;MetaRequest::Middlewares::AppRequestHandler:0x007ff95f14bd28 @app=#&lt;OmniAuth::Builder:0x007ff959b7c370 @options=nil, @warmup=nil, @run=#&lt;ActionDispatch::Routing::RouteSet:0x007ff958f03008&gt;, @map=nil, @use=[#&lt;Proc:0x007ff95f14bd50@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/builder.rb:86&gt;]&gt;&gt;&gt;&gt;, @cache_control=&quot;max-age=0, private, must-revalidate&quot;, @no_cache_control=&quot;no-cache&quot;&gt;&gt;&gt;, @bus=MessageBus, @connection_manager=#&lt;MessageBus::ConnectionManager:0x007ff95f14bbe8 @clients={}, @subscriptions={}, @bus=MessageBus, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff95f14bb48&gt;&gt;, @subscription=#&lt;Proc:0x007ff95f14baa8@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb:12&gt;&gt;, @default_options={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false}, @key=&quot;_wnw_session&quot;, @cookie_only=true&gt;, @delegate={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false, :id=&gt;&quot;3722349027053b9473b5706f5220a480&quot;}&gt;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:controller=&gt;&quot;dashboard/lists&quot;, :action=&gt;&quot;show&quot;, :list_id=&gt;&quot;1&quot;}, &quot;action_controller.instance&quot;=&gt;#&lt;Dashboard::ListsController:0x007ff960cfe980 @_action_has_layout=true, @_routes=nil, @_request=#&lt;ActionDispatch::Request:0x007ff963421850 ...&gt;, @_response=#&lt;ActionDispatch::Response:0x007ff960cfedb8 ...&gt;, @_lookup_context=#&lt;ActionView::LookupContext:0x007ff960cfe200 @details_key=nil, @cache=true, @prefixes=[&quot;dashboard/lists&quot;, &quot;dashboard&quot;, &quot;application&quot;], @rendered_format=nil, @details={:locale=&gt;[:&quot;en-US&quot;], :formats=&gt;[:html], :variants=&gt;[], :handlers=&gt;[:raw, :erb, :html, :builder, :ruby, :arb, :coffee, :jbuilder]}, @view_paths=#&lt;ActionView::PathSet:0x007ff960cfe070 @paths=[#&lt;ActionView::OptimizedFileSystemResolver:0x007ff95b939700 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff95b939688 keys=0 queries=0&gt;, @path=&quot;/Users/rob/Sites/workingnotworking/wnw/app/views&quot;&gt;, #&lt;ActionView::OptimizedFileSystemResolver:0x007ff95b9412c0 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff95b941270 keys=0 queries=0&gt;, @path=&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/views&quot;&gt;, #&lt;ActionView::OptimizedFileSystemResolver:0x007ff95b6363a0 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff95b636350 keys=0 queries=0&gt;, @path=&quot;/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/app/views&quot;&gt;]&gt;&gt;, @_action_name=&quot;show&quot;, @_response_body=nil, @marked_for_same_origin_verification=true, @_config={}, @_params=&lt;ActionController::Parameters {&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;} permitted: true&gt;, @current_user_session=#&lt;UserSession: {:unauthorized_record=&gt;&quot;&lt;protected&gt;&quot;}&gt;, @set_paper_trail_whodunnit_called=true, @current_user=#&lt;UserSession: {:unauthorized_record=&gt;&quot;&lt;protected&gt;&quot;}&gt;&gt;, &quot;action_dispatch.request.content_type&quot;=&gt;nil, &quot;action_dispatch.request.request_parameters&quot;=&gt;{}, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;}, &quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x007ff95b89b2a8 @synonyms=[&quot;application/xhtml+xml&quot;], @symbol=:html, @string=&quot;text/html&quot;, @hash=3548073196024159133&gt;], &quot;action_dispatch.cookies&quot;=&gt;#&lt;ActionDispatch::Cookies::CookieJar:0x007ff960cde2e8 @set_cookies={}, @delete_cookies={}, @request=#&lt;ActionDispatch::Request:0x007ff963422688 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil&gt;, @cookies={&quot;wnw_postlaunch&quot;=&gt;&quot;false&quot;, &quot;wnw_user&quot;=&gt;&quot;80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce::12&quot;, &quot;wnw_session&quot;=&gt;&quot;BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE=--0a00d9cdf3a6667a1ef86824b942249707a1fead&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df::1::2017-05-06T19:24:53Z&quot;, &quot;_wnw_session&quot;=&gt;&quot;V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0=--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f&quot;, &quot;__profilin&quot;=&gt;&quot;p=t&quot;}, @committed=false, @encrypted=#&lt;ActionDispatch::Cookies::EncryptedCookieJar:0x007ff960cde158 @parent_jar=#&lt;ActionDispatch::Cookies::CookieJar:0x007ff960cde2e8 ...&gt;, @encryptor=#&lt;ActiveSupport::MessageEncryptor:0x007ff960cdba48 @secret=&quot;!\\x88`v\\xE3\\x11F6\\xDD:\\x85\\xAF\\xEA\\xBB~\\xA5\\xD83\\x99\\x1D\\xD0lz\\xD2c\\xA3\\v4:/\\x9F+zV\\xB1\\rh\\x1D|5l\\x10\\x9Be%j\\x8D\\xF3\\x8C\\x9E:/hG\\xCDy\\t\\xE5\\x81e\\xF3\\xB1A\\xD8&quot;, @sign_secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @cipher=&quot;aes-256-cbc&quot;, @verifier=#&lt;ActiveSupport::MessageVerifier:0x007ff960cdb980 @secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @digest=&quot;SHA1&quot;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;&gt;, @signed_or_encrypted=#&lt;ActionDispatch::Cookies::EncryptedCookieJar:0x007ff960cde158 @parent_jar=#&lt;ActionDispatch::Cookies::CookieJar:0x007ff960cde2e8 ...&gt;, @encryptor=#&lt;ActiveSupport::MessageEncryptor:0x007ff960cdba48 @secret=&quot;!\\x88`v\\xE3\\x11F6\\xDD:\\x85\\xAF\\xEA\\xBB~\\xA5\\xD83\\x99\\x1D\\xD0lz\\xD2c\\xA3\\v4:/\\x9F+zV\\xB1\\rh\\x1D|5l\\x10\\x9Be%j\\x8D\\xF3\\x8C\\x9E:/hG\\xCDy\\t\\xE5\\x81e\\xF3\\xB1A\\xD8&quot;, @sign_secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @cipher=&quot;aes-256-cbc&quot;, @verifier=#&lt;ActiveSupport::MessageVerifier:0x007ff960cdb980 @secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @digest=&quot;SHA1&quot;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;&gt;&gt;, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{&quot;session_id&quot;=&gt;&quot;3722349027053b9473b5706f5220a480&quot;, &quot;_csrf_token&quot;=&gt;&quot;hx3RujweFKvLsBIEvTh7whMYEGyJTMKfCmUhymkedJ4=&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df&quot;, &quot;_wnw_user_session_id&quot;=&gt;1}}, @filtered_parameters={&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=&quot;GET&quot;, @remote_ip=nil, @original_fullpath=nil, @fullpath=&quot;/dashboard/lists/1&quot;, @ip=nil, @headers=#&lt;ActionDispatch::Http::Headers:0x007ff95fce3190 @req=#&lt;ActionDispatch::Request:0x007ff963421850 ...&gt;&gt;&gt;&gt;</pre></td></tr>
<tr><td class=\"name\">@_lookup_context</td><td><pre>#&lt;ActionView::LookupContext:0x007ff960cfe200 @details_key=nil, @cache=true, @prefixes=[&quot;dashboard/lists&quot;, &quot;dashboard&quot;, &quot;application&quot;], @rendered_format=nil, @details={:locale=&gt;[:&quot;en-US&quot;], :formats=&gt;[:html], :variants=&gt;[], :handlers=&gt;[:raw, :erb, :html, :builder, :ruby, :arb, :coffee, :jbuilder]}, @view_paths=#&lt;ActionView::PathSet:0x007ff960cfe070 @paths=[#&lt;ActionView::OptimizedFileSystemResolver:0x007ff95b939700 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff95b939688 keys=0 queries=0&gt;, @path=&quot;/Users/rob/Sites/workingnotworking/wnw/app/views&quot;&gt;, #&lt;ActionView::OptimizedFileSystemResolver:0x007ff95b9412c0 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff95b941270 keys=0 queries=0&gt;, @path=&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/views&quot;&gt;, #&lt;ActionView::OptimizedFileSystemResolver:0x007ff95b6363a0 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff95b636350 keys=0 queries=0&gt;, @path=&quot;/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/app/views&quot;&gt;]&gt;&gt;</pre></td></tr>
<tr><td class=\"name\">@_action_name</td><td><pre>&quot;show&quot;</pre></td></tr>
<tr><td class=\"name\">@_response_body</td><td><pre>nil</pre></td></tr>
<tr><td class=\"name\">@marked_for_same_origin_verification</td><td><pre>true</pre></td></tr>
<tr><td class=\"name\">@_config</td><td><pre>{}</pre></td></tr>
<tr><td class=\"name\">@_params</td><td><pre>&lt;ActionController::Parameters {&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;} permitted: true&gt;</pre></td></tr>
<tr><td class=\"name\">@current_user_session</td><td><pre>#&lt;UserSession: {:unauthorized_record=&gt;&quot;&lt;protected&gt;&quot;}&gt;</pre></td></tr>
<tr><td class=\"name\">@set_paper_trail_whodunnit_called</td><td><pre>true</pre></td></tr>
<tr><td class=\"name\">@current_user</td><td><pre>#&lt;UserSession: {:unauthorized_record=&gt;&quot;&lt;protected&gt;&quot;}&gt;</pre></td></tr>
</table>
</div>
</div>
<!-- 0.02387523651123047 seconds -->
"}
{"html":"<header class=\"trace_info clearfix\">
<div class=\"title\">
<h2 class=\"name\">show</h2>
<div class=\"location\"><span class=\"filename\"><a href=\"subl://open?url=file://%2FUsers%2Frob%2FSites%2Fworkingnotworking%2Fwnw%2Fapp%2Fcontrollers%2Fdashboard%2Flists_controller.rb&amp;line=8\">app/controllers/dashboard/lists_controller.rb</a></span></div>
</div>
<div class=\"code_block clearfix\">
<div class=\"code_linenums\"><span class=\"\"> 3</span><span class=\"\"> 4</span><span class=\"\"> 5</span><span class=\"\"> 6</span><span class=\"\"> 7</span><span class=\"highlight\"> 8</span><span class=\"\"> 9</span><span class=\"\"> 10</span><span class=\"\"> 11</span><span class=\"\"> 12</span><span class=\"\"> 13</span></div><div class=\"code\"><pre class=\"\"><span style=\"color:#080;font-weight:bold\">class</span> <span style=\"color:#B06;font-weight:bold\">Dashboard::ListsController</span> &lt; <span style=\"color:#036;font-weight:bold\">DashboardController</span>
</pre><pre class=\"\">
</pre><pre class=\"\"> rescue_from <span style=\"color:#036;font-weight:bold\">ActiveRecord</span>::<span style=\"color:#036;font-weight:bold\">RecordNotFound</span>, <span style=\"color:#A60\">:with</span> =&gt; <span style=\"color:#A60\">:list_not_found</span>
</pre><pre class=\"\">
</pre><pre class=\"\"> <span style=\"color:#080;font-weight:bold\">def</span> <span style=\"color:#06B;font-weight:bold\">show</span>
</pre><pre class=\"highlight\"> foobar
</pre><pre class=\"\"> <span style=\"color:#33B\">@presenter</span> = <span style=\"color:#036;font-weight:bold\">Dashboard</span>::<span style=\"color:#036;font-weight:bold\">ListPresenter</span>.new(current_user, view_context, params)
</pre><pre class=\"\"> <span style=\"color:#080;font-weight:bold\">end</span>
</pre><pre class=\"\">
</pre><pre class=\"\"> private <span style=\"color:#080;font-weight:bold\">def</span> <span style=\"color:#06B;font-weight:bold\">list_not_found</span>
</pre><pre class=\"\"> render <span style=\"color:#A60\">:plain</span> =&gt; <span style=\"background-color:hsla(0,100%,50%,0.05)\"><span style=\"color:#710\">'</span><span style=\"color:#D20\">List not found</span><span style=\"color:#710\">'</span></span>, <span style=\"color:#A60\">:status</span> =&gt; <span style=\"color:#A60\">:not_found</span>
</pre></div>
</div>
<div class=\"repl\">
<div class=\"console\">
<pre></pre>
<div class=\"prompt\"><span>&gt;&gt;</span> <input/></div>
</div>
</div>
</header>
<div class=\"hint\">
This is a live shell. Type in here.
</div>
<div class=\"variable_info\"></div>
<div class=\"sub\">
<h3>Request info</h3>
<div class='inset variables'>
<table class=\"var_table\">
<tr><td class=\"name\">Request parameters</td><td><pre>{&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;}</pre></td></tr>
<tr><td class=\"name\">Rack session</td><td><pre>#&lt;ActionDispatch::Request::Session:0x007ff1d5b2dff8 @by=#&lt;ActionDispatch::Session::CookieStore:0x007ff1c9e02d98 @app=#&lt;MessageBus::Rack::Middleware:0x007ff1ca61bd18 @app=#&lt;Rack::Head:0x007ff1ca61bd40 @app=#&lt;Rack::ConditionalGet:0x007ff1ca61bd68 @app=#&lt;Rack::ETag:0x007ff1ca61bd90 @app=#&lt;struct ActionView::Digestor::PerRequestDigestCacheExpiry app=#&lt;MetaRequest::Middlewares::MetaRequestHandler:0x007ff1ca61bde0 @app=#&lt;MetaRequest::Middlewares::AppRequestHandler:0x007ff1ca61be08 @app=#&lt;OmniAuth::Builder:0x007ff1caec42a8 @options=nil, @warmup=nil, @run=#&lt;ActionDispatch::Routing::RouteSet:0x007ff1cb729e48&gt;, @map=nil, @use=[#&lt;Proc:0x007ff1ca61be30@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/builder.rb:86&gt;]&gt;&gt;&gt;&gt;, @cache_control=&quot;max-age=0, private, must-revalidate&quot;, @no_cache_control=&quot;no-cache&quot;&gt;&gt;&gt;, @bus=MessageBus, @connection_manager=#&lt;MessageBus::ConnectionManager:0x007ff1ca61bcc8 @clients={}, @subscriptions={}, @bus=MessageBus, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff1ca61bc00&gt;&gt;, @subscription=#&lt;Proc:0x007ff1ca61bb60@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb:12&gt;&gt;, @default_options={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false}, @key=&quot;_wnw_session&quot;, @cookie_only=true&gt;, @req=#&lt;ActionDispatch::Request:0x007ff1d5b2e048 @env={&quot;rack.version&quot;=&gt;[1, 3], &quot;rack.errors&quot;=&gt;#&lt;IO:&lt;STDERR&gt;&gt;, &quot;rack.multithread&quot;=&gt;true, &quot;rack.multiprocess&quot;=&gt;false, &quot;rack.run_once&quot;=&gt;false, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;puma 3.2.0 Spring Is A Heliocentric Viewpoint&quot;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.2&quot;, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;REQUEST_URI&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;HTTP_CONNECTION&quot;=&gt;&quot;keep-alive&quot;, &quot;HTTP_PRAGMA&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_CACHE_CONTROL&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_ACCEPT&quot;=&gt;&quot;text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8&quot;, &quot;HTTP_UPGRADE_INSECURE_REQUESTS&quot;=&gt;&quot;1&quot;, &quot;HTTP_USER_AGENT&quot;=&gt;&quot;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36&quot;, &quot;HTTP_DNT&quot;=&gt;&quot;1&quot;, &quot;HTTP_ACCEPT_ENCODING&quot;=&gt;&quot;gzip, deflate, sdch&quot;, &quot;HTTP_ACCEPT_LANGUAGE&quot;=&gt;&quot;en-US,en;q=0.8&quot;, &quot;HTTP_COOKIE&quot;=&gt;&quot;wnw_postlaunch=false; wnw_user=80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce%3A%3A12; wnw_session=BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE%3D--0a00d9cdf3a6667a1ef86824b942249707a1fead; _wnw_user_session=946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df%3A%3A1%3A%3A2017-05-06T19%3A24%3A53Z; _wnw_session=V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0%3D--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f; __profilin=p%3Dt&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;::1&quot;, &quot;puma.socket&quot;=&gt;#&lt;TCPSocket:fd 64&gt;, &quot;rack.hijack?&quot;=&gt;true, &quot;rack.hijack&quot;=&gt;#&lt;Puma::Client:0x3ff8e6095d20 @ready=true&gt;, &quot;rack.input&quot;=&gt;#&lt;Puma::NullIO:0x007ff1cb612be0&gt;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;rack.after_reply&quot;=&gt;[], &quot;puma.config&quot;=&gt;#&lt;Puma::Configuration:0x007ff1d1d98670 @options=#&lt;Puma::LeveledOptions:0x007ff1d1d98468 @cur={}, @set=[{}, {:log_requests=&gt;false, :environment=&gt;&quot;development&quot;, :binds=&gt;[&quot;tcp://localhost:3000&quot;], :app=&gt;#&lt;WNW::Application:0x007ff1cf8ba948 @_all_autoload_paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/app/admin&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/assets&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/decorators&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/helpers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/jobs&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/mailers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/middleware&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/observers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/policies&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/presenters&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/services&quot;], @_all_load_paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/lib&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/vendor&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/admin&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/assets&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/decorators&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/helpers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/jobs&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/mailers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/middleware&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/observers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/policies&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/presenters&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/services&quot;], @app=#&lt;Rack::MiniProfiler:0x007ff1c9dede48 @config=#&lt;Rack::MiniProfiler::Config:0x007ff1caf768b8 @auto_inject=true, @base_url_path=&quot;/mini-profiler-resources/&quot;, @disable_caching=true, @pre_authorize_cb=#&lt;Proc:0x007ff1caf76688@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler_rails/railtie.rb:21 (lambda)&gt;, @position=&quot;left&quot;, @skip_schema_queries=true, @storage=Rack::MiniProfiler::FileStore, @user_provider=#&lt;Proc:0x007ff1caf76750@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler/config.rb:38&gt;, @authorization_mode=:allow_all, @toggle_shortcut=&quot;Alt+P&quot;, @start_hidden=false, @backtrace_threshold_ms=0, @flamegraph_sample_rate=0.5, @storage_failure=#&lt;Proc:0x007ff1caf76700@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler/config.rb:44&gt;, @enabled=true, @disable_env_dump=false, @collapse_results=true, @skip_paths=[&quot;/assets&quot;], @logger=#&lt;ActiveSupport::Logger:0x007ff1ca273d78 @progname=nil, @level=0, @default_formatter=#&lt;Logger::Formatter:0x007ff1ca273c60 @datetime_format=nil&gt;, @formatter=#&lt;ActiveSupport::Logger::SimpleFormatter:0x007ff1cf85b088 @datetime_format=nil, @thread_key=&quot;activesupport_tagged_logging_tags:70338272745540&quot;&gt;, @logdev=#&lt;Logger::LogDevice:0x007ff1ca273bc0 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#&lt;File:/Users/rob/Sites/workingnotworking/wnw/log/development.log&gt;, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff1ca273b48&gt;&gt;, @local_levels=#&lt;Concurrent::Map:0x007ff1ca273a80 entries=0 default_proc=nil&gt;&gt;, @storage_options={:path=&gt;&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;}, @backtrace_remove=&quot;/Users/rob/Sites/workingnotworking/wnw/&quot;, @backtrace_includes=[/^\\/?(app|config|lib|test)/], @storage_instance=#&lt;Rack::MiniProfiler::FileStore:0x007ff1c9deddf8 @path=&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;, @expires_in_seconds=86400, @timer_struct_cache=#&lt;Rack::MiniProfiler::FileStore::FileCache:0x007ff1c9dedd58 @path=&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;, @prefix=&quot;mp_timers&quot;&gt;, @timer_struct_lock=#&lt;Thread::Mutex:0x007ff1c9dedd08&gt;, @user_view_cache=#&lt;Rack::MiniProfiler::FileStore::FileCache:0x007ff1c9dedcb8 @path=&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;, @prefix=&quot;mp_views&quot;&gt;, @user_view_lock=#&lt;Thread::Mutex:0x007ff1c9dedc68&gt;&gt;&gt;, @app=#&lt;Raven::Rack:0x007ff1c9dede70 @app=#&lt;Rack::Sendfile:0x007ff1c9dedf10 @app=#&lt;ActionDispatch::Static:0x007ff1c9deed70 @app=#&lt;RackWithQuietAssets:0x007ff1c9defec8 @app=#&lt;ActionDispatch::Executor:0x007ff1c9deff18 @app=#&lt;ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x007ff1ca1e0230 @name=&quot;ActiveSupport::Cache::Strategy::LocalCache&quot;, @local_cache_key=:active_support_cache_null_store_local_cache_70338227456220, @app=#&lt;Rack::Runtime:0x007ff1c9deff90 @app=#&lt;Rack::MethodOverride:0x007ff1c9e03db0 @app=#&lt;ActionDispatch::RequestId:0x007ff1c9e03ce8 @app=#&lt;RequestStore::Middleware:0x007ff1c9e03c48 @app=#&lt;Rails::Rack::Logger:0x007ff1c9e03b08 @app=#&lt;ActionDispatch::ShowExceptions:0x007ff1c9e03a40 @app=#&lt;MetaRequest::Middlewares::Headers:0x007ff1c9e03978 @app=#&lt;ActionDispatch::DebugExceptions:0x007ff1c9e038d8 @app=#&lt;BetterErrors::Middleware:0x007ff1c9e03838 @app=#&lt;ActionDispatch::RemoteIp:0x007ff1c9e03798 @app=#&lt;ActionDispatch::Reloader:0x007ff1c9e03518 @app=#&lt;ActionDispatch::Callbacks:0x007ff1c9e03338 @app=#&lt;ActiveRecord::Migration::CheckPending:0x007ff1c9e032c0 @app=#&lt;ActionDispatch::Cookies:0x007ff1c9e031d0 @app=#&lt;ActionDispatch::Session::CookieStore:0x007ff1c9e02d98 @app=#&lt;MessageBus::Rack::Middleware:0x007ff1ca61bd18 @app=#&lt;Rack::Head:0x007ff1ca61bd40 @app=#&lt;Rack::ConditionalGet:0x007ff1ca61bd68 @app=#&lt;Rack::ETag:0x007ff1ca61bd90 @app=#&lt;struct ActionView::Digestor::PerRequestDigestCacheExpiry app=#&lt;MetaRequest::Middlewares::MetaRequestHandler:0x007ff1ca61bde0 @app=#&lt;MetaRequest::Middlewares::AppRequestHandler:0x007ff1ca61be08 @app=#&lt;OmniAuth::Builder:0x007ff1caec42a8 @options=nil, @warmup=nil, @run=#&lt;ActionDispatch::Routing::RouteSet:0x007ff1cb729e48&gt;, @map=nil, @use=[#&lt;Proc:0x007ff1ca61be30@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/builder.rb:86&gt;]&gt;&gt;&gt;&gt;, @cache_control=&quot;max-age=0, private, must-revalidate&quot;, @no_cache_control=&quot;no-cache&quot;&gt;&gt;&gt;, @bus=MessageBus, @connection_manager=#&lt;MessageBus::ConnectionManager:0x007ff1ca61bcc8 @clients={}, @subscriptions={}, @bus=MessageBus, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff1ca61bc00&gt;&gt;, @subscription=#&lt;Proc:0x007ff1ca61bb60@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb:12&gt;&gt;, @default_options={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false}, @key=&quot;_wnw_session&quot;, @cookie_only=true&gt;&gt;, @last_check=1462569465&gt;&gt;, @executor=#&lt;Class:0x007ff1cf8606f0&gt;&gt;, @check_ip=true, @proxies=[#&lt;IPAddr: IPv4:127.0.0.1/255.255.255.255&gt;, #&lt;IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff&gt;, #&lt;IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000&gt;, #&lt;IPAddr: IPv4:10.0.0.0/255.0.0.0&gt;, #&lt;IPAddr: IPv4:172.16.0.0/255.240.0.0&gt;, #&lt;IPAddr: IPv4:192.168.0.0/255.255.0.0&gt;]&gt;, @handler=BetterErrors::ErrorPage, @error_page=#&lt;BetterErrors::ErrorPage:0x007ff1c9c96ab8 @exception=#&lt;BetterErrors::RaisedException:0x007ff1c9c96a68 @exception=#&lt;NameError: undefined local variable or method `foobar&#39; for #&lt;Dashboard::ListsController:0x007ff1d5b6fbd8&gt;&gt;, @message=&quot;undefined local variable or method `foobar&#39; for #&lt;Dashboard::ListsController:0x007ff1d5b6fbd8&gt;&quot;, @backtrace=[#&lt;BetterErrors::StackFrame:0x007ff1d3f858c8 @filename=&quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers/dashboard/lists_controller.rb&quot;, @line=8, @name=&quot;show&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eadb30 @iseq=&lt;RubyVM::InstructionSequence:show@/Users/rob/Sites/workingnotworking/wnw/app/controllers/dashboard/lists_controller.rb&gt;, @frame_description=&quot;show&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#show&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f84f68 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/basic_implicit_render.rb&quot;, @line=4, @name=&quot;send_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eadae0 @iseq=&lt;RubyVM::InstructionSequence:send_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/basic_implicit_render.rb&gt;, @frame_description=&quot;send_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#send_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f84608 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/base.rb&quot;, @line=181, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eada40 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/base.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4e1fc80 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/rendering.rb&quot;, @line=30, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead9f0 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/rendering.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4e1f2f8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/callbacks.rb&quot;, @line=20, @name=&quot;block in process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead950 @iseq=&lt;RubyVM::InstructionSequence:block in process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/callbacks.rb&gt;, @frame_description=&quot;block in process_action&quot;&gt;, @class_name=&quot;block in Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4e1e970 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=126, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead900 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActiveSupport::Callbacks::Filters::End&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4e1dfc0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=506, @name=&quot;block (2 levels) in compile&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead860 @iseq=&lt;RubyVM::InstructionSequence:block (2 levels) in compile@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;block (2 levels) in compile&quot;&gt;, @class_name=&quot;block (2 levels) in ActiveSupport::Callbacks::CallbackChain&quot;, @method_name=&quot;#compile&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4e1d638 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=455, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead838 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActiveSupport::Callbacks::CallbackSequence&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4e1c850 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=101, @name=&quot;__run_callbacks__&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead810 @iseq=&lt;RubyVM::InstructionSequence:__run_callbacks__@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;__run_callbacks__&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#__run_callbacks__&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d2627b88 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=750, @name=&quot;_run_process_action_callbacks&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead798 @iseq=&lt;RubyVM::InstructionSequence:_run_process_action_callbacks@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;_run_process_action_callbacks&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#_run_process_action_callbacks&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d2627228 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=90, @name=&quot;run_callbacks&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead770 @iseq=&lt;RubyVM::InstructionSequence:run_callbacks@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;run_callbacks&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#run_callbacks&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d26268c8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/callbacks.rb&quot;, @line=19, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead720 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/callbacks.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d2625f68 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/rescue.rb&quot;, @line=31, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead6a8 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/rescue.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d2625608 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/instrumentation.rb&quot;, @line=32, @name=&quot;block in process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead680 @iseq=&lt;RubyVM::InstructionSequence:block in process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/instrumentation.rb&gt;, @frame_description=&quot;block in process_action&quot;&gt;, @class_name=&quot;block in Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d2624c80 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/notifications.rb&quot;, @line=164, @name=&quot;block in instrument&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead630 @iseq=&lt;RubyVM::InstructionSequence:block in instrument@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/notifications.rb&gt;, @frame_description=&quot;block in instrument&quot;&gt;, @class_name=&quot;block in ActiveSupport::Notifications&quot;, @method_name=&quot;.instrument&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d26243c0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/notifications/instrumenter.rb&quot;, @line=21, @name=&quot;instrument&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead5b8 @iseq=&lt;RubyVM::InstructionSequence:instrument@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/notifications/instrumenter.rb&gt;, @frame_description=&quot;instrument&quot;&gt;, @class_name=&quot;ActiveSupport::Notifications::Instrumenter&quot;, @method_name=&quot;#instrument&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f7f8b0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/notifications.rb&quot;, @line=164, @name=&quot;instrument&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead590 @iseq=&lt;RubyVM::InstructionSequence:instrument@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/notifications.rb&gt;, @frame_description=&quot;instrument&quot;&gt;, @class_name=&quot;ActiveSupport::Notifications&quot;, @method_name=&quot;.instrument&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f7ebb8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/instrumentation.rb&quot;, @line=30, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead540 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/instrumentation.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f7e118 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/params_wrapper.rb&quot;, @line=248, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead158 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/params_wrapper.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f7d588 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railties/controller_runtime.rb&quot;, @line=18, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead130 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railties/controller_runtime.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f7cbb0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/base.rb&quot;, @line=126, @name=&quot;process&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead108 @iseq=&lt;RubyVM::InstructionSequence:process@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/base.rb&gt;, @frame_description=&quot;process&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f7c200 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/rendering.rb&quot;, @line=30, @name=&quot;process&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead0e0 @iseq=&lt;RubyVM::InstructionSequence:process@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/rendering.rb&gt;, @frame_description=&quot;process&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d61278f0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler/profiling_methods.rb&quot;, @line=102, @name=&quot;block in profile_method&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead0b8 @iseq=&lt;RubyVM::InstructionSequence:block in profile_method@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler/profiling_methods.rb&gt;, @frame_description=&quot;block in profile_method&quot;&gt;, @class_name=&quot;block in Dashboard::ListsController&quot;, @method_name=&quot;#process_with_mini_profiler&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d6126f68 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal.rb&quot;, @line=190, @name=&quot;dispatch&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead090 @iseq=&lt;RubyVM::InstructionSequence:dispatch@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal.rb&gt;, @frame_description=&quot;dispatch&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#dispatch&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d61265e0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal.rb&quot;, @line=262, @name=&quot;dispatch&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead068 @iseq=&lt;RubyVM::InstructionSequence:dispatch@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal.rb&gt;, @frame_description=&quot;dispatch&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;.dispatch&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d6125d20 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/routing/route_set.rb&quot;, @line=50, @name=&quot;dispatch&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead040 @iseq=&lt;RubyVM::InstructionSequence:dispatch@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/routing/route_set.rb&gt;, @frame_description=&quot;dispatch&quot;&gt;, @class_name=&quot;ActionDispatch::Routing::RouteSet::Dispatcher&quot;, @method_name=&quot;#dispatch&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d61253c0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/routing/route_set.rb&quot;, @line=32, @name=&quot;serve&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead018 @iseq=&lt;RubyVM::InstructionSequence:serve@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/routing/route_set.rb&gt;, @frame_description=&quot;serve&quot;&gt;, @class_name=&quot;ActionDispatch::Routing::RouteSet::Dispatcher&quot;, @method_name=&quot;#serve&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d6124a60 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/journey/router.rb&quot;, @line=39, @name=&quot;block in serve&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacff0 @iseq=&lt;RubyVM::InstructionSequence:block in serve@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/journey/router.rb&gt;, @frame_description=&quot;block in serve&quot;&gt;, @class_name=&quot;block in ActionDispatch::Journey::Router&quot;, @method_name=&quot;#serve&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d61240d8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/journey/router.rb&quot;, @line=26, @name=&quot;serve&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacfc8 @iseq=&lt;RubyVM::InstructionSequence:serve@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/journey/router.rb&gt;, @frame_description=&quot;serve&quot;&gt;, @class_name=&quot;ActionDispatch::Journey::Router&quot;, @method_name=&quot;#serve&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f77700 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/routing/route_set.rb&quot;, @line=725, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacfa0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/routing/route_set.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Routing::RouteSet&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f76d00 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/omniauth-1.3.1/lib/omniauth/strategy.rb&quot;, @line=186, @name=&quot;call!&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacf78 @iseq=&lt;RubyVM::InstructionSequence:call!@/Users/rob/.gem/ruby/2.3.1/gems/omniauth-1.3.1/lib/omniauth/strategy.rb&gt;, @frame_description=&quot;call!&quot;&gt;, @class_name=&quot;OmniAuth::Strategies::Twitter&quot;, @method_name=&quot;#call!&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f762d8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/omniauth-1.3.1/lib/omniauth/strategy.rb&quot;, @line=164, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacf50 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/omniauth-1.3.1/lib/omniauth/strategy.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;OmniAuth::Strategies::Twitter&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f75798 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/omniauth-1.3.1/lib/omniauth/builder.rb&quot;, @line=63, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacf28 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/omniauth-1.3.1/lib/omniauth/builder.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;OmniAuth::Builder&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f74e10 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/middlewares/app_request_handler.rb&quot;, @line=13, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacf00 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/middlewares/app_request_handler.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;MetaRequest::Middlewares::AppRequestHandler&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f744b0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/middlewares/meta_request_handler.rb&quot;, @line=13, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaced8 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/middlewares/meta_request_handler.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;MetaRequest::Middlewares::MetaRequestHandler&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612faa0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/digestor.rb&quot;, @line=12, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaceb0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/digestor.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionView::Digestor::PerRequestDigestCacheExpiry&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612f140 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/etag.rb&quot;, @line=25, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eace88 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/etag.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::ETag&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612e7e0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/conditional_get.rb&quot;, @line=25, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eace60 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/conditional_get.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::ConditionalGet&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612de80 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/head.rb&quot;, @line=12, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eace38 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/head.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::Head&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612d520 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb&quot;, @line=60, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacde8 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;MessageBus::Rack::Middleware&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612cbc0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/session/abstract/id.rb&quot;, @line=222, @name=&quot;context&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacd98 @iseq=&lt;RubyVM::InstructionSequence:context@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/session/abstract/id.rb&gt;, @frame_description=&quot;context&quot;&gt;, @class_name=&quot;ActionDispatch::Session::CookieStore&quot;, @method_name=&quot;#context&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612c260 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/session/abstract/id.rb&quot;, @line=216, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacd70 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/session/abstract/id.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Session::CookieStore&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f6f6b8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/cookies.rb&quot;, @line=613, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacd48 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/cookies.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Cookies&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f6ec40 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/migration.rb&quot;, @line=552, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacd20 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/migration.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActiveRecord::Migration::CheckPending&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f6e2e0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/callbacks.rb&quot;, @line=38, @name=&quot;block in call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaccf8 @iseq=&lt;RubyVM::InstructionSequence:block in call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/callbacks.rb&gt;, @frame_description=&quot;block in call&quot;&gt;, @class_name=&quot;block in ActionDispatch::Callbacks&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f6d930 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=97, @name=&quot;__run_callbacks__&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaccd0 @iseq=&lt;RubyVM::InstructionSequence:__run_callbacks__@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;__run_callbacks__&quot;&gt;, @class_name=&quot;ActionDispatch::Callbacks&quot;, @method_name=&quot;#__run_callbacks__&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f6cfa8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=750, @name=&quot;_run_call_callbacks&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacca8 @iseq=&lt;RubyVM::InstructionSequence:_run_call_callbacks@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;_run_call_callbacks&quot;&gt;, @class_name=&quot;ActionDispatch::Callbacks&quot;, @method_name=&quot;#_run_call_callbacks&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f6c5d0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=90, @name=&quot;run_callbacks&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacc80 @iseq=&lt;RubyVM::InstructionSequence:run_callbacks@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;run_callbacks&quot;&gt;, @class_name=&quot;ActionDispatch::Callbacks&quot;, @method_name=&quot;#run_callbacks&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3fc30 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/callbacks.rb&quot;, @line=36, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacc58 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/callbacks.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Callbacks&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3f2d0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/executor.rb&quot;, @line=12, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacc08 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/executor.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Reloader&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3e970 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/remote_ip.rb&quot;, @line=79, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacbe0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/remote_ip.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::RemoteIp&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3e010 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/middleware.rb&quot;, @line=84, @name=&quot;protected_app_call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacbb8 @iseq=&lt;RubyVM::InstructionSequence:protected_app_call@/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/middleware.rb&gt;, @frame_description=&quot;protected_app_call&quot;&gt;, @class_name=&quot;BetterErrors::Middleware&quot;, @method_name=&quot;#protected_app_call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3d6b0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/middleware.rb&quot;, @line=79, @name=&quot;better_errors_call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacb90 @iseq=&lt;RubyVM::InstructionSequence:better_errors_call@/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/middleware.rb&gt;, @frame_description=&quot;better_errors_call&quot;&gt;, @class_name=&quot;BetterErrors::Middleware&quot;, @method_name=&quot;#better_errors_call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3cd50 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/middleware.rb&quot;, @line=57, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacb68 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/middleware.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;BetterErrors::Middleware&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3c3f0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/debug_exceptions.rb&quot;, @line=49, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacb40 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/debug_exceptions.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::DebugExceptions&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f5fa60 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-contrib-1.2.0/lib/rack/contrib/response_headers.rb&quot;, @line=17, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacb18 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-contrib-1.2.0/lib/rack/contrib/response_headers.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::ResponseHeaders&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f5f0d8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/middlewares/headers.rb&quot;, @line=16, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacaf0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/middlewares/headers.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;MetaRequest::Middlewares::Headers&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f5e700 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/show_exceptions.rb&quot;, @line=31, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacac8 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/show_exceptions.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::ShowExceptions&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f5d698 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/rack/logger.rb&quot;, @line=36, @name=&quot;call_app&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacaa0 @iseq=&lt;RubyVM::InstructionSequence:call_app@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/rack/logger.rb&gt;, @frame_description=&quot;call_app&quot;&gt;, @class_name=&quot;Rails::Rack::Logger&quot;, @method_name=&quot;#call_app&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f5ca90 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/rack/logger.rb&quot;, @line=24, @name=&quot;block in call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaca78 @iseq=&lt;RubyVM::InstructionSequence:block in call@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/rack/logger.rb&gt;, @frame_description=&quot;block in call&quot;&gt;, @class_name=&quot;block in Rails::Rack::Logger&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21bbc98 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/tagged_logging.rb&quot;, @line=70, @name=&quot;block in tagged&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaca50 @iseq=&lt;RubyVM::InstructionSequence:block in tagged@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/tagged_logging.rb&gt;, @frame_description=&quot;block in tagged&quot;&gt;, @class_name=&quot;block in ActiveSupport::Logger&quot;, @method_name=&quot;#tagged&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21bb338 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/tagged_logging.rb&quot;, @line=26, @name=&quot;tagged&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaca28 @iseq=&lt;RubyVM::InstructionSequence:tagged@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/tagged_logging.rb&gt;, @frame_description=&quot;tagged&quot;&gt;, @class_name=&quot;ActiveSupport::Logger::SimpleFormatter&quot;, @method_name=&quot;#tagged&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21ba9b0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/tagged_logging.rb&quot;, @line=70, @name=&quot;tagged&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaca00 @iseq=&lt;RubyVM::InstructionSequence:tagged@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/tagged_logging.rb&gt;, @frame_description=&quot;tagged&quot;&gt;, @class_name=&quot;ActiveSupport::Logger&quot;, @method_name=&quot;#tagged&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21ba050 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/rack/logger.rb&quot;, @line=24, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac9b0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/rack/logger.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rails::Rack::Logger&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21b96f0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/request_store-1.3.1/lib/request_store/middleware.rb&quot;, @line=9, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac960 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/request_store-1.3.1/lib/request_store/middleware.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;RequestStore::Middleware&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21b8d90 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/request_id.rb&quot;, @line=24, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac938 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/request_id.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::RequestId&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21b8430 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/method_override.rb&quot;, @line=22, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac910 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/method_override.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::MethodOverride&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f43b30 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/runtime.rb&quot;, @line=22, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac8e8 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/runtime.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::Runtime&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f431a8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/cache/strategy/local_cache_middleware.rb&quot;, @line=28, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac8c0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/cache/strategy/local_cache_middleware.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActiveSupport::Cache::Strategy::LocalCache::Middleware&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f42848 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/executor.rb&quot;, @line=12, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac898 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/executor.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Executor&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f416a0 @filename=&quot;/Users/rob/Sites/workingnotworking/wnw/app/middleware/rack_with_quiet_assets.rb&quot;, @line=17, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac870 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/Sites/workingnotworking/wnw/app/middleware/rack_with_quiet_assets.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;RackWithQuietAssets&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f40818 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/static.rb&quot;, @line=136, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac7f8 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/static.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Static&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a23c58 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/sendfile.rb&quot;, @line=111, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac7d0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/sendfile.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::Sendfile&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a232f8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/sentry-raven-0.15.6/lib/raven/integrations/rack.rb&quot;, @line=53, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac7a8 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/sentry-raven-0.15.6/lib/raven/integrations/rack.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Raven::Rack&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a22998 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler/profiler.rb&quot;, @line=281, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac730 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler/profiler.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::MiniProfiler&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a22038 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb&quot;, @line=522, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac708 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;WNW::Application&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a216d8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/configuration.rb&quot;, @line=227, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac5a0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/configuration.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Puma::Configuration::ConfigMiddleware&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a20d78 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/server.rb&quot;, @line=561, @name=&quot;handle_request&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac528 @iseq=&lt;RubyVM::InstructionSequence:handle_request@/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/server.rb&gt;, @frame_description=&quot;handle_request&quot;&gt;, @class_name=&quot;Puma::Server&quot;, @method_name=&quot;#handle_request&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a20418 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/server.rb&quot;, @line=406, @name=&quot;process_client&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac4d8 @iseq=&lt;RubyVM::InstructionSequence:process_client@/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/server.rb&gt;, @frame_description=&quot;process_client&quot;&gt;, @class_name=&quot;Puma::Server&quot;, @method_name=&quot;#process_client&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b6d1d0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/server.rb&quot;, @line=271, @name=&quot;block in run&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac488 @iseq=&lt;RubyVM::InstructionSequence:block in run@/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/server.rb&gt;, @frame_description=&quot;block in run&quot;&gt;, @class_name=&quot;block in Puma::Server&quot;, @method_name=&quot;#run&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b6c848 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/thread_pool.rb&quot;, @line=111, @name=&quot;block in spawn_thread&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac410 @iseq=&lt;RubyVM::InstructionSequence:block in spawn_thread@/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/thread_pool.rb&gt;, @frame_description=&quot;block in spawn_thread&quot;&gt;, @class_name=&quot;block in Puma::ThreadPool&quot;, @method_name=&quot;#spawn_thread&quot;&gt;]&gt;, @env={...}, @start_time=1462985114.368438, @repls=[], @id=&quot;56227125f9305882&quot;, @frame=#&lt;BetterErrors::StackFrame:0x007ff1d3f858c8 @filename=&quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers/dashboard/lists_controller.rb&quot;, @line=8, @name=&quot;show&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eadb30 @iseq=&lt;RubyVM::InstructionSequence:show@/Users/rob/Sites/workingnotworking/wnw/app/controllers/dashboard/lists_controller.rb&gt;, @frame_description=&quot;show&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#show&quot;&gt;, @var_start_time=1462985114.465487&gt;&gt;, @routes_app=#&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;, @response_format=:default&gt;, @app_config=#&lt;Rails::Application::Configuration:0x007ff1cf85bd80 @root=#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cb651340 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;ActionDispatch::MiddlewareStack:0x007ff1c9ed42d0 @middlewares=[Rack::MiniProfiler, Raven::Rack, Rack::Sendfile, ActionDispatch::Static, RackWithQuietAssets, ActionDispatch::Executor, ActiveSupport::Cache::Strategy::LocalCache::Middleware, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, RequestStore::Middleware, Rails::Rack::Logger, ActionDispatch::ShowExceptions, MetaRequest::Middlewares::Headers, ActionDispatch::DebugExceptions, BetterErrors::Middleware, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, MessageBus::Rack::Middleware, ActionDispatch::Flash, Rack::Head, Rack::ConditionalGet, Rack::ETag, ActionView::Digestor::PerRequestDigestCacheExpiry, MetaRequest::Middlewares::MetaRequestHandler, MetaRequest::Middlewares::AppRequestHandler, OmniAuth::Builder]&gt;, @encoding=&quot;utf-8&quot;, @allow_concurrency=nil, @consider_all_requests_local=true, @filter_parameters=[:password], @filter_redirect=[], @helpers_paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/app/helpers&quot;], @public_file_server={:enabled=&gt;true, :index_name=&gt;&quot;index&quot;}, @force_ssl=false, @ssl_options={}, @session_store=:cookie_store, @session_options={:key=&gt;&quot;_wnw_session&quot;, :cookie_only=&gt;true}, @time_zone=&quot;UTC&quot;, @beginning_of_week=:monday, @log_level=:debug, @cache_store=:null_store, @railties_order=[:all], @relative_url_root=nil, @reload_classes_only_on_change=true, @file_watcher=ActiveSupport::EventedFileUpdateChecker, @exceptions_app=nil, @autoflush_log=true, @log_formatter=#&lt;ActiveSupport::Logger::SimpleFormatter:0x007ff1cf85b088 @datetime_format=nil, @thread_key=&quot;activesupport_tagged_logging_tags:70338272745540&quot;&gt;, @eager_load=false, @secret_token=nil, @secret_key_base=nil, @api_only=false, @debug_exception_response_format=nil, @x=#&lt;Rails::Application::Configuration::Custom:0x007ff1cf85af20 @configurations={}&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 @current=nil, @path=#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1a20 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f18e0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1818 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1638 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1520 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1430 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f11b0 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f10e8 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0f58 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0df0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0c88 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0b98 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0918 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f07d8 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f06c0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0580 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f03f0 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f01c0 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1070 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ebda0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eb8f0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/database&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eb6e8 @paths=[&quot;config/database.yml&quot;], @current=&quot;config/database&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/secrets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eb468 @paths=[&quot;config/secrets.yml&quot;], @current=&quot;config/secrets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environment&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eaba8 @paths=[&quot;config/environment.rb&quot;], @current=&quot;config/environment&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/templates&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea590 @paths=[&quot;lib/templates&quot;], @current=&quot;lib/templates&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;log&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea400 @paths=[&quot;log/development.log&quot;], @current=&quot;log&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;public&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea338 @paths=[&quot;public&quot;], @current=&quot;public&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;public/javascripts&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea1a8 @paths=[&quot;public/javascripts&quot;], @current=&quot;public/javascripts&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;public/stylesheets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2e9fa0 @paths=[&quot;public/stylesheets&quot;], @current=&quot;public/stylesheets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;tmp&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2e9e60 @paths=[&quot;tmp&quot;], @current=&quot;tmp&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/cable&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caf343f0 @paths=[&quot;config/cable.yml&quot;], @current=&quot;config/cable&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/app/assets&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/decorators&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/helpers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/jobs&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/mailers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/middleware&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/observers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/policies&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/presenters&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/services&quot;], @autoload_once_paths=[], @cache_classes=false&gt;&gt;, @exceptions_app=#&lt;ActionDispatch::PublicExceptions:0x007ff1c9e97178 @public_path=#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/public&gt;&gt;&gt;, @taggers=[]&gt;&gt;&gt;&gt;, @header_name=&quot;X-Runtime&quot;&gt;&gt;, @executor=#&lt;Class:0x007ff1cf889898&gt;&gt;, @assets_regex=/\\A((?-mix:\\A\\/{0,2}\\/assets))/&gt;, @file_handler=#&lt;ActionDispatch::FileHandler:0x007ff1c9deeb90 @root=&quot;/Users/rob/Sites/workingnotworking/wnw/public&quot;, @file_server=#&lt;Rack::File:0x007ff1c9dee7d0 @root=&quot;/Users/rob/Sites/workingnotworking/wnw/public&quot;, @headers={}, @default_mime=&quot;text/plain&quot;, @head=#&lt;Rack::Head:0x007ff1c9dee4d8 @app=#&lt;Proc:0x007ff1c9dee5f0@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/file.rb:26 (lambda)&gt;&gt;&gt;, @index=&quot;index&quot;&gt;&gt;, @variation=nil, @mappings=[]&gt;&gt;, @storage=#&lt;Rack::MiniProfiler::FileStore:0x007ff1c9deddf8 @path=&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;, @expires_in_seconds=86400, @timer_struct_cache=#&lt;Rack::MiniProfiler::FileStore::FileCache:0x007ff1c9dedd58 @path=&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;, @prefix=&quot;mp_timers&quot;&gt;, @timer_struct_lock=#&lt;Thread::Mutex:0x007ff1c9dedd08&gt;, @user_view_cache=#&lt;Rack::MiniProfiler::FileStore::FileCache:0x007ff1c9dedcb8 @path=&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;, @prefix=&quot;mp_views&quot;&gt;, @user_view_lock=#&lt;Thread::Mutex:0x007ff1c9dedc68&gt;&gt;&gt;, @config=#&lt;Rails::Application::Configuration:0x007ff1cf85bd80 @root=#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cb651340 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;ActionDispatch::MiddlewareStack:0x007ff1c9ed42d0 @middlewares=[Rack::MiniProfiler, Raven::Rack, Rack::Sendfile, ActionDispatch::Static, RackWithQuietAssets, ActionDispatch::Executor, ActiveSupport::Cache::Strategy::LocalCache::Middleware, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, RequestStore::Middleware, Rails::Rack::Logger, ActionDispatch::ShowExceptions, MetaRequest::Middlewares::Headers, ActionDispatch::DebugExceptions, BetterErrors::Middleware, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, MessageBus::Rack::Middleware, ActionDispatch::Flash, Rack::Head, Rack::ConditionalGet, Rack::ETag, ActionView::Digestor::PerRequestDigestCacheExpiry, MetaRequest::Middlewares::MetaRequestHandler, MetaRequest::Middlewares::AppRequestHandler, OmniAuth::Builder]&gt;, @encoding=&quot;utf-8&quot;, @allow_concurrency=nil, @consider_all_requests_local=true, @filter_parameters=[:password], @filter_redirect=[], @helpers_paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/app/helpers&quot;], @public_file_server={:enabled=&gt;true, :index_name=&gt;&quot;index&quot;}, @force_ssl=false, @ssl_options={}, @session_store=:cookie_store, @session_options={:key=&gt;&quot;_wnw_session&quot;, :cookie_only=&gt;true}, @time_zone=&quot;UTC&quot;, @beginning_of_week=:monday, @log_level=:debug, @cache_store=:null_store, @railties_order=[:all], @relative_url_root=nil, @reload_classes_only_on_change=true, @file_watcher=ActiveSupport::EventedFileUpdateChecker, @exceptions_app=nil, @autoflush_log=true, @log_formatter=#&lt;ActiveSupport::Logger::SimpleFormatter:0x007ff1cf85b088 @datetime_format=nil, @thread_key=&quot;activesupport_tagged_logging_tags:70338272745540&quot;&gt;, @eager_load=false, @secret_token=nil, @secret_key_base=nil, @api_only=false, @debug_exception_response_format=nil, @x=#&lt;Rails::Application::Configuration::Custom:0x007ff1cf85af20 @configurations={}&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 @current=nil, @path=#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1a20 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f18e0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1818 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1638 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1520 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1430 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f11b0 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f10e8 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0f58 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0df0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0c88 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0b98 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0918 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f07d8 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f06c0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0580 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f03f0 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f01c0 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1070 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ebda0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eb8f0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/database&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eb6e8 @paths=[&quot;config/database.yml&quot;], @current=&quot;config/database&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/secrets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eb468 @paths=[&quot;config/secrets.yml&quot;], @current=&quot;config/secrets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environment&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eaba8 @paths=[&quot;config/environment.rb&quot;], @current=&quot;config/environment&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/templates&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea590 @paths=[&quot;lib/templates&quot;], @current=&quot;lib/templates&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;log&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea400 @paths=[&quot;log/development.log&quot;], @current=&quot;log&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;public&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea338 @paths=[&quot;public&quot;], @current=&quot;public&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;public/javascripts&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea1a8 @paths=[&quot;public/javascripts&quot;], @current=&quot;public/javascripts&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;public/stylesheets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2e9fa0 @paths=[&quot;public/stylesheets&quot;], @current=&quot;public/stylesheets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;tmp&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2e9e60 @paths=[&quot;tmp&quot;], @current=&quot;tmp&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/cable&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caf343f0 @paths=[&quot;config/cable.yml&quot;], @current=&quot;config/cable&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/app/assets&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/decorators&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/helpers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/jobs&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/mailers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/middleware&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/observers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/policies&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/presenters&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/services&quot;], @autoload_once_paths=[], @cache_classes=false&gt;, @env_config={}, @helpers=nil, @routes=#&lt;ActionDispatch::Routing::RouteSet:0x007ff1cb729e48&gt;, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cf8ba8f8&gt;, @initialized=true, @reloaders=[#&lt;ActiveSupport::EventedFileUpdateChecker:0x007ff1c9df48d8 @ph=#&lt;ActiveSupport::EventedFileUpdateChecker::PathHelper:0x007ff1c9df4838&gt;, @files=#&lt;Set: {#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/locale/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/activemodel-5.0.0.rc1/lib/active_model/locale/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/locale/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/locale/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/cs.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/de.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/es.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/fr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/hu.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/nl.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/ro.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/zh.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/responders-2.1.2/lib/responders/locales/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/ca-CAT.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/ca.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/da-DK.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/de-AT.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/de-CH.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/de.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-au-ocker.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-AU.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-BORK.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-CA.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-GB.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-IND.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-NEP.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-NZ.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-SG.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-UG.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-US.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/es.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/fa.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/fi-FI.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/fr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/he.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/it.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/ja.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/ko.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/nb-NO.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/nl.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/pl.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/pt-BR.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/pt.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/ru.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/sk.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/sv.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/uk.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/vi.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/zh-CN.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/zh-TW.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/config/locales/kaminari.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/ca.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/de.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/es.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/fr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/it.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/ja.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/pl.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/pt-BR.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/pt.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/tr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/zh-CN.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/ar.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/bg.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/bs.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/ca.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/cs.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/da.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/de-CH.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/de.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/el.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/en-GB.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/es-MX.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/es.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/fa.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/fi.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/fr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/he.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/hr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/hu.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/id.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/it.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/ja.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/ko.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/lt.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/lv.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/nb.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/nl.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/pl.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/pt-BR.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/pt-PT.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/ro.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/ru.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/sv-SE.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/tr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/uk.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/vi.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/zh-CN.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/zh-TW.yml&gt;, #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/config/locales/en-US.yml&gt;}&gt;, @dirs={#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;]}, @block=#&lt;Proc:0x007ff1c9df4860@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/i18n_railtie.rb:59&gt;, @updated=#&lt;Concurrent::AtomicBoolean:0x007ff1c9ddacd0 @__lock__=#&lt;Thread::Mutex:0x007ff1c9ddac80&gt;, @__condition__=#&lt;Thread::ConditionVariable:0x007ff1c9ddac58&gt;, @value=false&gt;, @lcsp=#&lt;Pathname:/Users/rob&gt;&gt;, #&lt;ActiveSupport::EventedFileUpdateChecker:0x007ff1ca128270 @ph=#&lt;ActiveSupport::EventedFileUpdateChecker::PathHelper:0x007ff1ca1281d0&gt;, @files=#&lt;Set: {}&gt;, @dirs={#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/admin&gt;=&gt;[&quot;rb&quot;]}, @block=#&lt;Proc:0x007ff1ca1281f8@/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/lib/active_admin/application.rb:298&gt;, @updated=#&lt;Concurrent::AtomicBoolean:0x007ff1ca9d2178 @__lock__=#&lt;Thread::Mutex:0x007ff1ca9d1d40&gt;, @__condition__=#&lt;Thread::ConditionVariable:0x007ff1ca9d1cc8&gt;, @value=false&gt;, @lcsp=#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/admin&gt;&gt;, #&lt;Rails::Application::RoutesReloader:0x007ff1cb72a898 @paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/config/routes.rb&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/routes.rb&quot;], @route_sets=[#&lt;ActionDispatch::Routing::RouteSet:0x007ff1c9efc1e0&gt;, #&lt;ActionDispatch::Routing::RouteSet:0x007ff1cb729e48&gt;], @updater=#&lt;ActiveSupport::FileUpdateChecker:0x007ff1cb592300 @files=[&quot;/Users/rob/Sites/workingnotworking/wnw/config/routes.rb&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/routes.rb&quot;], @glob=nil, @block=#&lt;Proc:0x007ff1cb592170@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/application/routes_reloader.rb:26&gt;, @watched=nil, @updated_at=nil, @last_watched=[&quot;/Users/rob/Sites/workingnotworking/wnw/config/routes.rb&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/routes.rb&quot;], @last_update_at=2016-05-10 14:58:18 -0700&gt;&gt;, #&lt;ActiveSupport::EventedFileUpdateChecker:0x007ff1d3cc52a0 @ph=#&lt;ActiveSupport::EventedFileUpdateChecker::PathHelper:0x007ff1d3cc5278&gt;, @files=#&lt;Set: {#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/db/schema.rb&gt;, #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/db/structure.sql&gt;}&gt;, @dirs={#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/assets&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/controllers&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/controllers/concerns&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/decorators&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/helpers&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/jobs&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/mailers&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/middleware&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/models&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/models/concerns&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/observers&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/policies&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/presenters&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/services&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/app/controllers&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/active_record/models&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/app/controllers&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/test/mailers/previews&gt;=&gt;[&quot;rb&quot;]}, @block=#&lt;Proc:0x007ff1d3cc5818@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/application/finisher.rb:136 (lambda)&gt;, @updated=#&lt;Concurrent::AtomicBoolean:0x007ff1cd0ca370 @__lock__=#&lt;Thread::Mutex:0x007ff1cd0ca320&gt;, @__condition__=#&lt;Thread::ConditionVariable:0x007ff1cd0ca2d0&gt;, @value=false&gt;, @lcsp=#&lt;Pathname:/Users/rob&gt;&gt;], @routes_reloader=#&lt;Rails::Application::RoutesReloader:0x007ff1cb72a898 @paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/config/routes.rb&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/routes.rb&quot;], @route_sets=[#&lt;ActionDispatch::Routing::RouteSet:0x007ff1c9efc1e0&gt;, #&lt;ActionDispatch::Routing::RouteSet:0x007ff1cb729e48&gt;], @updater=#&lt;ActiveSupport::FileUpdateChecker:0x007ff1cb592300 @files=[&quot;/Users/rob/Sites/workingnotworking/wnw/config/routes.rb&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/routes.rb&quot;], @glob=nil, @block=#&lt;Proc:0x007ff1cb592170@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/application/routes_reloader.rb:26&gt;, @watched=nil, @updated_at=nil, @last_watched=[&quot;/Users/rob/Sites/workingnotworking/wnw/config/routes.rb&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/routes.rb&quot;], @last_update_at=2016-05-10 14:58:18 -0700&gt;&gt;, @app_env_config={&quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.redirect_filter&quot;=&gt;[], &quot;action_dispatch.secret_token&quot;=&gt;nil, &quot;action_dispatch.secret_key_base&quot;=&gt;&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, &quot;action_dispatch.show_exceptions&quot;=&gt;true, &quot;action_dispatch.show_detailed_exceptions&quot;=&gt;true, &quot;action_dispatch.logger&quot;=&gt;#&lt;ActiveSupport::Logger:0x007ff1ca273d78 @progname=nil, @level=0, @default_formatter=#&lt;Logger::Formatter:0x007ff1ca273c60 @datetime_format=nil&gt;, @formatter=#&lt;ActiveSupport::Logger::SimpleFormatter:0x007ff1cf85b088 @datetime_format=nil, @thread_key=&quot;activesupport_tagged_logging_tags:70338272745540&quot;&gt;, @logdev=#&lt;Logger::LogDevice:0x007ff1ca273bc0 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#&lt;File:/Users/rob/Sites/workingnotworking/wnw/log/development.log&gt;, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff1ca273b48&gt;&gt;, @local_levels=#&lt;Concurrent::Map:0x007ff1ca273a80 entries=0 default_proc=nil&gt;&gt;, &quot;action_dispatch.backtrace_cleaner&quot;=&gt;#&lt;Rails::BacktraceCleaner:0x007ff1d4e1a2d0 @filters=[#&lt;Proc:0x007ff1d4e1a1b8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:14&gt;, #&lt;Proc:0x007ff1d4e1a190@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:15&gt;, #&lt;Proc:0x007ff1d4e1a168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:16&gt;, #&lt;Proc:0x007ff1d4e19df8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:29&gt;], @silencers=[#&lt;Proc:0x007ff1d4e19dd0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:19&gt;], @root=&quot;/Users/rob/Sites/workingnotworking/wnw/&quot;&gt;, &quot;action_dispatch.key_generator&quot;=&gt;#&lt;ActiveSupport::CachingKeyGenerator:0x007ff1ca13a920 @key_generator=#&lt;ActiveSupport::KeyGenerator:0x007ff1ca13a970 @secret=&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, @iterations=1000&gt;, @cache_keys=#&lt;Concurrent::Map:0x007ff1ca13a8f8 entries=3 default_proc=nil&gt;&gt;, &quot;action_dispatch.http_auth_salt&quot;=&gt;&quot;http authentication&quot;, &quot;action_dispatch.signed_cookie_salt&quot;=&gt;&quot;signed cookie&quot;, &quot;action_dispatch.encrypted_cookie_salt&quot;=&gt;&quot;encrypted cookie&quot;, &quot;action_dispatch.encrypted_signed_cookie_salt&quot;=&gt;&quot;signed encrypted cookie&quot;, &quot;action_dispatch.cookies_serializer&quot;=&gt;:json, &quot;action_dispatch.cookies_digest&quot;=&gt;nil}, @ordered_railties=[[#&lt;I18n::Railtie:0x007ff1cb55af18 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca16ad00&gt;, @initializers=[]&gt;, #&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca169d60&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d3038 @name=&quot;active_support.deprecation_behavior&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca169b30@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:10&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d2fe8 @name=&quot;active_support.initialize_time_zone&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:after=&gt;&quot;active_support.deprecation_behavior&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca1699c8@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:18&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d2f48 @name=&quot;active_support.initialize_beginning_of_week&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:after=&gt;&quot;active_support.initialize_time_zone&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca169888@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:37&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d2ef8 @name=&quot;active_support.set_configs&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:after=&gt;&quot;active_support.initialize_beginning_of_week&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca169770@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:44&gt;&gt;]&gt;, #&lt;ActionDispatch::Railtie:0x007ff1ca15b4b8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca15b440&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d2958 @name=&quot;action_dispatch.configure&quot;, @context=#&lt;ActionDispatch::Railtie:0x007ff1ca15b4b8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca1597f8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/railtie.rb:29&gt;&gt;]&gt;, #&lt;ActiveModel::Railtie:0x007ff1cb471c78 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb471c00&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d2480 @name=&quot;active_model.secure_password&quot;, @context=#&lt;ActiveModel::Railtie:0x007ff1cb471c78 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb4719d0@/Users/rob/.gem/ruby/2.3.1/gems/activemodel-5.0.0.rc1/lib/active_model/railtie.rb:8&gt;&gt;]&gt;, #&lt;ActionView::Railtie:0x007ff1cb6537f8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb6537a8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d1df0 @name=&quot;action_view.embed_authenticity_token_in_remote_forms&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6532a8@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:13&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1da0 @name=&quot;action_view.logger&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.embed_authenticity_token_in_remote_forms&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb653168@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:20&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1c60 @name=&quot;action_view.set_configs&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb653000@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:24&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1be8 @name=&quot;action_view.caching&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb652e98@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:32&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1a80 @name=&quot;action_view.per_request_digest_cache&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.caching&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb652d80@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:40&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1a08 @name=&quot;action_view.setup_action_pack&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.per_request_digest_cache&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb652c40@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:48&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1918 @name=&quot;action_view.collection_caching&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_controller.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6529e8@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:54&gt;&gt;]&gt;, #&lt;ActionController::Railtie:0x007ff1cb652358 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb652308&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d15a8 @name=&quot;action_controller.assets_config&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:group=&gt;:all}, @block=#&lt;Proc:0x007ff1cb6520d8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:14&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1440 @name=&quot;action_controller.set_helpers_path&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.assets_config&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651fe8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:18&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d13c8 @name=&quot;action_controller.parameters_config&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.set_helpers_path&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651ea8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:22&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1238 @name=&quot;action_controller.set_configs&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.parameters_config&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651d68@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:35&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d11e8 @name=&quot;action_controller.compile_config_methods&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651c50@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:65&gt;&gt;]&gt;, #&lt;ActiveRecord::Railtie:0x007ff1cb651548 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb6514f8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d0ce8 @name=&quot;active_record.initialize_timezone&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6509b8@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:64&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0bd0 @name=&quot;active_record.logger&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.initialize_timezone&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6508a0@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:71&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0b80 @name=&quot;active_record.migration_error&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650760@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:75&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d09c8 @name=&quot;active_record.check_schema_cache_dump&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.migration_error&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650648@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:82&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0978 @name=&quot;active_record.warn_on_records_fetched_greater_than&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.check_schema_cache_dump&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650508@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:102&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d08d8 @name=&quot;active_record.set_configs&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.warn_on_records_fetched_greater_than&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6503c8@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:110&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0888 @name=&quot;active_record.initialize_database&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650288@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:120&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0810 @name=&quot;active_record.log_runtime&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.initialize_database&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650148@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:142&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0798 @name=&quot;active_record.set_reloader_hooks&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.log_runtime&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650030@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:149&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0748 @name=&quot;active_record.set_executor_hooks&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.set_reloader_hooks&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb64bf58@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:160&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d06d0 @name=&quot;active_record.add_watchable_files&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.set_executor_hooks&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb64bdf0@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:166&gt;&gt;]&gt;, #&lt;GlobalID::Railtie:0x007ff1c9a3a738 @config=#&lt;Rails::Railtie::Configuration:0x007ff1c9a3a6e8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d0248 @name=&quot;global_id&quot;, @context=#&lt;GlobalID::Railtie:0x007ff1c9a3a738 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1c9a3a468@/Users/rob/.gem/ruby/2.3.1/gems/globalid-0.3.6/lib/global_id/railtie.rb:15&gt;&gt;]&gt;, #&lt;ActiveJob::Railtie:0x007ff1cb629c00 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb629bb0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cbea0 @name=&quot;active_job.logger&quot;, @context=#&lt;ActiveJob::Railtie:0x007ff1cb629c00 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6299d0@/Users/rob/.gem/ruby/2.3.1/gems/activejob-5.0.0.rc1/lib/active_job/railtie.rb:9&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cbdd8 @name=&quot;active_job.set_configs&quot;, @context=#&lt;ActiveJob::Railtie:0x007ff1cb629c00 ...&gt;, @options={:after=&gt;&quot;active_job.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb629890@/Users/rob/.gem/ruby/2.3.1/gems/activejob-5.0.0.rc1/lib/active_job/railtie.rb:13&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cbd10 @name=&quot;active_job.set_reloader_hook&quot;, @context=#&lt;ActiveJob::Railtie:0x007ff1cb629c00 ...&gt;, @options={:after=&gt;&quot;active_job.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb629750@/Users/rob/.gem/ruby/2.3.1/gems/activejob-5.0.0.rc1/lib/active_job/railtie.rb:22&gt;&gt;]&gt;, #&lt;ActionMailer::Railtie:0x007ff1c9834e98 @config=#&lt;Rails::Railtie::Configuration:0x007ff1c9834da8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cb9c8 @name=&quot;action_mailer.logger&quot;, @context=#&lt;ActionMailer::Railtie:0x007ff1c9834e98 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1c983f988@/Users/rob/.gem/ruby/2.3.1/gems/actionmailer-5.0.0.rc1/lib/action_mailer/railtie.rb:11&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cb950 @name=&quot;action_mailer.set_configs&quot;, @context=#&lt;ActionMailer::Railtie:0x007ff1c9834e98 ...&gt;, @options={:after=&gt;&quot;action_mailer.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1c983f1b8@/Users/rob/.gem/ruby/2.3.1/gems/actionmailer-5.0.0.rc1/lib/action_mailer/railtie.rb:15&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cb7e8 @name=&quot;action_mailer.compile_config_methods&quot;, @context=#&lt;ActionMailer::Railtie:0x007ff1c9834e98 ...&gt;, @options={:after=&gt;&quot;action_mailer.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1c983e1a0@/Users/rob/.gem/ruby/2.3.1/gems/actionmailer-5.0.0.rc1/lib/action_mailer/railtie.rb:53&gt;&gt;]&gt;, #&lt;Rails::TestUnitRailtie:0x007ff1cb212b30 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb212a40&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cb400 @name=&quot;test_unit.line_filtering&quot;, @context=#&lt;Rails::TestUnitRailtie:0x007ff1cb212b30 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb212658@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/test_unit/railtie.rb:16&gt;&gt;]&gt;, #&lt;Sprockets::Railtie:0x007ff1ca100ef0 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca100ea0&gt;, @initializers=[]&gt;, #&lt;Jbuilder::Railtie:0x007ff1cb7d8740 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cab68 @name=:jbuilder, @context=#&lt;Jbuilder::Railtie:0x007ff1cb7d8740 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb2933c0@/Users/rob/.gem/ruby/2.3.1/gems/jbuilder-2.4.0/lib/jbuilder/railtie.rb:6&gt;&gt;]&gt;, #&lt;Rails::Observers::Railtie:0x007ff1ca13b898 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca13b848&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7ca820 @name=&quot;active_record.observer&quot;, @context=#&lt;Rails::Observers::Railtie:0x007ff1ca13b898 ...&gt;, @options={:before=&gt;&quot;active_record.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca13bac8@/Users/rob/.gem/ruby/2.3.1/bundler/gems/rails-observers-2e83e3bf13dd/lib/rails/observers/railtie.rb:6&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ca7a8 @name=&quot;action_controller.caching.sweepers&quot;, @context=#&lt;Rails::Observers::Railtie:0x007ff1ca13b898 ...&gt;, @options={:after=&gt;&quot;active_record.observer&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca13ba00@/Users/rob/.gem/ruby/2.3.1/bundler/gems/rails-observers-2e83e3bf13dd/lib/rails/observers/railtie.rb:14&gt;&gt;]&gt;, #&lt;RequestStore::Railtie:0x007ff1cb7d86a0 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7ca370 @name=&quot;request_store.insert_middleware&quot;, @context=#&lt;RequestStore::Railtie:0x007ff1cb7d86a0 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb7b0178@/Users/rob/.gem/ruby/2.3.1/gems/request_store-1.3.1/lib/request_store/railtie.rb:3&gt;&gt;]&gt;, #&lt;Sass::Rails::Railtie:0x007ff1caa23f50 @config=#&lt;Rails::Railtie::Configuration:0x007ff1caa23e60&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c9fd8 @name=:setup_sass, @context=#&lt;Sass::Rails::Railtie:0x007ff1caa23f50 ...&gt;, @options={:group=&gt;:all}, @block=#&lt;Proc:0x007ff1caa1ad10@/Users/rob/.gem/ruby/2.3.1/gems/sass-rails-5.0.4/lib/sass/rails/railtie.rb:38&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c9ec0 @name=:setup_compression, @context=#&lt;Sass::Rails::Railtie:0x007ff1caa23f50 ...&gt;, @options={:group=&gt;:all, :after=&gt;:setup_sass}, @block=#&lt;Proc:0x007ff1caa1abf8@/Users/rob/.gem/ruby/2.3.1/gems/sass-rails-5.0.4/lib/sass/rails/railtie.rb:69&gt;&gt;]&gt;, #&lt;Dotenv::Railtie:0x007ff1cb4b2f70 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb4b2ed0&gt;, @initializers=[]&gt;, #&lt;Bourbon::Rails::Railtie:0x007ff1cb7d8628 @initializers=[]&gt;, #&lt;Kaminari::Railtie:0x007ff1cb7d85b0 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c9268 @name=&quot;kaminari&quot;, @context=#&lt;Kaminari::Railtie:0x007ff1cb7d85b0 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca3e0b70@/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/lib/kaminari/railtie.rb:3&gt;&gt;]&gt;, #&lt;Responders::Railtie:0x007ff1ca3b2c48 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca3b2bf8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c8e80 @name=&quot;responders.flash_responder&quot;, @context=#&lt;Responders::Railtie:0x007ff1ca3b2c48 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca3b2680@/Users/rob/.gem/ruby/2.3.1/gems/responders-2.1.2/lib/responders.rb:26&gt;&gt;]&gt;, #&lt;MessageBus::Rails::Railtie:0x007ff1cb7d8538 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c89d0 @name=&quot;message_bus.configure_init&quot;, @context=#&lt;MessageBus::Rails::Railtie:0x007ff1cb7d8538 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb7a3f68@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rails/railtie.rb:7&gt;&gt;]&gt;, #&lt;Cloudinary::Railtie:0x007ff1c9ada7d8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1c9ada788&gt;, @initializers=[]&gt;, #&lt;Dalli::Railtie:0x007ff1d1859a38 @config=#&lt;Rails::Railtie::Configuration:0x007ff1d18599e8&gt;, @initializers=[]&gt;, #&lt;Raven::Rails:0x007ff1cfda9350 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cfda9300&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c3a20 @name=&quot;raven.use_rack_middleware&quot;, @context=#&lt;Raven::Rails:0x007ff1cfda9350 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cfda95a8@/Users/rob/.gem/ruby/2.3.1/gems/sentry-raven-0.15.6/lib/raven/integrations/rails.rb:5&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c3958 @name=&quot;raven.action_controller&quot;, @context=#&lt;Raven::Rails:0x007ff1cfda9350 ...&gt;, @options={:after=&gt;&quot;raven.use_rack_middleware&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cfda9490@/Users/rob/.gem/ruby/2.3.1/gems/sentry-raven-0.15.6/lib/raven/integrations/rails.rb:9&gt;&gt;]&gt;, #&lt;Skylight::Railtie:0x007ff1cfdf9968 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cfdf9918&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c3278 @name=&quot;skylight.configure&quot;, @context=#&lt;Skylight::Railtie:0x007ff1cfdf9968 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cfdf9288@/Users/rob/.gem/ruby/2.3.1/gems/skylight-0.10.3/lib/skylight/railtie.rb:20&gt;&gt;]&gt;, #&lt;BetterErrors::Railtie:0x007ff1cb7d84e8 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c2d50 @name=&quot;better_errors.configure_rails_initialization&quot;, @context=#&lt;BetterErrors::Railtie:0x007ff1cb7d84e8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca494558@/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/rails.rb:4&gt;&gt;]&gt;, #&lt;MetaRequest::Railtie:0x007ff1cb7d8470 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c26c0 @name=&quot;meta_request.inject_middlewares&quot;, @context=#&lt;MetaRequest::Railtie:0x007ff1cb7d8470 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cace20c0@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/railtie.rb:6&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c2558 @name=&quot;meta_request.log_interceptor&quot;, @context=#&lt;MetaRequest::Railtie:0x007ff1cb7d8470 ...&gt;, @options={:after=&gt;&quot;meta_request.inject_middlewares&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cace1f80@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/railtie.rb:19&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c2328 @name=&quot;meta_request.subscribe_to_notifications&quot;, @context=#&lt;MetaRequest::Railtie:0x007ff1cb7d8470 ...&gt;, @options={:after=&gt;&quot;meta_request.log_interceptor&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cace1e40@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/railtie.rb:23&gt;&gt;]&gt;, #&lt;Rack::MiniProfilerRails::Railtie:0x007ff1cb7d8420 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c14f0 @name=&quot;rack_mini_profiler.configure_rails_initialization&quot;, @context=#&lt;Rack::MiniProfilerRails::Railtie:0x007ff1cb7d8420 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca39be30@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler_rails/railtie.rb:87&gt;&gt;]&gt;, #&lt;ActionCable::Engine:0x007ff1ca800570 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cb0b35c8 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cb0b3578 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cb0b2fd8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb769318 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb769160 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768fd0 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768cb0 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768b98 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768918 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768328 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768170 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768080 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb76b708 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763e40 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763c38 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763aa8 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763990 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763698 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763580 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763490 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763378 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763238 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763058 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb762ea0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1ca800548&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c0a50 @name=:set_load_path, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0988 @name=:set_autoload_paths, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0938 @name=:add_routing_paths, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0870 @name=:add_locales, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0708 @name=:add_view_paths, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c06b8 @name=:load_environment_config, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0668 @name=:prepend_helpers_path, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c04b0 @name=:load_config_initializers, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c02f8 @name=:engines_blank_point, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0258 @name=:append_assets_path, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0208 @name=&quot;action_cable.helpers&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2920@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:13&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c01b8 @name=&quot;action_cable.logger&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.helpers&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2470@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:19&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0078 @name=&quot;action_cable.set_configs&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2218@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:23&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bbf28 @name=&quot;action_cable.routes&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2060@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:44&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bbeb0 @name=&quot;action_cable.set_work_hooks&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.routes&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b1db8@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:55&gt;&gt;]&gt;, #&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1/vendor&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cc818d58 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cc818d30 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cc818470 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cc818268 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cc818128 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cc819028 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3de8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3ca8 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3578 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3410 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb32f8 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3190 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3028 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2df8 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2ce0 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2b00 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb29c0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2790 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2678 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2510 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2358 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2268 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2088 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb1f20 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d8290&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7bb7f8 @name=:set_load_path, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb730 @name=:set_autoload_paths, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb6e0 @name=:add_routing_paths, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb668 @name=:add_locales, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb5f0 @name=:add_view_paths, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb5a0 @name=:load_environment_config, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb528 @name=:prepend_helpers_path, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb4d8 @name=:load_config_initializers, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb398 @name=:engines_blank_point, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb348 @name=:append_assets_path, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1ca9aab00 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1ca9aaad8 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1ca9aa8d0 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1caba82e0 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3d30 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3bf0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3ad8 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba38f8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3768 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3628 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3420 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3330 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba31a0 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2fc0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2e30 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2cf0 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2bb0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2a98 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba28b8 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba26d8 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba25e8 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba24a8 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2390 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba20e8 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba1fd0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1ca9ab3c0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7babf0 @name=:set_load_path, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7baba0 @name=:set_autoload_paths, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bab28 @name=:add_routing_paths, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7baa60 @name=:add_locales, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7baa10 @name=:add_view_paths, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba948 @name=:load_environment_config, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba880 @name=:prepend_helpers_path, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba830 @name=:load_config_initializers, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba7b8 @name=:engines_blank_point, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba718 @name=:append_assets_path, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Turbolinks::Engine:0x007ff1c99dac20 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c99d9fa0 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c99d9f78 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c99d9d48 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab90b18 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab90690 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab90370 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8be10 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8b820 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8af10 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8abc8 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8a448 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab89f98 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab89b60 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab89368 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab88260 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab83f80 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab83800 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab831c0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab82ba8 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab82298 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab81a00 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab81528 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab811e0 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab80ec0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab80b50 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1c99dabd0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b9f70 @name=:set_load_path, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9ed0 @name=:set_autoload_paths, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9b10 @name=:add_routing_paths, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9ac0 @name=:add_locales, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9a48 @name=:add_view_paths, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b99f8 @name=:load_environment_config, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9958 @name=:prepend_helpers_path, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b98e0 @name=:load_config_initializers, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9890 @name=:engines_blank_point, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9818 @name=:append_assets_path, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b97c8 @name=:turbolinks, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1c99d94d8@/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2/lib/turbolinks.rb:19&gt;&gt;]&gt;, #&lt;Bourbon::Engine:0x007ff1cb7d81f0 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab6b7c8 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab6b7a0 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab6b200 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab6b188 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6afa8 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6ada0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6ab20 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a8c8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a788 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a558 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a378 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a260 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a120 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69f18 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69bf8 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69ab8 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69928 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab696d0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69540 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab692e8 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69180 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69040 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab68d48 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab68b68 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab68910 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d81c8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b90e8 @name=:set_load_path, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8ff8 @name=:set_autoload_paths, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8fa8 @name=:add_routing_paths, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8f30 @name=:add_locales, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8eb8 @name=:add_view_paths, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8e68 @name=:load_environment_config, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8d28 @name=:prepend_helpers_path, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8c60 @name=:load_config_initializers, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8c10 @name=:engines_blank_point, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8b70 @name=:append_assets_path, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Kaminari::Engine:0x007ff1cb7d8178 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab59bb8 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab53fb0 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab53c18 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab53b78 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab53a38 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab538a8 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab536a0 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab534c0 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab53240 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab53100 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52ef8 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52de0 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52c78 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52b38 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52930 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52818 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab526b0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab523b8 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52278 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52110 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51ff8 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51df0 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51cd8 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51b20 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51a08 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d80d8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b8300 @name=:set_load_path, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b81e8 @name=:set_autoload_paths, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8198 @name=:add_routing_paths, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8170 @name=:add_locales, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9390 @name=:add_view_paths, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bacb8 @name=:load_environment_config, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bbb18 @name=:prepend_helpers_path, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3cb0 @name=:load_config_initializers, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3c60 @name=:engines_blank_point, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3aa8 @name=:append_assets_path, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Formtastic::Engine:0x007ff1cb7d8010 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab43d18 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab43cf0 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab43840 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab43750 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab43520 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab43340 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab43138 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42e18 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42c60 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42a58 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab427d8 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42508 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42288 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41ec8 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41b80 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41720 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41568 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41400 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41130 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40ed8 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40d70 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40c80 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40b18 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40a28 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab407a8 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7da4a0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b3328 @name=:set_load_path, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3260 @name=:set_autoload_paths, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3210 @name=:add_routing_paths, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3058 @name=:add_locales, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2fe0 @name=:add_view_paths, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2f40 @name=:load_environment_config, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2ef0 @name=:prepend_helpers_path, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2e78 @name=:load_config_initializers, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2e28 @name=:engines_blank_point, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2dd8 @name=:append_assets_path, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2d60 @name=&quot;formtastic.initialize&quot;, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca3d0d88@/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/lib/formtastic/engine.rb:5&gt;&gt;]&gt;, #&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab31078 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab31000 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab30a10 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab30790 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab30560 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab30240 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab30088 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2bf10 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2bd58 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2ba60 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b7b8 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b6c8 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b5d8 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b4e8 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b3d0 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b268 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2afe8 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2aed0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2adb8 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2acf0 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2ac00 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2a9a8 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2a840 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2a778 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2a660 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d8a10&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b2310 @name=:set_load_path, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b22c0 @name=:set_autoload_paths, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b21f8 @name=:add_routing_paths, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b21a8 @name=:add_locales, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2040 @name=:add_view_paths, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1ff0 @name=:load_environment_config, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1f50 @name=:prepend_helpers_path, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1f00 @name=:load_config_initializers, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1eb0 @name=:engines_blank_point, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1e38 @name=:append_assets_path, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;InheritedResources::Railtie:0x007ff1c9b5a118 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/app/controllers&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/app/controllers&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c9b59ba0 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c9b59b78 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c9b598f8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab20c78 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20ae8 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20908 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab207f0 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20610 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab204f8 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20390 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab202a0 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab200c0 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20c28 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1bea8 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1bca0 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1bb60 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1ba70 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b908 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b7f0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b610 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b390 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b138 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b048 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1af08 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1adf0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/app/controllers&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1c9b5a0f0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b1690 @name=:set_load_path, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b15f0 @name=:set_autoload_paths, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1528 @name=:add_routing_paths, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b14d8 @name=:add_locales, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1488 @name=:add_view_paths, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1320 @name=:load_environment_config, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b12d0 @name=:prepend_helpers_path, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1208 @name=:load_config_initializers, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b11b8 @name=:engines_blank_point, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1140 @name=:append_assets_path, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab08e70 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab08e20 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab088a8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab08830 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab08718 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab085d8 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab084e8 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab08358 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab08240 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab08038 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03f10 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03e20 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03d30 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03b00 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03998 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03740 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03588 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab033d0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03178 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03038 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab02e58 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab02d18 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab02c00 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab02a20 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab028b8 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d9618&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b08d0 @name=:set_load_path, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0808 @name=:set_autoload_paths, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b07b8 @name=:add_routing_paths, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0628 @name=:add_locales, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0588 @name=:add_view_paths, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0380 @name=:load_environment_config, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0128 @name=:prepend_helpers_path, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0060 @name=:load_config_initializers, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3350 @name=:engines_blank_point, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0088 @name=:append_assets_path, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1caaf8250 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1caaf8228 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1caaf8f48 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31bf28 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31bd20 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31bb68 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b960 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b820 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b6e0 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b528 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b410 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b2d0 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b0f0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31ac18 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31a560 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31a3d0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31a1a0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319fc0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319e08 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319cf0 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319b60 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319a48 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319840 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319728 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d3ee8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7ab790 @name=:set_load_path, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab6f0 @name=:set_autoload_paths, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab628 @name=:add_routing_paths, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab498 @name=:add_locales, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab420 @name=:add_view_paths, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab3a8 @name=:load_environment_config, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab308 @name=:prepend_helpers_path, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab100 @name=:load_config_initializers, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab060 @name=:engines_blank_point, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab010 @name=:append_assets_path, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7aaf70 @name=&quot;active_admin.precompile&quot;, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:group=&gt;:all}, @block=#&lt;Proc:0x007ff1ca320528@/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/lib/active_admin/engine.rb:3&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7aaef8 @name=&quot;active_admin.routes&quot;, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;&quot;active_admin.precompile&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca320438@/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/lib/active_admin/engine.rb:12&gt;&gt;]&gt;, #&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/vendor&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c9b2b980 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c9b2b958 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c9b2b6d8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2b2f0 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2b0e8 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2aff8 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2af08 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2ae40 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2acb0 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2aa80 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a940 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a850 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a710 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a620 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a468 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a238 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a080 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29ef0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29e28 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29d60 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29bf8 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29928 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b297c0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b296a8 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d3e20&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7aa1b0 @name=:set_load_path, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9be8 @name=:set_autoload_paths, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9b70 @name=:add_routing_paths, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9b20 @name=:add_locales, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9aa8 @name=:add_view_paths, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9a30 @name=:load_environment_config, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9990 @name=:prepend_helpers_path, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9918 @name=:load_config_initializers, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a98a0 @name=:engines_blank_point, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9828 @name=:append_assets_path, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/active_record/models&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/active_record/models&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cae588a0 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cae58850 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cae58648 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cae585d0 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae584e0 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae583f0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae58328 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae58238 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae58170 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae580a8 @paths=[&quot;app/models&quot;, &quot;lib/paper_trail/frameworks/active_record/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733e20 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733d08 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733c18 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733ab0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733560 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb7333a8 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb7331f0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732e58 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732bd8 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732a98 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732908 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732778 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732638 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732340 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb731f58 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/active_record/models&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cae59070&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7a9260 @name=:set_load_path, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9198 @name=:set_autoload_paths, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9120 @name=:add_routing_paths, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a90d0 @name=:add_locales, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9058 @name=:add_view_paths, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8fe0 @name=:load_environment_config, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8f18 @name=:prepend_helpers_path, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8e78 @name=:load_config_initializers, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8e28 @name=:engines_blank_point, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8d60 @name=:append_assets_path, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8d10 @name=&quot;paper_trail.initialisation&quot;, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb731aa8@/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/rails/engine.rb:7&gt;&gt;]&gt;, #&lt;Cloudinary::Engine:0x007ff1cb7d3d30 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4/vendor&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c9b0ba90 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c9b0ba68 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c9b0ae60 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0acd0 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0ab68 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0aa00 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a7f8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a668 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a550 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a460 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a398 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a280 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a0a0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09e48 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09d58 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09bf0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09ad8 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b098d0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b095d8 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09498 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09330 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09268 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b091a0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b08fc0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d3ce0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7a85e0 @name=:set_load_path, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8568 @name=:set_autoload_paths, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a84c8 @name=:add_routing_paths, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8450 @name=:add_locales, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a83b0 @name=:add_view_paths, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a82e8 @name=:load_environment_config, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8248 @name=:prepend_helpers_path, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8180 @name=:load_config_initializers, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a80b8 @name=:engines_blank_point, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a3ea0 @name=:append_assets_path, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;StripeEvent::Engine:0x007ff1ca667150 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/app/controllers&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/app/controllers&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c9efc460 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c9efc438 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c9efc258 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1ca303d10 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303ba8 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303658 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303540 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3033d8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303310 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303090 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302ed8 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302c58 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302b40 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3029b0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302898 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3027a8 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3025c8 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3023c0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302258 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302190 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302078 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca301f60 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca301e70 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca301ce0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca301a60 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/app/controllers&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=#&lt;ActionDispatch::Routing::RouteSet:0x007ff1c9efc1e0&gt;, @app_build_lock=#&lt;Thread::Mutex:0x007ff1ca667128&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7a36a8 @name=:set_load_path, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a3590 @name=:set_autoload_paths, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a3298 @name=:add_routing_paths, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a1e20 @name=:add_locales, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a11f0 @name=:add_view_paths, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a0890 @name=:load_environment_config, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a0570 @name=:prepend_helpers_path, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb79bf98 @name=:load_config_initializers, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb79bde0 @name=:engines_blank_point, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb79bd68 @name=:append_assets_path, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;]], @railties=#&lt;Rails::Engine::Railties:0x007ff1cb7d87b8 @_all=[#&lt;I18n::Railtie:0x007ff1cb55af18 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca16ad00&gt;, @initializers=[]&gt;, #&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca169d60&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d3038 @name=&quot;active_support.deprecation_behavior&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca169b30@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:10&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d2fe8 @name=&quot;active_support.initialize_time_zone&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:after=&gt;&quot;active_support.deprecation_behavior&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca1699c8@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:18&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d2f48 @name=&quot;active_support.initialize_beginning_of_week&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:after=&gt;&quot;active_support.initialize_time_zone&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca169888@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:37&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d2ef8 @name=&quot;active_support.set_configs&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:after=&gt;&quot;active_support.initialize_beginning_of_week&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca169770@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:44&gt;&gt;]&gt;, #&lt;ActionDispatch::Railtie:0x007ff1ca15b4b8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca15b440&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d2958 @name=&quot;action_dispatch.configure&quot;, @context=#&lt;ActionDispatch::Railtie:0x007ff1ca15b4b8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca1597f8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/railtie.rb:29&gt;&gt;]&gt;, #&lt;ActiveModel::Railtie:0x007ff1cb471c78 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb471c00&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d2480 @name=&quot;active_model.secure_password&quot;, @context=#&lt;ActiveModel::Railtie:0x007ff1cb471c78 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb4719d0@/Users/rob/.gem/ruby/2.3.1/gems/activemodel-5.0.0.rc1/lib/active_model/railtie.rb:8&gt;&gt;]&gt;, #&lt;ActionView::Railtie:0x007ff1cb6537f8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb6537a8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d1df0 @name=&quot;action_view.embed_authenticity_token_in_remote_forms&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6532a8@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:13&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1da0 @name=&quot;action_view.logger&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.embed_authenticity_token_in_remote_forms&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb653168@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:20&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1c60 @name=&quot;action_view.set_configs&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb653000@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:24&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1be8 @name=&quot;action_view.caching&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb652e98@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:32&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1a80 @name=&quot;action_view.per_request_digest_cache&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.caching&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb652d80@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:40&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1a08 @name=&quot;action_view.setup_action_pack&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.per_request_digest_cache&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb652c40@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:48&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1918 @name=&quot;action_view.collection_caching&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_controller.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6529e8@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:54&gt;&gt;]&gt;, #&lt;ActionController::Railtie:0x007ff1cb652358 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb652308&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d15a8 @name=&quot;action_controller.assets_config&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:group=&gt;:all}, @block=#&lt;Proc:0x007ff1cb6520d8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:14&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1440 @name=&quot;action_controller.set_helpers_path&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.assets_config&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651fe8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:18&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d13c8 @name=&quot;action_controller.parameters_config&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.set_helpers_path&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651ea8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:22&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1238 @name=&quot;action_controller.set_configs&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.parameters_config&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651d68@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:35&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d11e8 @name=&quot;action_controller.compile_config_methods&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651c50@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:65&gt;&gt;]&gt;, #&lt;ActiveRecord::Railtie:0x007ff1cb651548 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb6514f8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d0ce8 @name=&quot;active_record.initialize_timezone&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6509b8@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:64&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0bd0 @name=&quot;active_record.logger&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.initialize_timezone&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6508a0@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:71&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0b80 @name=&quot;active_record.migration_error&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650760@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:75&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d09c8 @name=&quot;active_record.check_schema_cache_dump&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.migration_error&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650648@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:82&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0978 @name=&quot;active_record.warn_on_records_fetched_greater_than&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.check_schema_cache_dump&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650508@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:102&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d08d8 @name=&quot;active_record.set_configs&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.warn_on_records_fetched_greater_than&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6503c8@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:110&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0888 @name=&quot;active_record.initialize_database&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650288@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:120&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0810 @name=&quot;active_record.log_runtime&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.initialize_database&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650148@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:142&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0798 @name=&quot;active_record.set_reloader_hooks&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.log_runtime&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650030@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:149&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0748 @name=&quot;active_record.set_executor_hooks&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.set_reloader_hooks&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb64bf58@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:160&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d06d0 @name=&quot;active_record.add_watchable_files&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.set_executor_hooks&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb64bdf0@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:166&gt;&gt;]&gt;, #&lt;GlobalID::Railtie:0x007ff1c9a3a738 @config=#&lt;Rails::Railtie::Configuration:0x007ff1c9a3a6e8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d0248 @name=&quot;global_id&quot;, @context=#&lt;GlobalID::Railtie:0x007ff1c9a3a738 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1c9a3a468@/Users/rob/.gem/ruby/2.3.1/gems/globalid-0.3.6/lib/global_id/railtie.rb:15&gt;&gt;]&gt;, #&lt;ActiveJob::Railtie:0x007ff1cb629c00 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb629bb0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cbea0 @name=&quot;active_job.logger&quot;, @context=#&lt;ActiveJob::Railtie:0x007ff1cb629c00 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6299d0@/Users/rob/.gem/ruby/2.3.1/gems/activejob-5.0.0.rc1/lib/active_job/railtie.rb:9&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cbdd8 @name=&quot;active_job.set_configs&quot;, @context=#&lt;ActiveJob::Railtie:0x007ff1cb629c00 ...&gt;, @options={:after=&gt;&quot;active_job.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb629890@/Users/rob/.gem/ruby/2.3.1/gems/activejob-5.0.0.rc1/lib/active_job/railtie.rb:13&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cbd10 @name=&quot;active_job.set_reloader_hook&quot;, @context=#&lt;ActiveJob::Railtie:0x007ff1cb629c00 ...&gt;, @options={:after=&gt;&quot;active_job.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb629750@/Users/rob/.gem/ruby/2.3.1/gems/activejob-5.0.0.rc1/lib/active_job/railtie.rb:22&gt;&gt;]&gt;, #&lt;ActionMailer::Railtie:0x007ff1c9834e98 @config=#&lt;Rails::Railtie::Configuration:0x007ff1c9834da8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cb9c8 @name=&quot;action_mailer.logger&quot;, @context=#&lt;ActionMailer::Railtie:0x007ff1c9834e98 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1c983f988@/Users/rob/.gem/ruby/2.3.1/gems/actionmailer-5.0.0.rc1/lib/action_mailer/railtie.rb:11&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cb950 @name=&quot;action_mailer.set_configs&quot;, @context=#&lt;ActionMailer::Railtie:0x007ff1c9834e98 ...&gt;, @options={:after=&gt;&quot;action_mailer.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1c983f1b8@/Users/rob/.gem/ruby/2.3.1/gems/actionmailer-5.0.0.rc1/lib/action_mailer/railtie.rb:15&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cb7e8 @name=&quot;action_mailer.compile_config_methods&quot;, @context=#&lt;ActionMailer::Railtie:0x007ff1c9834e98 ...&gt;, @options={:after=&gt;&quot;action_mailer.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1c983e1a0@/Users/rob/.gem/ruby/2.3.1/gems/actionmailer-5.0.0.rc1/lib/action_mailer/railtie.rb:53&gt;&gt;]&gt;, #&lt;Rails::TestUnitRailtie:0x007ff1cb212b30 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb212a40&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cb400 @name=&quot;test_unit.line_filtering&quot;, @context=#&lt;Rails::TestUnitRailtie:0x007ff1cb212b30 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb212658@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/test_unit/railtie.rb:16&gt;&gt;]&gt;, #&lt;Sprockets::Railtie:0x007ff1ca100ef0 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca100ea0&gt;, @initializers=[]&gt;, #&lt;Jbuilder::Railtie:0x007ff1cb7d8740 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cab68 @name=:jbuilder, @context=#&lt;Jbuilder::Railtie:0x007ff1cb7d8740 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb2933c0@/Users/rob/.gem/ruby/2.3.1/gems/jbuilder-2.4.0/lib/jbuilder/railtie.rb:6&gt;&gt;]&gt;, #&lt;Rails::Observers::Railtie:0x007ff1ca13b898 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca13b848&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7ca820 @name=&quot;active_record.observer&quot;, @context=#&lt;Rails::Observers::Railtie:0x007ff1ca13b898 ...&gt;, @options={:before=&gt;&quot;active_record.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca13bac8@/Users/rob/.gem/ruby/2.3.1/bundler/gems/rails-observers-2e83e3bf13dd/lib/rails/observers/railtie.rb:6&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ca7a8 @name=&quot;action_controller.caching.sweepers&quot;, @context=#&lt;Rails::Observers::Railtie:0x007ff1ca13b898 ...&gt;, @options={:after=&gt;&quot;active_record.observer&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca13ba00@/Users/rob/.gem/ruby/2.3.1/bundler/gems/rails-observers-2e83e3bf13dd/lib/rails/observers/railtie.rb:14&gt;&gt;]&gt;, #&lt;RequestStore::Railtie:0x007ff1cb7d86a0 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7ca370 @name=&quot;request_store.insert_middleware&quot;, @context=#&lt;RequestStore::Railtie:0x007ff1cb7d86a0 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb7b0178@/Users/rob/.gem/ruby/2.3.1/gems/request_store-1.3.1/lib/request_store/railtie.rb:3&gt;&gt;]&gt;, #&lt;Sass::Rails::Railtie:0x007ff1caa23f50 @config=#&lt;Rails::Railtie::Configuration:0x007ff1caa23e60&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c9fd8 @name=:setup_sass, @context=#&lt;Sass::Rails::Railtie:0x007ff1caa23f50 ...&gt;, @options={:group=&gt;:all}, @block=#&lt;Proc:0x007ff1caa1ad10@/Users/rob/.gem/ruby/2.3.1/gems/sass-rails-5.0.4/lib/sass/rails/railtie.rb:38&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c9ec0 @name=:setup_compression, @context=#&lt;Sass::Rails::Railtie:0x007ff1caa23f50 ...&gt;, @options={:group=&gt;:all, :after=&gt;:setup_sass}, @block=#&lt;Proc:0x007ff1caa1abf8@/Users/rob/.gem/ruby/2.3.1/gems/sass-rails-5.0.4/lib/sass/rails/railtie.rb:69&gt;&gt;]&gt;, #&lt;Dotenv::Railtie:0x007ff1cb4b2f70 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb4b2ed0&gt;, @initializers=[]&gt;, #&lt;Bourbon::Rails::Railtie:0x007ff1cb7d8628 @initializers=[]&gt;, #&lt;Kaminari::Railtie:0x007ff1cb7d85b0 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c9268 @name=&quot;kaminari&quot;, @context=#&lt;Kaminari::Railtie:0x007ff1cb7d85b0 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca3e0b70@/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/lib/kaminari/railtie.rb:3&gt;&gt;]&gt;, #&lt;Responders::Railtie:0x007ff1ca3b2c48 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca3b2bf8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c8e80 @name=&quot;responders.flash_responder&quot;, @context=#&lt;Responders::Railtie:0x007ff1ca3b2c48 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca3b2680@/Users/rob/.gem/ruby/2.3.1/gems/responders-2.1.2/lib/responders.rb:26&gt;&gt;]&gt;, #&lt;MessageBus::Rails::Railtie:0x007ff1cb7d8538 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c89d0 @name=&quot;message_bus.configure_init&quot;, @context=#&lt;MessageBus::Rails::Railtie:0x007ff1cb7d8538 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb7a3f68@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rails/railtie.rb:7&gt;&gt;]&gt;, #&lt;Cloudinary::Railtie:0x007ff1c9ada7d8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1c9ada788&gt;, @initializers=[]&gt;, #&lt;Dalli::Railtie:0x007ff1d1859a38 @config=#&lt;Rails::Railtie::Configuration:0x007ff1d18599e8&gt;, @initializers=[]&gt;, #&lt;Raven::Rails:0x007ff1cfda9350 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cfda9300&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c3a20 @name=&quot;raven.use_rack_middleware&quot;, @context=#&lt;Raven::Rails:0x007ff1cfda9350 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cfda95a8@/Users/rob/.gem/ruby/2.3.1/gems/sentry-raven-0.15.6/lib/raven/integrations/rails.rb:5&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c3958 @name=&quot;raven.action_controller&quot;, @context=#&lt;Raven::Rails:0x007ff1cfda9350 ...&gt;, @options={:after=&gt;&quot;raven.use_rack_middleware&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cfda9490@/Users/rob/.gem/ruby/2.3.1/gems/sentry-raven-0.15.6/lib/raven/integrations/rails.rb:9&gt;&gt;]&gt;, #&lt;Skylight::Railtie:0x007ff1cfdf9968 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cfdf9918&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c3278 @name=&quot;skylight.configure&quot;, @context=#&lt;Skylight::Railtie:0x007ff1cfdf9968 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cfdf9288@/Users/rob/.gem/ruby/2.3.1/gems/skylight-0.10.3/lib/skylight/railtie.rb:20&gt;&gt;]&gt;, #&lt;BetterErrors::Railtie:0x007ff1cb7d84e8 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c2d50 @name=&quot;better_errors.configure_rails_initialization&quot;, @context=#&lt;BetterErrors::Railtie:0x007ff1cb7d84e8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca494558@/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/rails.rb:4&gt;&gt;]&gt;, #&lt;MetaRequest::Railtie:0x007ff1cb7d8470 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c26c0 @name=&quot;meta_request.inject_middlewares&quot;, @context=#&lt;MetaRequest::Railtie:0x007ff1cb7d8470 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cace20c0@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/railtie.rb:6&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c2558 @name=&quot;meta_request.log_interceptor&quot;, @context=#&lt;MetaRequest::Railtie:0x007ff1cb7d8470 ...&gt;, @options={:after=&gt;&quot;meta_request.inject_middlewares&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cace1f80@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/railtie.rb:19&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c2328 @name=&quot;meta_request.subscribe_to_notifications&quot;, @context=#&lt;MetaRequest::Railtie:0x007ff1cb7d8470 ...&gt;, @options={:after=&gt;&quot;meta_request.log_interceptor&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cace1e40@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/railtie.rb:23&gt;&gt;]&gt;, #&lt;Rack::MiniProfilerRails::Railtie:0x007ff1cb7d8420 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c14f0 @name=&quot;rack_mini_profiler.configure_rails_initialization&quot;, @context=#&lt;Rack::MiniProfilerRails::Railtie:0x007ff1cb7d8420 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca39be30@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler_rails/railtie.rb:87&gt;&gt;]&gt;, #&lt;ActionCable::Engine:0x007ff1ca800570 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cb0b35c8 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cb0b3578 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cb0b2fd8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb769318 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb769160 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768fd0 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768cb0 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768b98 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768918 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768328 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768170 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768080 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb76b708 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763e40 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763c38 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763aa8 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763990 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763698 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763580 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763490 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763378 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763238 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763058 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb762ea0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1ca800548&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c0a50 @name=:set_load_path, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0988 @name=:set_autoload_paths, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0938 @name=:add_routing_paths, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0870 @name=:add_locales, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0708 @name=:add_view_paths, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c06b8 @name=:load_environment_config, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0668 @name=:prepend_helpers_path, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c04b0 @name=:load_config_initializers, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c02f8 @name=:engines_blank_point, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0258 @name=:append_assets_path, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0208 @name=&quot;action_cable.helpers&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2920@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:13&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c01b8 @name=&quot;action_cable.logger&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.helpers&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2470@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:19&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0078 @name=&quot;action_cable.set_configs&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2218@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:23&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bbf28 @name=&quot;action_cable.routes&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2060@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:44&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bbeb0 @name=&quot;action_cable.set_work_hooks&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.routes&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b1db8@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:55&gt;&gt;]&gt;, #&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1/vendor&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cc818d58 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cc818d30 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cc818470 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cc818268 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cc818128 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cc819028 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3de8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3ca8 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3578 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3410 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb32f8 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3190 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3028 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2df8 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2ce0 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2b00 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb29c0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2790 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2678 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2510 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2358 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2268 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2088 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb1f20 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d8290&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7bb7f8 @name=:set_load_path, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb730 @name=:set_autoload_paths, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb6e0 @name=:add_routing_paths, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb668 @name=:add_locales, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb5f0 @name=:add_view_paths, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb5a0 @name=:load_environment_config, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb528 @name=:prepend_helpers_path, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb4d8 @name=:load_config_initializers, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb398 @name=:engines_blank_point, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb348 @name=:append_assets_path, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1ca9aab00 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1ca9aaad8 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1ca9aa8d0 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1caba82e0 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3d30 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3bf0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3ad8 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba38f8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3768 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3628 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3420 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3330 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba31a0 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2fc0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2e30 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2cf0 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2bb0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2a98 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba28b8 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba26d8 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba25e8 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba24a8 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2390 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba20e8 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba1fd0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1ca9ab3c0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7babf0 @name=:set_load_path, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7baba0 @name=:set_autoload_paths, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bab28 @name=:add_routing_paths, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7baa60 @name=:add_locales, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7baa10 @name=:add_view_paths, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba948 @name=:load_environment_config, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba880 @name=:prepend_helpers_path, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba830 @name=:load_config_initializers, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba7b8 @name=:engines_blank_point, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba718 @name=:append_assets_path, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Turbolinks::Engine:0x007ff1c99dac20 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c99d9fa0 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c99d9f78 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c99d9d48 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab90b18 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab90690 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab90370 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8be10 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8b820 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8af10 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8abc8 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8a448 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab89f98 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab89b60 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab89368 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab88260 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab83f80 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab83800 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab831c0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab82ba8 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab82298 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab81a00 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab81528 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab811e0 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab80ec0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab80b50 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1c99dabd0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b9f70 @name=:set_load_path, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9ed0 @name=:set_autoload_paths, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9b10 @name=:add_routing_paths, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9ac0 @name=:add_locales, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9a48 @name=:add_view_paths, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b99f8 @name=:load_environment_config, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9958 @name=:prepend_helpers_path, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b98e0 @name=:load_config_initializers, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9890 @name=:engines_blank_point, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9818 @name=:append_assets_path, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b97c8 @name=:turbolinks, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1c99d94d8@/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2/lib/turbolinks.rb:19&gt;&gt;]&gt;, #&lt;Bourbon::Engine:0x007ff1cb7d81f0 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab6b7c8 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab6b7a0 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab6b200 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab6b188 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6afa8 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6ada0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6ab20 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a8c8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a788 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a558 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a378 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a260 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a120 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69f18 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69bf8 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69ab8 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69928 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab696d0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69540 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab692e8 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69180 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69040 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab68d48 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab68b68 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab68910 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d81c8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b90e8 @name=:set_load_path, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8ff8 @name=:set_autoload_paths, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8fa8 @name=:add_routing_paths, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8f30 @name=:add_locales, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8eb8 @name=:add_view_paths, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8e68 @name=:load_environment_config, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8d28 @name=:prepend_helpers_path, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8c60 @name=:load_config_initializers, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8c10 @name=:engines_blank_point, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8b70 @name=:append_assets_path, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Kaminari::Engine:0x007ff1cb7d8178 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab59bb8 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab53fb0 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab53c18 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab53b78 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab53a38 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab538a8 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab536a0 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab534c0 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab53240 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab53100 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52ef8 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52de0 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52c78 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52b38 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52930 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52818 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab526b0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab523b8 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52278 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52110 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51ff8 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51df0 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51cd8 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51b20 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51a08 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d80d8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b8300 @name=:set_load_path, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b81e8 @name=:set_autoload_paths, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8198 @name=:add_routing_paths, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8170 @name=:add_locales, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9390 @name=:add_view_paths, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bacb8 @name=:load_environment_config, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bbb18 @name=:prepend_helpers_path, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3cb0 @name=:load_config_initializers, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3c60 @name=:engines_blank_point, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3aa8 @name=:append_assets_path, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Formtastic::Engine:0x007ff1cb7d8010 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab43d18 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab43cf0 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab43840 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab43750 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab43520 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab43340 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab43138 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42e18 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42c60 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42a58 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab427d8 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42508 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42288 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41ec8 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41b80 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41720 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41568 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41400 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41130 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40ed8 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40d70 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40c80 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40b18 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40a28 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab407a8 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7da4a0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b3328 @name=:set_load_path, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3260 @name=:set_autoload_paths, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3210 @name=:add_routing_paths, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3058 @name=:add_locales, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2fe0 @name=:add_view_paths, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2f40 @name=:load_environment_config, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2ef0 @name=:prepend_helpers_path, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2e78 @name=:load_config_initializers, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2e28 @name=:engines_blank_point, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2dd8 @name=:append_assets_path, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2d60 @name=&quot;formtastic.initialize&quot;, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca3d0d88@/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/lib/formtastic/engine.rb:5&gt;&gt;]&gt;, #&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab31078 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab31000 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab30a10 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab30790 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab30560 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab30240 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab30088 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2bf10 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2bd58 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2ba60 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b7b8 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b6c8 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b5d8 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b4e8 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b3d0 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b268 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2afe8 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2aed0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2adb8 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2acf0 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2ac00 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2a9a8 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2a840 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2a778 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2a660 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d8a10&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b2310 @name=:set_load_path, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b22c0 @name=:set_autoload_paths, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b21f8 @name=:add_routing_paths, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b21a8 @name=:add_locales, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2040 @name=:add_view_paths, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1ff0 @name=:load_environment_config, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1f50 @name=:prepend_helpers_path, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1f00 @name=:load_config_initializers, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1eb0 @name=:engines_blank_point, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1e38 @name=:append_assets_path, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;InheritedResources::Railtie:0x007ff1c9b5a118 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/app/controllers&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/app/controllers&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c9b59ba0 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c9b59b78 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c9b598f8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab20c78 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20ae8 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20908 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab207f0 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20610 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab204f8 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20390 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab202a0 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab200c0 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20c28 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1bea8 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1bca0 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1bb60 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1ba70 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b908 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b7f0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b610 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b390 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b138 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b048 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1af08 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1adf0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/app/controllers&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1c9b5a0f0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b1690 @name=:set_load_path, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b15f0 @name=:set_autoload_paths, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1528 @name=:add_routing_paths, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b14d8 @name=:add_locales, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1488 @name=:add_view_paths, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1320 @name=:load_environment_config, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b12d0 @name=:prepend_helpers_path, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1208 @name=:load_config_initializers, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b11b8 @name=:engines_blank_point, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1140 @name=:append_assets_path, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab08e70 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab08e20 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab088a8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab08830 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab08718 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab085d8 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab084e8 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab08358 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab08240 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab08038 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03f10 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03e20 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03d30 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03b00 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03998 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03740 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03588 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab033d0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03178 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03038 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab02e58 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab02d18 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab02c00 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab02a20 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab028b8 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d9618&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b08d0 @name=:set_load_path, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0808 @name=:set_autoload_paths, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b07b8 @name=:add_routing_paths, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0628 @name=:add_locales, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0588 @name=:add_view_paths, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0380 @name=:load_environment_config, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0128 @name=:prepend_helpers_path, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0060 @name=:load_config_initializers, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3350 @name=:engines_blank_point, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0088 @name=:append_assets_path, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1caaf8250 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1caaf8228 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1caaf8f48 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31bf28 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31bd20 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31bb68 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b960 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b820 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b6e0 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b528 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b410 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b2d0 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b0f0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31ac18 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31a560 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31a3d0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31a1a0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319fc0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319e08 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319cf0 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319b60 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319a48 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319840 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319728 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d3ee8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7ab790 @name=:set_load_path, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab6f0 @name=:set_autoload_paths, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab628 @name=:add_routing_paths, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab498 @name=:add_locales, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab420 @name=:add_view_paths, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab3a8 @name=:load_environment_config, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab308 @name=:prepend_helpers_path, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab100 @name=:load_config_initializers, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab060 @name=:engines_blank_point, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab010 @name=:append_assets_path, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7aaf70 @name=&quot;active_admin.precompile&quot;, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:group=&gt;:all}, @block=#&lt;Proc:0x007ff1ca320528@/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/lib/active_admin/engine.rb:3&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7aaef8 @name=&quot;active_admin.routes&quot;, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;&quot;active_admin.precompile&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca320438@/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/lib/active_admin/engine.rb:12&gt;&gt;]&gt;, #&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/vendor&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c9b2b980 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c9b2b958 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c9b2b6d8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2b2f0 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2b0e8 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2aff8 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2af08 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2ae40 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2acb0 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2aa80 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a940 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a850 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a710 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a620 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a468 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a238 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a080 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29ef0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29e28 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29d60 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29bf8 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29928 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b297c0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b296a8 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d3e20&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7aa1b0 @name=:set_load_path, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9be8 @name=:set_autoload_paths, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9b70 @name=:add_routing_paths, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9b20 @name=:add_locales, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9aa8 @name=:add_view_paths, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9a30 @name=:load_environment_config, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9990 @name=:prepend_helpers_path, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9918 @name=:load_config_initializers, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a98a0 @name=:engines_blank_point, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9828 @name=:append_assets_path, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/active_record/models&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/active_record/models&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cae588a0 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cae58850 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cae58648 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cae585d0 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae584e0 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae583f0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae58328 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae58238 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae58170 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae580a8 @paths=[&quot;app/models&quot;, &quot;lib/paper_trail/frameworks/active_record/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733e20 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733d08 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733c18 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733ab0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733560 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb7333a8 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb7331f0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732e58 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732bd8 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732a98 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732908 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732778 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732638 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732340 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb731f58 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/active_record/models&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cae59070&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7a9260 @name=:set_load_path, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9198 @name=:set_autoload_paths, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9120 @name=:add_routing_paths, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a90d0 @name=:add_locales, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9058 @name=:add_view_paths, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8fe0 @name=:load_environment_config, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8f18 @name=:prepend_helpers_path, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8e78 @name=:load_config_initializers, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8e28 @name=:engines_blank_point, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8d60 @name=:append_assets_path, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8d10 @name=&quot;paper_trail.initialisation&quot;, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb731aa8@/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/rails/engine.rb:7&gt;&gt;]&gt;, #&lt;Cloudinary::Engine:0x007ff1cb7d3d30 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4/vendor&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c9b0ba90 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c9b0ba68 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c9b0ae60 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0acd0 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0ab68 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0aa00 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a7f8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a668 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a550 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a460 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a398 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a280 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a0a0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09e48 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09d58 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09bf0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09ad8 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b098d0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b095d8 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09498 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09330 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09268 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b091a0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b08fc0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d3ce0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7a85e0 @name=:set_load_path, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8568 @name=:set_autoload_paths, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a84c8 @name=:add_routing_paths, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8450 @name=:add_locales, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a83b0 @name=:add_view_paths, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a82e8 @name=:load_environment_config, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8248 @name=:prepend_helpers_path, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8180 @name=:load_config_initializers, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a80b8 @name=:engines_blank_point, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a3ea0 @name=:append_assets_path, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;StripeEvent::Engine:0x007ff1ca667150 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/app/controllers&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/app/controllers&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c9efc460 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c9efc438 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c9efc258 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1ca303d10 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303ba8 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303658 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303540 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3033d8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303310 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303090 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302ed8 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302c58 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302b40 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3029b0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302898 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3027a8 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3025c8 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3023c0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302258 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302190 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302078 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca301f60 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca301e70 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca301ce0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca301a60 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/app/controllers&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=#&lt;ActionDispatch::Routing::RouteSet:0x007ff1c9efc1e0&gt;, @app_build_lock=#&lt;Thread::Mutex:0x007ff1ca667128&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7a36a8 @name=:set_load_path, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a3590 @name=:set_autoload_paths, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a3298 @name=:add_routing_paths, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a1e20 @name=:add_locales, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a11f0 @name=:add_view_paths, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a0890 @name=:load_environment_config, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a0570 @name=:prepend_helpers_path, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb79bf98 @name=:load_config_initializers, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb79bde0 @name=:engines_blank_point, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb79bd68 @name=:append_assets_path, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;]&gt;, @message_verifiers={:signed_global_ids=&gt;#&lt;ActiveSupport::MessageVerifier:0x007ff1ca13a1a0 @secret=&quot;\\x17\\x0EZ\\xC7Y\\xAC\\xB0&gt;\\x82CN\\xEE6\\xD8\\v{\\xD83\\xDC+w UYI\\xFB\\xC6\\x9E\\xED)\\xB5\\xEF\\x86\\xCAB[=R\\xE1\\xC8\\xAC\\xFE\\xF1\\xE7\\xB1\\xD5m\\x9A\\xBA\\x17\\xE3Y\\xF4\\xEFa\\xCF\\x9C]B=\\xFFL\\vz&quot;, @digest=&quot;SHA1&quot;, @serializer=Marshal&gt;}, @ran_load_hooks=true, @executor=#&lt;Class:0x007ff1cf889898&gt;, @reloader=#&lt;Class:0x007ff1cf8606f0&gt;, @initial_variable_values={}, @block=nil, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d8ec0 @name=:set_load_path, @context=#&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d8e48 @name=:set_autoload_paths, @context=#&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d8d80 @name=:add_routing_paths, @context=#&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d8d30 @name=:add_locales, @context=#&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d8c40 @name=:add_view_paths, @context=#&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d8b78 @name=:load_environment_config, @context=#&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d8b28 @name=:prepend_helpers_path, @context=#&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d8ab0 @name=:load_config_initializers, @context=#&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d8a38 @name=:engines_blank_point, @context=#&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d89c0 @name=:append_assets_path, @context=#&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;], @assets=#&lt;Sprockets::Environment:0x3ff8e4c95dac root=&quot;/Users/rob/Sites/workingnotworking/wnw&quot;, paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/app/assets/config&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/assets/images&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/assets/javascripts&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/assets/stylesheets&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/vendor/assets/javascripts&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/vendor/assets/stylesheets&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4/vendor/assets/html&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4/vendor/assets/javascripts&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/vendor/assets/javascripts&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets/images&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets/javascripts&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets/stylesheets&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets/images&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets/javascripts&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets/stylesheets&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets/stylesheets&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1/lib/assets/javascripts&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1/vendor/assets/javascripts&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/assets/compiled&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-source-5.0.0.beta4/lib/assets/javascripts&quot;]&gt;, @assets_manifest=#&lt;Sprockets::Manifest:0x007ff1c99e1048 @environment=#&lt;Sprockets::Environment:0x3ff8e4c95dac root=&quot;/Users/rob/Sites/workingnotworking/wnw&quot;, paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/app/assets/config&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/assets/images&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/assets/javascripts&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/assets/stylesheets&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/vendor/assets/javascripts&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/vendor/assets/stylesheets&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4/vendor/assets/html&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4/vendor/assets/javascripts&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/vendor/assets/javascripts&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets/images&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets/javascripts&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets/stylesheets&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets/images&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets/javascripts&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets/stylesheets&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets/stylesheets&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets/stylesheets&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1/lib/assets/javascripts&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1/vendor/assets/javascripts&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/assets/compiled&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-source-5.0.0.beta4/lib/assets/javascripts&quot;]&gt;, @filename=&quot;/Users/rob/Sites/workingnotworking/wnw/public/assets/.sprockets-manifest-36f17ecdf8558452ac0237dff59e088a.json&quot;, @directory=&quot;/Users/rob/Sites/workingnotworking/wnw/public/assets&quot;, @legacy_manifest=false, @rename_filename=nil, @data={}&gt;, @secrets={:secret_key_base=&gt;&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, :secret_token=&gt;nil}, @caching_key_generator=#&lt;ActiveSupport::CachingKeyGenerator:0x007ff1ca13a920 @key_generator=#&lt;ActiveSupport::KeyGenerator:0x007ff1ca13a970 @secret=&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, @iterations=1000&gt;, @cache_keys=#&lt;Concurrent::Map:0x007ff1ca13a8f8 entries=3 default_proc=nil&gt;&gt;, @ran=true&gt;}, {:environment=&gt;&quot;development&quot;}, {}], @defaults={:min_threads=&gt;0, :max_threads=&gt;16, :log_requests=&gt;false, :debug=&gt;false, :binds=&gt;[&quot;tcp://0.0.0.0:9292&quot;], :workers=&gt;0, :daemon=&gt;false, :mode=&gt;:http, :worker_timeout=&gt;60, :worker_boot_timeout=&gt;60, :worker_shutdown_timeout=&gt;30, :remote_address=&gt;:socket, :tag=&gt;&quot;wnw&quot;, :environment=&gt;&quot;development&quot;, :rackup=&gt;&quot;config.ru&quot;, :logger=&gt;#&lt;IO:&lt;STDOUT&gt;&gt;}&gt;, @plugins=#&lt;Puma::PluginLoader:0x007ff1d1d983a0 @instances=[]&gt;&gt;, &quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.redirect_filter&quot;=&gt;[], &quot;action_dispatch.secret_token&quot;=&gt;nil, &quot;action_dispatch.secret_key_base&quot;=&gt;&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, &quot;action_dispatch.show_exceptions&quot;=&gt;true, &quot;action_dispatch.show_detailed_exceptions&quot;=&gt;true, &quot;action_dispatch.logger&quot;=&gt;#&lt;ActiveSupport::Logger:0x007ff1ca273d78 @progname=nil, @level=0, @default_formatter=#&lt;Logger::Formatter:0x007ff1ca273c60 @datetime_format=nil&gt;, @formatter=#&lt;ActiveSupport::Logger::SimpleFormatter:0x007ff1cf85b088 @datetime_format=nil, @thread_key=&quot;activesupport_tagged_logging_tags:70338272745540&quot;&gt;, @logdev=#&lt;Logger::LogDevice:0x007ff1ca273bc0 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#&lt;File:/Users/rob/Sites/workingnotworking/wnw/log/development.log&gt;, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff1ca273b48&gt;&gt;, @local_levels=#&lt;Concurrent::Map:0x007ff1ca273a80 entries=0 default_proc=nil&gt;&gt;, &quot;action_dispatch.backtrace_cleaner&quot;=&gt;#&lt;Rails::BacktraceCleaner:0x007ff1d4e1a2d0 @filters=[#&lt;Proc:0x007ff1d4e1a1b8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:14&gt;, #&lt;Proc:0x007ff1d4e1a190@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:15&gt;, #&lt;Proc:0x007ff1d4e1a168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:16&gt;, #&lt;Proc:0x007ff1d4e19df8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:29&gt;], @silencers=[#&lt;Proc:0x007ff1d4e19dd0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:19&gt;], @root=&quot;/Users/rob/Sites/workingnotworking/wnw/&quot;&gt;, &quot;action_dispatch.key_generator&quot;=&gt;#&lt;ActiveSupport::CachingKeyGenerator:0x007ff1ca13a920 @key_generator=#&lt;ActiveSupport::KeyGenerator:0x007ff1ca13a970 @secret=&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, @iterations=1000&gt;, @cache_keys=#&lt;Concurrent::Map:0x007ff1ca13a8f8 entries=3 default_proc=nil&gt;&gt;, &quot;action_dispatch.http_auth_salt&quot;=&gt;&quot;http authentication&quot;, &quot;action_dispatch.signed_cookie_salt&quot;=&gt;&quot;signed cookie&quot;, &quot;action_dispatch.encrypted_cookie_salt&quot;=&gt;&quot;encrypted cookie&quot;, &quot;action_dispatch.encrypted_signed_cookie_salt&quot;=&gt;&quot;signed encrypted cookie&quot;, &quot;action_dispatch.cookies_serializer&quot;=&gt;:json, &quot;action_dispatch.cookies_digest&quot;=&gt;nil, &quot;action_dispatch.routes&quot;=&gt;#&lt;ActionDispatch::Routing::RouteSet:0x007ff1cb729e48&gt;, &quot;ROUTES_70338238566180_SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;ORIGINAL_FULLPATH&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;ORIGINAL_SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;rack.request.cookie_hash&quot;=&gt;{&quot;wnw_postlaunch&quot;=&gt;&quot;false&quot;, &quot;wnw_user&quot;=&gt;&quot;80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce::12&quot;, &quot;wnw_session&quot;=&gt;&quot;BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE=--0a00d9cdf3a6667a1ef86824b942249707a1fead&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df::1::2017-05-06T19:24:53Z&quot;, &quot;_wnw_session&quot;=&gt;&quot;V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0=--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f&quot;, &quot;__profilin&quot;=&gt;&quot;p=t&quot;}, &quot;rack.request.cookie_string&quot;=&gt;&quot;wnw_postlaunch=false; wnw_user=80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce%3A%3A12; wnw_session=BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE%3D--0a00d9cdf3a6667a1ef86824b942249707a1fead; _wnw_user_session=946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df%3A%3A1%3A%3A2017-05-06T19%3A24%3A53Z; _wnw_session=V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0%3D--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f; __profilin=p%3Dt&quot;, &quot;RACK_MINI_PROFILER_ORIGINAL_SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;HTTP_IF_MODIFIED_SINCE&quot;=&gt;&quot;&quot;, &quot;HTTP_IF_NONE_MATCH&quot;=&gt;&quot;&quot;, &quot;raven.requested_at&quot;=&gt;2016-05-11 09:45:13 -0700, &quot;action_dispatch.request_id&quot;=&gt;&quot;801ad250-e2be-4eb3-b868-abffcf95975b&quot;, &quot;action_dispatch.remote_ip&quot;=&gt;#&lt;ActionDispatch::RemoteIp::GetIp:0x007ff1d610f660 @req=#&lt;ActionDispatch::Request:0x007ff1d610f688 @env={...}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil&gt;, @check_ip=true, @proxies=[#&lt;IPAddr: IPv4:127.0.0.1/255.255.255.255&gt;, #&lt;IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff&gt;, #&lt;IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000&gt;, #&lt;IPAddr: IPv4:10.0.0.0/255.0.0.0&gt;, #&lt;IPAddr: IPv4:172.16.0.0/255.240.0.0&gt;, #&lt;IPAddr: IPv4:192.168.0.0/255.255.0.0&gt;]&gt;, &quot;rack.session&quot;=&gt;#&lt;ActionDispatch::Request::Session:0x007ff1d5b2dff8 ...&gt;, &quot;rack.session.options&quot;=&gt;#&lt;ActionDispatch::Request::Session::Options:0x007ff1d5b2dfa8 @by=#&lt;ActionDispatch::Session::CookieStore:0x007ff1c9e02d98 @app=#&lt;MessageBus::Rack::Middleware:0x007ff1ca61bd18 @app=#&lt;Rack::Head:0x007ff1ca61bd40 @app=#&lt;Rack::ConditionalGet:0x007ff1ca61bd68 @app=#&lt;Rack::ETag:0x007ff1ca61bd90 @app=#&lt;struct ActionView::Digestor::PerRequestDigestCacheExpiry app=#&lt;MetaRequest::Middlewares::MetaRequestHandler:0x007ff1ca61bde0 @app=#&lt;MetaRequest::Middlewares::AppRequestHandler:0x007ff1ca61be08 @app=#&lt;OmniAuth::Builder:0x007ff1caec42a8 @options=nil, @warmup=nil, @run=#&lt;ActionDispatch::Routing::RouteSet:0x007ff1cb729e48&gt;, @map=nil, @use=[#&lt;Proc:0x007ff1ca61be30@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/builder.rb:86&gt;]&gt;&gt;&gt;&gt;, @cache_control=&quot;max-age=0, private, must-revalidate&quot;, @no_cache_control=&quot;no-cache&quot;&gt;&gt;&gt;, @bus=MessageBus, @connection_manager=#&lt;MessageBus::ConnectionManager:0x007ff1ca61bcc8 @clients={}, @subscriptions={}, @bus=MessageBus, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff1ca61bc00&gt;&gt;, @subscription=#&lt;Proc:0x007ff1ca61bb60@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb:12&gt;&gt;, @default_options={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false}, @key=&quot;_wnw_session&quot;, @cookie_only=true&gt;, @delegate={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false, :id=&gt;&quot;3722349027053b9473b5706f5220a480&quot;}&gt;, &quot;action_dispatch.request.path_parameters&quot;=&gt;{:controller=&gt;&quot;dashboard/lists&quot;, :action=&gt;&quot;show&quot;, :list_id=&gt;&quot;1&quot;}, &quot;action_controller.instance&quot;=&gt;#&lt;Dashboard::ListsController:0x007ff1d5b6fbd8 @_action_has_layout=true, @_routes=nil, @_request=#&lt;ActionDispatch::Request:0x007ff1d5b2d210 @env={...}, @filtered_parameters={&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=&quot;GET&quot;, @remote_ip=nil, @original_fullpath=nil, @fullpath=&quot;/dashboard/lists/1&quot;, @ip=nil, @headers=#&lt;ActionDispatch::Http::Headers:0x007ff1d3c1d118 @req=#&lt;ActionDispatch::Request:0x007ff1d5b2d210 ...&gt;&gt;&gt;, @_response=#&lt;ActionDispatch::Response:0x007ff1d3c24058 @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff1d5b6ff70&gt;, @header={&quot;X-Frame-Options&quot;=&gt;&quot;SAMEORIGIN&quot;, &quot;X-XSS-Protection&quot;=&gt;&quot;1; mode=block&quot;, &quot;X-Content-Type-Options&quot;=&gt;&quot;nosniff&quot;}, @stream=#&lt;ActionDispatch::Response::Buffer:0x007ff1d5b6fea8 @response=#&lt;ActionDispatch::Response:0x007ff1d3c24058 ...&gt;, @buf=[], @closed=false, @str_body=nil&gt;, @status=200, @cv=#&lt;MonitorMixin::ConditionVariable:0x007ff1d5b6fe08 @monitor=#&lt;ActionDispatch::Response:0x007ff1d3c24058 ...&gt;, @cond=#&lt;Thread::ConditionVariable:0x007ff1d5b6fde0&gt;&gt;, @committed=false, @sending=false, @sent=false, @cache_control={}, @request=#&lt;ActionDispatch::Request:0x007ff1d5b2d210 @env={...}, @filtered_parameters={&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;}, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=&quot;GET&quot;, @remote_ip=nil, @original_fullpath=nil, @fullpath=&quot;/dashboard/lists/1&quot;, @ip=nil, @headers=#&lt;ActionDispatch::Http::Headers:0x007ff1d3c1d118 @req=#&lt;ActionDispatch::Request:0x007ff1d5b2d210 ...&gt;&gt;&gt;&gt;, @_lookup_context=#&lt;ActionView::LookupContext:0x007ff1d5b6f458 @details_key=nil, @cache=true, @prefixes=[&quot;dashboard/lists&quot;, &quot;dashboard&quot;, &quot;application&quot;], @rendered_format=nil, @details={:locale=&gt;[:&quot;en-US&quot;], :formats=&gt;[:html], :variants=&gt;[], :handlers=&gt;[:raw, :erb, :html, :builder, :ruby, :arb, :coffee, :jbuilder]}, @view_paths=#&lt;ActionView::PathSet:0x007ff1d5b6f2c8 @paths=[#&lt;ActionView::OptimizedFileSystemResolver:0x007ff1ca2b2640 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff1ca2b2618 keys=0 queries=0&gt;, @path=&quot;/Users/rob/Sites/workingnotworking/wnw/app/views&quot;&gt;, #&lt;ActionView::OptimizedFileSystemResolver:0x007ff1ca2b94e0 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff1ca2b9468 keys=0 queries=0&gt;, @path=&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/views&quot;&gt;, #&lt;ActionView::OptimizedFileSystemResolver:0x007ff1ca2c03f8 @pattern=&quot;:prefix/:action{.:locale,}{.:formats,}{+:variants,}{.:handlers,}&quot;, @cache=#&lt;ActionView::Resolver::Cache:0x7ff1ca2c03d0 keys=0 queries=0&gt;, @path=&quot;/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/app/views&quot;&gt;]&gt;&gt;, @_action_name=&quot;show&quot;, @_response_body=nil, @marked_for_same_origin_verification=true, @_config={}, @_params=&lt;ActionController::Parameters {&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;} permitted: true&gt;, @current_user_session=#&lt;UserSession: {:unauthorized_record=&gt;&quot;&lt;protected&gt;&quot;}&gt;, @set_paper_trail_whodunnit_called=true, @current_user=#&lt;UserSession: {:unauthorized_record=&gt;&quot;&lt;protected&gt;&quot;}&gt;&gt;, &quot;action_dispatch.request.content_type&quot;=&gt;nil, &quot;action_dispatch.request.request_parameters&quot;=&gt;{}, &quot;rack.request.query_string&quot;=&gt;&quot;&quot;, &quot;rack.request.query_hash&quot;=&gt;{}, &quot;action_dispatch.request.query_parameters&quot;=&gt;{}, &quot;action_dispatch.request.parameters&quot;=&gt;{&quot;controller&quot;=&gt;&quot;dashboard/lists&quot;, &quot;action&quot;=&gt;&quot;show&quot;, &quot;list_id&quot;=&gt;&quot;1&quot;}, &quot;action_dispatch.request.formats&quot;=&gt;[#&lt;Mime::Type:0x007ff1ca070328 @synonyms=[&quot;application/xhtml+xml&quot;], @symbol=:html, @string=&quot;text/html&quot;, @hash=1623947172176185852&gt;], &quot;action_dispatch.cookies&quot;=&gt;#&lt;ActionDispatch::Cookies::CookieJar:0x007ff1d3f401b0 @set_cookies={}, @delete_cookies={}, @request=#&lt;ActionDispatch::Request:0x007ff1d5b2e048 ...&gt;, @cookies={&quot;wnw_postlaunch&quot;=&gt;&quot;false&quot;, &quot;wnw_user&quot;=&gt;&quot;80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce::12&quot;, &quot;wnw_session&quot;=&gt;&quot;BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE=--0a00d9cdf3a6667a1ef86824b942249707a1fead&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df::1::2017-05-06T19:24:53Z&quot;, &quot;_wnw_session&quot;=&gt;&quot;V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0=--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f&quot;, &quot;__profilin&quot;=&gt;&quot;p=t&quot;}, @committed=false, @encrypted=#&lt;ActionDispatch::Cookies::EncryptedCookieJar:0x007ff1d3f40020 @parent_jar=#&lt;ActionDispatch::Cookies::CookieJar:0x007ff1d3f401b0 ...&gt;, @encryptor=#&lt;ActiveSupport::MessageEncryptor:0x007ff1d3f5d3f0 @secret=&quot;!\\x88`v\\xE3\\x11F6\\xDD:\\x85\\xAF\\xEA\\xBB~\\xA5\\xD83\\x99\\x1D\\xD0lz\\xD2c\\xA3\\v4:/\\x9F+zV\\xB1\\rh\\x1D|5l\\x10\\x9Be%j\\x8D\\xF3\\x8C\\x9E:/hG\\xCDy\\t\\xE5\\x81e\\xF3\\xB1A\\xD8&quot;, @sign_secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @cipher=&quot;aes-256-cbc&quot;, @verifier=#&lt;ActiveSupport::MessageVerifier:0x007ff1d3f5d328 @secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @digest=&quot;SHA1&quot;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;&gt;, @signed_or_encrypted=#&lt;ActionDispatch::Cookies::EncryptedCookieJar:0x007ff1d3f40020 @parent_jar=#&lt;ActionDispatch::Cookies::CookieJar:0x007ff1d3f401b0 ...&gt;, @encryptor=#&lt;ActiveSupport::MessageEncryptor:0x007ff1d3f5d3f0 @secret=&quot;!\\x88`v\\xE3\\x11F6\\xDD:\\x85\\xAF\\xEA\\xBB~\\xA5\\xD83\\x99\\x1D\\xD0lz\\xD2c\\xA3\\v4:/\\x9F+zV\\xB1\\rh\\x1D|5l\\x10\\x9Be%j\\x8D\\xF3\\x8C\\x9E:/hG\\xCDy\\t\\xE5\\x81e\\xF3\\xB1A\\xD8&quot;, @sign_secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @cipher=&quot;aes-256-cbc&quot;, @verifier=#&lt;ActiveSupport::MessageVerifier:0x007ff1d3f5d328 @secret=&quot;\\x06\\xCE7WsMl\\x1A\\xE5\\xEC\\xDC\\xE8\\r\\xBD\\xE4X \\x92\\xDFo\\x80}\\x01x\\xD1\\xFB\\xCC\\xC6\\xDD\\xEB5\\x9F?\\xA7\\xE3\\xA4n\\x805=\\&quot;\\x14h\\v\\x16x\\a\\xA8\\\\\\x86\\t\\xF8\\x94\\xE0?\\x83\\xE6\\xC9\\xD5\\x91B\\x8A*\\xB2&quot;, @digest=&quot;SHA1&quot;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;, @serializer=ActiveSupport::MessageEncryptor::NullSerializer&gt;&gt;&gt;, &quot;action_dispatch.request.unsigned_session_cookie&quot;=&gt;{&quot;session_id&quot;=&gt;&quot;3722349027053b9473b5706f5220a480&quot;, &quot;_csrf_token&quot;=&gt;&quot;hx3RujweFKvLsBIEvTh7whMYEGyJTMKfCmUhymkedJ4=&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df&quot;, &quot;_wnw_user_session_id&quot;=&gt;1}}, @filtered_parameters=nil, @filtered_env=nil, @filtered_path=nil, @protocol=nil, @port=nil, @method=nil, @request_method=nil, @remote_ip=nil, @original_fullpath=nil, @fullpath=nil, @ip=nil&gt;, @delegate={&quot;session_id&quot;=&gt;&quot;3722349027053b9473b5706f5220a480&quot;, &quot;_csrf_token&quot;=&gt;&quot;hx3RujweFKvLsBIEvTh7whMYEGyJTMKfCmUhymkedJ4=&quot;, &quot;_wnw_user_session&quot;=&gt;&quot;946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df&quot;, &quot;_wnw_user_session_id&quot;=&gt;1}, @loaded=true, @exists=true&gt;</pre></td></tr>
</table>
</div>
</div>
<div class=\"sub\">
<h3>Local Variables</h3>
<div class='inset variables'>
<table class=\"var_table\">
</table>
</div>
</div>
<div class=\"sub\">
<h3>Instance Variables</h3>
<div class=\"inset variables\">
<table class=\"var_table\">
<tr><td class=\"name\">@_action_has_layout</td><td><pre>true</pre></td></tr>
<tr><td class=\"name\">@_routes</td><td><pre>nil</pre></td></tr>
<tr><td class=\"name\">@_request</td><td><pre>#&lt;ActionDispatch::Request:0x007ff1d5b2d210 @env={&quot;rack.version&quot;=&gt;[1, 3], &quot;rack.errors&quot;=&gt;#&lt;IO:&lt;STDERR&gt;&gt;, &quot;rack.multithread&quot;=&gt;true, &quot;rack.multiprocess&quot;=&gt;false, &quot;rack.run_once&quot;=&gt;false, &quot;SCRIPT_NAME&quot;=&gt;&quot;&quot;, &quot;QUERY_STRING&quot;=&gt;&quot;&quot;, &quot;SERVER_PROTOCOL&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;SERVER_SOFTWARE&quot;=&gt;&quot;puma 3.2.0 Spring Is A Heliocentric Viewpoint&quot;, &quot;GATEWAY_INTERFACE&quot;=&gt;&quot;CGI/1.2&quot;, &quot;REQUEST_METHOD&quot;=&gt;&quot;GET&quot;, &quot;REQUEST_PATH&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;REQUEST_URI&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;HTTP_VERSION&quot;=&gt;&quot;HTTP/1.1&quot;, &quot;HTTP_HOST&quot;=&gt;&quot;localhost:3000&quot;, &quot;HTTP_CONNECTION&quot;=&gt;&quot;keep-alive&quot;, &quot;HTTP_PRAGMA&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_CACHE_CONTROL&quot;=&gt;&quot;no-cache&quot;, &quot;HTTP_ACCEPT&quot;=&gt;&quot;text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8&quot;, &quot;HTTP_UPGRADE_INSECURE_REQUESTS&quot;=&gt;&quot;1&quot;, &quot;HTTP_USER_AGENT&quot;=&gt;&quot;Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36&quot;, &quot;HTTP_DNT&quot;=&gt;&quot;1&quot;, &quot;HTTP_ACCEPT_ENCODING&quot;=&gt;&quot;gzip, deflate, sdch&quot;, &quot;HTTP_ACCEPT_LANGUAGE&quot;=&gt;&quot;en-US,en;q=0.8&quot;, &quot;HTTP_COOKIE&quot;=&gt;&quot;wnw_postlaunch=false; wnw_user=80cadd085bb32fa2e7a27807e8cb766492ee6ab98262927022a0669d3e2ea9c7bafbdfe5ffd8025473d333093fa3a82c1d0791686a4aaf2e142ecd5f4d709bce%3A%3A12; wnw_session=BAh7CUkiD3Nlc3Npb25faWQGOgZFRkkiJWMxMmFkZWNjY2JkNWM0MDE4YzExMjFjYjNmNmViNDc4BjsAVEkiEF9jc3JmX3Rva2VuBjsARkkiMUNhQ3dKTGNTdlFtdG1CL3IzR2pSTDdHb0IxNmNPdklzeTZLcnJPL0tzOU09BjsARkkiFXVzZXJfY3JlZGVudGlhbHMGOwBGSSIBgDgwY2FkZDA4NWJiMzJmYTJlN2EyNzgwN2U4Y2I3NjY0OTJlZTZhYjk4MjYyOTI3MDIyYTA2NjlkM2UyZWE5YzdiYWZiZGZlNWZmZDgwMjU0NzNkMzMzMDkzZmEzYTgyYzFkMDc5MTY4NmE0YWFmMmUxNDJlY2Q1ZjRkNzA5YmNlBjsAVEkiGHVzZXJfY3JlZGVudGlhbHNfaWQGOwBGaRE%3D--0a00d9cdf3a6667a1ef86824b942249707a1fead; _wnw_user_session=946f6ae25edbf6abe84f2766d2c1841fe302d0b102fba5f5045035b18e5f199d9e65c161dfa735f5499cab1a0d3de4b9e82d3157a383bc98d2cf4dce6b2167df%3A%3A1%3A%3A2017-05-06T19%3A24%3A53Z; _wnw_session=V1VXMHhQeVZKWjJ3S29xNDF6b0ZsZEhsV2dtb29IdDFYdHMwTGdBOVNBK1hTenVJTmZXRFBsT0VINUZBbGJmazRWNklRV2lmbUJSaks3WmtHcUZoSEVGUS83NnljbGhSYXIveURyc3EwcDFiUVBYck0zRzFkUkphR1oyOXhaeW9YdzVXMWQzUmJxS21tV244SjBsOEFnR1U5ZVFvdWp0c1BFSVFkQWZzRXVWZEF3WEdJT1k3OG9UV3AwVnJ4R293aGc1NXlndzRHOWRhd01OQ0ZxSEQzS0VKd1ZCdUZmcHM5STVSOUNyeFdzRTc0N2hNM3I0S3I4cVc0Z2VEUDFRM2xOanZzZENRUW43Z0RyL3VZM1dWNXZDRlhiellNS3JUaXhUUklUK3IvMndhZng4Qmd2MG1tNDZnUXJzREVnN0RSV1Y5MWFFbW9pWEM4amNDdnFDL3Y1WVA3RVcwdGtZZWs3UVk0c1hXWHpJN2NxMWRZM001OTdLUzZPWngxSklxLS1vYVBPT1ltaVY3Q29oKzd6ZFhpSlNRPT0%3D--96384a7e33920bdb011f1ae8e3ca5731b5f4fe8f; __profilin=p%3Dt&quot;, &quot;SERVER_NAME&quot;=&gt;&quot;localhost&quot;, &quot;SERVER_PORT&quot;=&gt;&quot;3000&quot;, &quot;PATH_INFO&quot;=&gt;&quot;/dashboard/lists/1&quot;, &quot;REMOTE_ADDR&quot;=&gt;&quot;::1&quot;, &quot;puma.socket&quot;=&gt;#&lt;TCPSocket:fd 64&gt;, &quot;rack.hijack?&quot;=&gt;true, &quot;rack.hijack&quot;=&gt;#&lt;Puma::Client:0x3ff8e6095d20 @ready=true&gt;, &quot;rack.input&quot;=&gt;#&lt;Puma::NullIO:0x007ff1cb612be0&gt;, &quot;rack.url_scheme&quot;=&gt;&quot;http&quot;, &quot;rack.after_reply&quot;=&gt;[], &quot;puma.config&quot;=&gt;#&lt;Puma::Configuration:0x007ff1d1d98670 @options=#&lt;Puma::LeveledOptions:0x007ff1d1d98468 @cur={}, @set=[{}, {:log_requests=&gt;false, :environment=&gt;&quot;development&quot;, :binds=&gt;[&quot;tcp://localhost:3000&quot;], :app=&gt;#&lt;WNW::Application:0x007ff1cf8ba948 @_all_autoload_paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/app/admin&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/assets&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/decorators&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/helpers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/jobs&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/mailers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/middleware&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/observers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/policies&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/presenters&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/services&quot;], @_all_load_paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/lib&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/vendor&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/admin&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/assets&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/decorators&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/helpers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/jobs&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/mailers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/middleware&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/observers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/policies&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/presenters&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/services&quot;], @app=#&lt;Rack::MiniProfiler:0x007ff1c9dede48 @config=#&lt;Rack::MiniProfiler::Config:0x007ff1caf768b8 @auto_inject=true, @base_url_path=&quot;/mini-profiler-resources/&quot;, @disable_caching=true, @pre_authorize_cb=#&lt;Proc:0x007ff1caf76688@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler_rails/railtie.rb:21 (lambda)&gt;, @position=&quot;left&quot;, @skip_schema_queries=true, @storage=Rack::MiniProfiler::FileStore, @user_provider=#&lt;Proc:0x007ff1caf76750@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler/config.rb:38&gt;, @authorization_mode=:allow_all, @toggle_shortcut=&quot;Alt+P&quot;, @start_hidden=false, @backtrace_threshold_ms=0, @flamegraph_sample_rate=0.5, @storage_failure=#&lt;Proc:0x007ff1caf76700@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler/config.rb:44&gt;, @enabled=true, @disable_env_dump=false, @collapse_results=true, @skip_paths=[&quot;/assets&quot;], @logger=#&lt;ActiveSupport::Logger:0x007ff1ca273d78 @progname=nil, @level=0, @default_formatter=#&lt;Logger::Formatter:0x007ff1ca273c60 @datetime_format=nil&gt;, @formatter=#&lt;ActiveSupport::Logger::SimpleFormatter:0x007ff1cf85b088 @datetime_format=nil, @thread_key=&quot;activesupport_tagged_logging_tags:70338272745540&quot;&gt;, @logdev=#&lt;Logger::LogDevice:0x007ff1ca273bc0 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#&lt;File:/Users/rob/Sites/workingnotworking/wnw/log/development.log&gt;, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff1ca273b48&gt;&gt;, @local_levels=#&lt;Concurrent::Map:0x007ff1ca273a80 entries=0 default_proc=nil&gt;&gt;, @storage_options={:path=&gt;&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;}, @backtrace_remove=&quot;/Users/rob/Sites/workingnotworking/wnw/&quot;, @backtrace_includes=[/^\\/?(app|config|lib|test)/], @storage_instance=#&lt;Rack::MiniProfiler::FileStore:0x007ff1c9deddf8 @path=&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;, @expires_in_seconds=86400, @timer_struct_cache=#&lt;Rack::MiniProfiler::FileStore::FileCache:0x007ff1c9dedd58 @path=&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;, @prefix=&quot;mp_timers&quot;&gt;, @timer_struct_lock=#&lt;Thread::Mutex:0x007ff1c9dedd08&gt;, @user_view_cache=#&lt;Rack::MiniProfiler::FileStore::FileCache:0x007ff1c9dedcb8 @path=&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;, @prefix=&quot;mp_views&quot;&gt;, @user_view_lock=#&lt;Thread::Mutex:0x007ff1c9dedc68&gt;&gt;&gt;, @app=#&lt;Raven::Rack:0x007ff1c9dede70 @app=#&lt;Rack::Sendfile:0x007ff1c9dedf10 @app=#&lt;ActionDispatch::Static:0x007ff1c9deed70 @app=#&lt;RackWithQuietAssets:0x007ff1c9defec8 @app=#&lt;ActionDispatch::Executor:0x007ff1c9deff18 @app=#&lt;ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x007ff1ca1e0230 @name=&quot;ActiveSupport::Cache::Strategy::LocalCache&quot;, @local_cache_key=:active_support_cache_null_store_local_cache_70338227456220, @app=#&lt;Rack::Runtime:0x007ff1c9deff90 @app=#&lt;Rack::MethodOverride:0x007ff1c9e03db0 @app=#&lt;ActionDispatch::RequestId:0x007ff1c9e03ce8 @app=#&lt;RequestStore::Middleware:0x007ff1c9e03c48 @app=#&lt;Rails::Rack::Logger:0x007ff1c9e03b08 @app=#&lt;ActionDispatch::ShowExceptions:0x007ff1c9e03a40 @app=#&lt;MetaRequest::Middlewares::Headers:0x007ff1c9e03978 @app=#&lt;ActionDispatch::DebugExceptions:0x007ff1c9e038d8 @app=#&lt;BetterErrors::Middleware:0x007ff1c9e03838 @app=#&lt;ActionDispatch::RemoteIp:0x007ff1c9e03798 @app=#&lt;ActionDispatch::Reloader:0x007ff1c9e03518 @app=#&lt;ActionDispatch::Callbacks:0x007ff1c9e03338 @app=#&lt;ActiveRecord::Migration::CheckPending:0x007ff1c9e032c0 @app=#&lt;ActionDispatch::Cookies:0x007ff1c9e031d0 @app=#&lt;ActionDispatch::Session::CookieStore:0x007ff1c9e02d98 @app=#&lt;MessageBus::Rack::Middleware:0x007ff1ca61bd18 @app=#&lt;Rack::Head:0x007ff1ca61bd40 @app=#&lt;Rack::ConditionalGet:0x007ff1ca61bd68 @app=#&lt;Rack::ETag:0x007ff1ca61bd90 @app=#&lt;struct ActionView::Digestor::PerRequestDigestCacheExpiry app=#&lt;MetaRequest::Middlewares::MetaRequestHandler:0x007ff1ca61bde0 @app=#&lt;MetaRequest::Middlewares::AppRequestHandler:0x007ff1ca61be08 @app=#&lt;OmniAuth::Builder:0x007ff1caec42a8 @options=nil, @warmup=nil, @run=#&lt;ActionDispatch::Routing::RouteSet:0x007ff1cb729e48&gt;, @map=nil, @use=[#&lt;Proc:0x007ff1ca61be30@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/builder.rb:86&gt;]&gt;&gt;&gt;&gt;, @cache_control=&quot;max-age=0, private, must-revalidate&quot;, @no_cache_control=&quot;no-cache&quot;&gt;&gt;&gt;, @bus=MessageBus, @connection_manager=#&lt;MessageBus::ConnectionManager:0x007ff1ca61bcc8 @clients={}, @subscriptions={}, @bus=MessageBus, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff1ca61bc00&gt;&gt;, @subscription=#&lt;Proc:0x007ff1ca61bb60@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb:12&gt;&gt;, @default_options={:path=&gt;&quot;/&quot;, :domain=&gt;nil, :expire_after=&gt;nil, :secure=&gt;false, :httponly=&gt;true, :defer=&gt;false, :renew=&gt;false}, @key=&quot;_wnw_session&quot;, @cookie_only=true&gt;&gt;, @last_check=1462569465&gt;&gt;, @executor=#&lt;Class:0x007ff1cf8606f0&gt;&gt;, @check_ip=true, @proxies=[#&lt;IPAddr: IPv4:127.0.0.1/255.255.255.255&gt;, #&lt;IPAddr: IPv6:0000:0000:0000:0000:0000:0000:0000:0001/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff&gt;, #&lt;IPAddr: IPv6:fc00:0000:0000:0000:0000:0000:0000:0000/fe00:0000:0000:0000:0000:0000:0000:0000&gt;, #&lt;IPAddr: IPv4:10.0.0.0/255.0.0.0&gt;, #&lt;IPAddr: IPv4:172.16.0.0/255.240.0.0&gt;, #&lt;IPAddr: IPv4:192.168.0.0/255.255.0.0&gt;]&gt;, @handler=BetterErrors::ErrorPage, @error_page=#&lt;BetterErrors::ErrorPage:0x007ff1c9c96ab8 @exception=#&lt;BetterErrors::RaisedException:0x007ff1c9c96a68 @exception=#&lt;NameError: undefined local variable or method `foobar&#39; for #&lt;Dashboard::ListsController:0x007ff1d5b6fbd8&gt;&gt;, @message=&quot;undefined local variable or method `foobar&#39; for #&lt;Dashboard::ListsController:0x007ff1d5b6fbd8&gt;&quot;, @backtrace=[#&lt;BetterErrors::StackFrame:0x007ff1d3f858c8 @filename=&quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers/dashboard/lists_controller.rb&quot;, @line=8, @name=&quot;show&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eadb30 @iseq=&lt;RubyVM::InstructionSequence:show@/Users/rob/Sites/workingnotworking/wnw/app/controllers/dashboard/lists_controller.rb&gt;, @frame_description=&quot;show&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#show&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f84f68 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/basic_implicit_render.rb&quot;, @line=4, @name=&quot;send_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eadae0 @iseq=&lt;RubyVM::InstructionSequence:send_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/basic_implicit_render.rb&gt;, @frame_description=&quot;send_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#send_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f84608 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/base.rb&quot;, @line=181, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eada40 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/base.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4e1fc80 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/rendering.rb&quot;, @line=30, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead9f0 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/rendering.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4e1f2f8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/callbacks.rb&quot;, @line=20, @name=&quot;block in process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead950 @iseq=&lt;RubyVM::InstructionSequence:block in process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/callbacks.rb&gt;, @frame_description=&quot;block in process_action&quot;&gt;, @class_name=&quot;block in Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4e1e970 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=126, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead900 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActiveSupport::Callbacks::Filters::End&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4e1dfc0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=506, @name=&quot;block (2 levels) in compile&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead860 @iseq=&lt;RubyVM::InstructionSequence:block (2 levels) in compile@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;block (2 levels) in compile&quot;&gt;, @class_name=&quot;block (2 levels) in ActiveSupport::Callbacks::CallbackChain&quot;, @method_name=&quot;#compile&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4e1d638 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=455, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead838 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActiveSupport::Callbacks::CallbackSequence&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4e1c850 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=101, @name=&quot;__run_callbacks__&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead810 @iseq=&lt;RubyVM::InstructionSequence:__run_callbacks__@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;__run_callbacks__&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#__run_callbacks__&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d2627b88 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=750, @name=&quot;_run_process_action_callbacks&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead798 @iseq=&lt;RubyVM::InstructionSequence:_run_process_action_callbacks@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;_run_process_action_callbacks&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#_run_process_action_callbacks&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d2627228 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=90, @name=&quot;run_callbacks&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead770 @iseq=&lt;RubyVM::InstructionSequence:run_callbacks@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;run_callbacks&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#run_callbacks&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d26268c8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/callbacks.rb&quot;, @line=19, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead720 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/callbacks.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d2625f68 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/rescue.rb&quot;, @line=31, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead6a8 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/rescue.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d2625608 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/instrumentation.rb&quot;, @line=32, @name=&quot;block in process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead680 @iseq=&lt;RubyVM::InstructionSequence:block in process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/instrumentation.rb&gt;, @frame_description=&quot;block in process_action&quot;&gt;, @class_name=&quot;block in Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d2624c80 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/notifications.rb&quot;, @line=164, @name=&quot;block in instrument&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead630 @iseq=&lt;RubyVM::InstructionSequence:block in instrument@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/notifications.rb&gt;, @frame_description=&quot;block in instrument&quot;&gt;, @class_name=&quot;block in ActiveSupport::Notifications&quot;, @method_name=&quot;.instrument&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d26243c0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/notifications/instrumenter.rb&quot;, @line=21, @name=&quot;instrument&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead5b8 @iseq=&lt;RubyVM::InstructionSequence:instrument@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/notifications/instrumenter.rb&gt;, @frame_description=&quot;instrument&quot;&gt;, @class_name=&quot;ActiveSupport::Notifications::Instrumenter&quot;, @method_name=&quot;#instrument&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f7f8b0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/notifications.rb&quot;, @line=164, @name=&quot;instrument&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead590 @iseq=&lt;RubyVM::InstructionSequence:instrument@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/notifications.rb&gt;, @frame_description=&quot;instrument&quot;&gt;, @class_name=&quot;ActiveSupport::Notifications&quot;, @method_name=&quot;.instrument&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f7ebb8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/instrumentation.rb&quot;, @line=30, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead540 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/instrumentation.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f7e118 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/params_wrapper.rb&quot;, @line=248, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead158 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal/params_wrapper.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f7d588 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railties/controller_runtime.rb&quot;, @line=18, @name=&quot;process_action&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead130 @iseq=&lt;RubyVM::InstructionSequence:process_action@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railties/controller_runtime.rb&gt;, @frame_description=&quot;process_action&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process_action&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f7cbb0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/base.rb&quot;, @line=126, @name=&quot;process&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead108 @iseq=&lt;RubyVM::InstructionSequence:process@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/abstract_controller/base.rb&gt;, @frame_description=&quot;process&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f7c200 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/rendering.rb&quot;, @line=30, @name=&quot;process&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead0e0 @iseq=&lt;RubyVM::InstructionSequence:process@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/rendering.rb&gt;, @frame_description=&quot;process&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#process&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d61278f0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler/profiling_methods.rb&quot;, @line=102, @name=&quot;block in profile_method&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead0b8 @iseq=&lt;RubyVM::InstructionSequence:block in profile_method@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler/profiling_methods.rb&gt;, @frame_description=&quot;block in profile_method&quot;&gt;, @class_name=&quot;block in Dashboard::ListsController&quot;, @method_name=&quot;#process_with_mini_profiler&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d6126f68 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal.rb&quot;, @line=190, @name=&quot;dispatch&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead090 @iseq=&lt;RubyVM::InstructionSequence:dispatch@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal.rb&gt;, @frame_description=&quot;dispatch&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#dispatch&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d61265e0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal.rb&quot;, @line=262, @name=&quot;dispatch&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead068 @iseq=&lt;RubyVM::InstructionSequence:dispatch@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/metal.rb&gt;, @frame_description=&quot;dispatch&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;.dispatch&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d6125d20 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/routing/route_set.rb&quot;, @line=50, @name=&quot;dispatch&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead040 @iseq=&lt;RubyVM::InstructionSequence:dispatch@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/routing/route_set.rb&gt;, @frame_description=&quot;dispatch&quot;&gt;, @class_name=&quot;ActionDispatch::Routing::RouteSet::Dispatcher&quot;, @method_name=&quot;#dispatch&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d61253c0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/routing/route_set.rb&quot;, @line=32, @name=&quot;serve&quot;, @frame_binding=#&lt;Binding:0x007ff1c9ead018 @iseq=&lt;RubyVM::InstructionSequence:serve@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/routing/route_set.rb&gt;, @frame_description=&quot;serve&quot;&gt;, @class_name=&quot;ActionDispatch::Routing::RouteSet::Dispatcher&quot;, @method_name=&quot;#serve&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d6124a60 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/journey/router.rb&quot;, @line=39, @name=&quot;block in serve&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacff0 @iseq=&lt;RubyVM::InstructionSequence:block in serve@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/journey/router.rb&gt;, @frame_description=&quot;block in serve&quot;&gt;, @class_name=&quot;block in ActionDispatch::Journey::Router&quot;, @method_name=&quot;#serve&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d61240d8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/journey/router.rb&quot;, @line=26, @name=&quot;serve&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacfc8 @iseq=&lt;RubyVM::InstructionSequence:serve@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/journey/router.rb&gt;, @frame_description=&quot;serve&quot;&gt;, @class_name=&quot;ActionDispatch::Journey::Router&quot;, @method_name=&quot;#serve&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f77700 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/routing/route_set.rb&quot;, @line=725, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacfa0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/routing/route_set.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Routing::RouteSet&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f76d00 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/omniauth-1.3.1/lib/omniauth/strategy.rb&quot;, @line=186, @name=&quot;call!&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacf78 @iseq=&lt;RubyVM::InstructionSequence:call!@/Users/rob/.gem/ruby/2.3.1/gems/omniauth-1.3.1/lib/omniauth/strategy.rb&gt;, @frame_description=&quot;call!&quot;&gt;, @class_name=&quot;OmniAuth::Strategies::Twitter&quot;, @method_name=&quot;#call!&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f762d8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/omniauth-1.3.1/lib/omniauth/strategy.rb&quot;, @line=164, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacf50 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/omniauth-1.3.1/lib/omniauth/strategy.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;OmniAuth::Strategies::Twitter&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f75798 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/omniauth-1.3.1/lib/omniauth/builder.rb&quot;, @line=63, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacf28 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/omniauth-1.3.1/lib/omniauth/builder.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;OmniAuth::Builder&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f74e10 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/middlewares/app_request_handler.rb&quot;, @line=13, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacf00 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/middlewares/app_request_handler.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;MetaRequest::Middlewares::AppRequestHandler&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f744b0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/middlewares/meta_request_handler.rb&quot;, @line=13, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaced8 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/middlewares/meta_request_handler.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;MetaRequest::Middlewares::MetaRequestHandler&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612faa0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/digestor.rb&quot;, @line=12, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaceb0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/digestor.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionView::Digestor::PerRequestDigestCacheExpiry&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612f140 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/etag.rb&quot;, @line=25, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eace88 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/etag.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::ETag&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612e7e0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/conditional_get.rb&quot;, @line=25, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eace60 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/conditional_get.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::ConditionalGet&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612de80 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/head.rb&quot;, @line=12, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eace38 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/head.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::Head&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612d520 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb&quot;, @line=60, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacde8 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rack/middleware.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;MessageBus::Rack::Middleware&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612cbc0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/session/abstract/id.rb&quot;, @line=222, @name=&quot;context&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacd98 @iseq=&lt;RubyVM::InstructionSequence:context@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/session/abstract/id.rb&gt;, @frame_description=&quot;context&quot;&gt;, @class_name=&quot;ActionDispatch::Session::CookieStore&quot;, @method_name=&quot;#context&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d612c260 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/session/abstract/id.rb&quot;, @line=216, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacd70 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/session/abstract/id.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Session::CookieStore&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f6f6b8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/cookies.rb&quot;, @line=613, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacd48 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/cookies.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Cookies&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f6ec40 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/migration.rb&quot;, @line=552, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacd20 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/migration.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActiveRecord::Migration::CheckPending&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f6e2e0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/callbacks.rb&quot;, @line=38, @name=&quot;block in call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaccf8 @iseq=&lt;RubyVM::InstructionSequence:block in call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/callbacks.rb&gt;, @frame_description=&quot;block in call&quot;&gt;, @class_name=&quot;block in ActionDispatch::Callbacks&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f6d930 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=97, @name=&quot;__run_callbacks__&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaccd0 @iseq=&lt;RubyVM::InstructionSequence:__run_callbacks__@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;__run_callbacks__&quot;&gt;, @class_name=&quot;ActionDispatch::Callbacks&quot;, @method_name=&quot;#__run_callbacks__&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f6cfa8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=750, @name=&quot;_run_call_callbacks&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacca8 @iseq=&lt;RubyVM::InstructionSequence:_run_call_callbacks@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;_run_call_callbacks&quot;&gt;, @class_name=&quot;ActionDispatch::Callbacks&quot;, @method_name=&quot;#_run_call_callbacks&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f6c5d0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&quot;, @line=90, @name=&quot;run_callbacks&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacc80 @iseq=&lt;RubyVM::InstructionSequence:run_callbacks@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/callbacks.rb&gt;, @frame_description=&quot;run_callbacks&quot;&gt;, @class_name=&quot;ActionDispatch::Callbacks&quot;, @method_name=&quot;#run_callbacks&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3fc30 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/callbacks.rb&quot;, @line=36, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacc58 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/callbacks.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Callbacks&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3f2d0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/executor.rb&quot;, @line=12, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacc08 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/executor.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Reloader&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3e970 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/remote_ip.rb&quot;, @line=79, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacbe0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/remote_ip.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::RemoteIp&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3e010 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/middleware.rb&quot;, @line=84, @name=&quot;protected_app_call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacbb8 @iseq=&lt;RubyVM::InstructionSequence:protected_app_call@/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/middleware.rb&gt;, @frame_description=&quot;protected_app_call&quot;&gt;, @class_name=&quot;BetterErrors::Middleware&quot;, @method_name=&quot;#protected_app_call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3d6b0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/middleware.rb&quot;, @line=79, @name=&quot;better_errors_call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacb90 @iseq=&lt;RubyVM::InstructionSequence:better_errors_call@/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/middleware.rb&gt;, @frame_description=&quot;better_errors_call&quot;&gt;, @class_name=&quot;BetterErrors::Middleware&quot;, @method_name=&quot;#better_errors_call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3cd50 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/middleware.rb&quot;, @line=57, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacb68 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/middleware.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;BetterErrors::Middleware&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b3c3f0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/debug_exceptions.rb&quot;, @line=49, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacb40 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/debug_exceptions.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::DebugExceptions&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f5fa60 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-contrib-1.2.0/lib/rack/contrib/response_headers.rb&quot;, @line=17, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacb18 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-contrib-1.2.0/lib/rack/contrib/response_headers.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::ResponseHeaders&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f5f0d8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/middlewares/headers.rb&quot;, @line=16, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacaf0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/middlewares/headers.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;MetaRequest::Middlewares::Headers&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f5e700 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/show_exceptions.rb&quot;, @line=31, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacac8 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/show_exceptions.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::ShowExceptions&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f5d698 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/rack/logger.rb&quot;, @line=36, @name=&quot;call_app&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eacaa0 @iseq=&lt;RubyVM::InstructionSequence:call_app@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/rack/logger.rb&gt;, @frame_description=&quot;call_app&quot;&gt;, @class_name=&quot;Rails::Rack::Logger&quot;, @method_name=&quot;#call_app&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f5ca90 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/rack/logger.rb&quot;, @line=24, @name=&quot;block in call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaca78 @iseq=&lt;RubyVM::InstructionSequence:block in call@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/rack/logger.rb&gt;, @frame_description=&quot;block in call&quot;&gt;, @class_name=&quot;block in Rails::Rack::Logger&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21bbc98 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/tagged_logging.rb&quot;, @line=70, @name=&quot;block in tagged&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaca50 @iseq=&lt;RubyVM::InstructionSequence:block in tagged@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/tagged_logging.rb&gt;, @frame_description=&quot;block in tagged&quot;&gt;, @class_name=&quot;block in ActiveSupport::Logger&quot;, @method_name=&quot;#tagged&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21bb338 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/tagged_logging.rb&quot;, @line=26, @name=&quot;tagged&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaca28 @iseq=&lt;RubyVM::InstructionSequence:tagged@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/tagged_logging.rb&gt;, @frame_description=&quot;tagged&quot;&gt;, @class_name=&quot;ActiveSupport::Logger::SimpleFormatter&quot;, @method_name=&quot;#tagged&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21ba9b0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/tagged_logging.rb&quot;, @line=70, @name=&quot;tagged&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eaca00 @iseq=&lt;RubyVM::InstructionSequence:tagged@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/tagged_logging.rb&gt;, @frame_description=&quot;tagged&quot;&gt;, @class_name=&quot;ActiveSupport::Logger&quot;, @method_name=&quot;#tagged&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21ba050 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/rack/logger.rb&quot;, @line=24, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac9b0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/rack/logger.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rails::Rack::Logger&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21b96f0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/request_store-1.3.1/lib/request_store/middleware.rb&quot;, @line=9, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac960 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/request_store-1.3.1/lib/request_store/middleware.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;RequestStore::Middleware&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21b8d90 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/request_id.rb&quot;, @line=24, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac938 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/request_id.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::RequestId&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d21b8430 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/method_override.rb&quot;, @line=22, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac910 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/method_override.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::MethodOverride&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f43b30 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/runtime.rb&quot;, @line=22, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac8e8 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/runtime.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::Runtime&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f431a8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/cache/strategy/local_cache_middleware.rb&quot;, @line=28, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac8c0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/cache/strategy/local_cache_middleware.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActiveSupport::Cache::Strategy::LocalCache::Middleware&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f42848 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/executor.rb&quot;, @line=12, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac898 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/executor.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Executor&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f416a0 @filename=&quot;/Users/rob/Sites/workingnotworking/wnw/app/middleware/rack_with_quiet_assets.rb&quot;, @line=17, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac870 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/Sites/workingnotworking/wnw/app/middleware/rack_with_quiet_assets.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;RackWithQuietAssets&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d3f40818 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/static.rb&quot;, @line=136, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac7f8 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/middleware/static.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;ActionDispatch::Static&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a23c58 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/sendfile.rb&quot;, @line=111, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac7d0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/sendfile.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::Sendfile&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a232f8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/sentry-raven-0.15.6/lib/raven/integrations/rack.rb&quot;, @line=53, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac7a8 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/sentry-raven-0.15.6/lib/raven/integrations/rack.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Raven::Rack&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a22998 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler/profiler.rb&quot;, @line=281, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac730 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler/profiler.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Rack::MiniProfiler&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a22038 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb&quot;, @line=522, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac708 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;WNW::Application&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a216d8 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/configuration.rb&quot;, @line=227, @name=&quot;call&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac5a0 @iseq=&lt;RubyVM::InstructionSequence:call@/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/configuration.rb&gt;, @frame_description=&quot;call&quot;&gt;, @class_name=&quot;Puma::Configuration::ConfigMiddleware&quot;, @method_name=&quot;#call&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a20d78 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/server.rb&quot;, @line=561, @name=&quot;handle_request&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac528 @iseq=&lt;RubyVM::InstructionSequence:handle_request@/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/server.rb&gt;, @frame_description=&quot;handle_request&quot;&gt;, @class_name=&quot;Puma::Server&quot;, @method_name=&quot;#handle_request&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d4a20418 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/server.rb&quot;, @line=406, @name=&quot;process_client&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac4d8 @iseq=&lt;RubyVM::InstructionSequence:process_client@/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/server.rb&gt;, @frame_description=&quot;process_client&quot;&gt;, @class_name=&quot;Puma::Server&quot;, @method_name=&quot;#process_client&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b6d1d0 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/server.rb&quot;, @line=271, @name=&quot;block in run&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac488 @iseq=&lt;RubyVM::InstructionSequence:block in run@/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/server.rb&gt;, @frame_description=&quot;block in run&quot;&gt;, @class_name=&quot;block in Puma::Server&quot;, @method_name=&quot;#run&quot;&gt;, #&lt;BetterErrors::StackFrame:0x007ff1d5b6c848 @filename=&quot;/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/thread_pool.rb&quot;, @line=111, @name=&quot;block in spawn_thread&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eac410 @iseq=&lt;RubyVM::InstructionSequence:block in spawn_thread@/Users/rob/.gem/ruby/2.3.1/gems/puma-3.2.0/lib/puma/thread_pool.rb&gt;, @frame_description=&quot;block in spawn_thread&quot;&gt;, @class_name=&quot;block in Puma::ThreadPool&quot;, @method_name=&quot;#spawn_thread&quot;&gt;]&gt;, @env={...}, @start_time=1462985114.368438, @repls=[], @id=&quot;56227125f9305882&quot;, @frame=#&lt;BetterErrors::StackFrame:0x007ff1d3f858c8 @filename=&quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers/dashboard/lists_controller.rb&quot;, @line=8, @name=&quot;show&quot;, @frame_binding=#&lt;Binding:0x007ff1c9eadb30 @iseq=&lt;RubyVM::InstructionSequence:show@/Users/rob/Sites/workingnotworking/wnw/app/controllers/dashboard/lists_controller.rb&gt;, @frame_description=&quot;show&quot;&gt;, @class_name=&quot;Dashboard::ListsController&quot;, @method_name=&quot;#show&quot;&gt;, @var_start_time=1462985114.465487&gt;&gt;, @routes_app=#&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;, @response_format=:default&gt;, @app_config=#&lt;Rails::Application::Configuration:0x007ff1cf85bd80 @root=#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cb651340 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;ActionDispatch::MiddlewareStack:0x007ff1c9ed42d0 @middlewares=[Rack::MiniProfiler, Raven::Rack, Rack::Sendfile, ActionDispatch::Static, RackWithQuietAssets, ActionDispatch::Executor, ActiveSupport::Cache::Strategy::LocalCache::Middleware, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, RequestStore::Middleware, Rails::Rack::Logger, ActionDispatch::ShowExceptions, MetaRequest::Middlewares::Headers, ActionDispatch::DebugExceptions, BetterErrors::Middleware, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, MessageBus::Rack::Middleware, ActionDispatch::Flash, Rack::Head, Rack::ConditionalGet, Rack::ETag, ActionView::Digestor::PerRequestDigestCacheExpiry, MetaRequest::Middlewares::MetaRequestHandler, MetaRequest::Middlewares::AppRequestHandler, OmniAuth::Builder]&gt;, @encoding=&quot;utf-8&quot;, @allow_concurrency=nil, @consider_all_requests_local=true, @filter_parameters=[:password], @filter_redirect=[], @helpers_paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/app/helpers&quot;], @public_file_server={:enabled=&gt;true, :index_name=&gt;&quot;index&quot;}, @force_ssl=false, @ssl_options={}, @session_store=:cookie_store, @session_options={:key=&gt;&quot;_wnw_session&quot;, :cookie_only=&gt;true}, @time_zone=&quot;UTC&quot;, @beginning_of_week=:monday, @log_level=:debug, @cache_store=:null_store, @railties_order=[:all], @relative_url_root=nil, @reload_classes_only_on_change=true, @file_watcher=ActiveSupport::EventedFileUpdateChecker, @exceptions_app=nil, @autoflush_log=true, @log_formatter=#&lt;ActiveSupport::Logger::SimpleFormatter:0x007ff1cf85b088 @datetime_format=nil, @thread_key=&quot;activesupport_tagged_logging_tags:70338272745540&quot;&gt;, @eager_load=false, @secret_token=nil, @secret_key_base=nil, @api_only=false, @debug_exception_response_format=nil, @x=#&lt;Rails::Application::Configuration::Custom:0x007ff1cf85af20 @configurations={}&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 @current=nil, @path=#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1a20 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f18e0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1818 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1638 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1520 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1430 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f11b0 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f10e8 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0f58 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0df0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0c88 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0b98 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0918 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f07d8 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f06c0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0580 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f03f0 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f01c0 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1070 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ebda0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eb8f0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/database&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eb6e8 @paths=[&quot;config/database.yml&quot;], @current=&quot;config/database&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/secrets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eb468 @paths=[&quot;config/secrets.yml&quot;], @current=&quot;config/secrets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environment&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eaba8 @paths=[&quot;config/environment.rb&quot;], @current=&quot;config/environment&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/templates&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea590 @paths=[&quot;lib/templates&quot;], @current=&quot;lib/templates&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;log&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea400 @paths=[&quot;log/development.log&quot;], @current=&quot;log&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;public&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea338 @paths=[&quot;public&quot;], @current=&quot;public&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;public/javascripts&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea1a8 @paths=[&quot;public/javascripts&quot;], @current=&quot;public/javascripts&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;public/stylesheets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2e9fa0 @paths=[&quot;public/stylesheets&quot;], @current=&quot;public/stylesheets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;tmp&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2e9e60 @paths=[&quot;tmp&quot;], @current=&quot;tmp&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/cable&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caf343f0 @paths=[&quot;config/cable.yml&quot;], @current=&quot;config/cable&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/app/assets&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/decorators&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/helpers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/jobs&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/mailers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/middleware&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/observers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/policies&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/presenters&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/services&quot;], @autoload_once_paths=[], @cache_classes=false&gt;&gt;, @exceptions_app=#&lt;ActionDispatch::PublicExceptions:0x007ff1c9e97178 @public_path=#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/public&gt;&gt;&gt;, @taggers=[]&gt;&gt;&gt;&gt;, @header_name=&quot;X-Runtime&quot;&gt;&gt;, @executor=#&lt;Class:0x007ff1cf889898&gt;&gt;, @assets_regex=/\\A((?-mix:\\A\\/{0,2}\\/assets))/&gt;, @file_handler=#&lt;ActionDispatch::FileHandler:0x007ff1c9deeb90 @root=&quot;/Users/rob/Sites/workingnotworking/wnw/public&quot;, @file_server=#&lt;Rack::File:0x007ff1c9dee7d0 @root=&quot;/Users/rob/Sites/workingnotworking/wnw/public&quot;, @headers={}, @default_mime=&quot;text/plain&quot;, @head=#&lt;Rack::Head:0x007ff1c9dee4d8 @app=#&lt;Proc:0x007ff1c9dee5f0@/Users/rob/.gem/ruby/2.3.1/gems/rack-2.0.0.rc1/lib/rack/file.rb:26 (lambda)&gt;&gt;&gt;, @index=&quot;index&quot;&gt;&gt;, @variation=nil, @mappings=[]&gt;&gt;, @storage=#&lt;Rack::MiniProfiler::FileStore:0x007ff1c9deddf8 @path=&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;, @expires_in_seconds=86400, @timer_struct_cache=#&lt;Rack::MiniProfiler::FileStore::FileCache:0x007ff1c9dedd58 @path=&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;, @prefix=&quot;mp_timers&quot;&gt;, @timer_struct_lock=#&lt;Thread::Mutex:0x007ff1c9dedd08&gt;, @user_view_cache=#&lt;Rack::MiniProfiler::FileStore::FileCache:0x007ff1c9dedcb8 @path=&quot;/Users/rob/Sites/workingnotworking/wnw/tmp/miniprofiler&quot;, @prefix=&quot;mp_views&quot;&gt;, @user_view_lock=#&lt;Thread::Mutex:0x007ff1c9dedc68&gt;&gt;&gt;, @config=#&lt;Rails::Application::Configuration:0x007ff1cf85bd80 @root=#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cb651340 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;ActionDispatch::MiddlewareStack:0x007ff1c9ed42d0 @middlewares=[Rack::MiniProfiler, Raven::Rack, Rack::Sendfile, ActionDispatch::Static, RackWithQuietAssets, ActionDispatch::Executor, ActiveSupport::Cache::Strategy::LocalCache::Middleware, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, RequestStore::Middleware, Rails::Rack::Logger, ActionDispatch::ShowExceptions, MetaRequest::Middlewares::Headers, ActionDispatch::DebugExceptions, BetterErrors::Middleware, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, MessageBus::Rack::Middleware, ActionDispatch::Flash, Rack::Head, Rack::ConditionalGet, Rack::ETag, ActionView::Digestor::PerRequestDigestCacheExpiry, MetaRequest::Middlewares::MetaRequestHandler, MetaRequest::Middlewares::AppRequestHandler, OmniAuth::Builder]&gt;, @encoding=&quot;utf-8&quot;, @allow_concurrency=nil, @consider_all_requests_local=true, @filter_parameters=[:password], @filter_redirect=[], @helpers_paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/app/helpers&quot;], @public_file_server={:enabled=&gt;true, :index_name=&gt;&quot;index&quot;}, @force_ssl=false, @ssl_options={}, @session_store=:cookie_store, @session_options={:key=&gt;&quot;_wnw_session&quot;, :cookie_only=&gt;true}, @time_zone=&quot;UTC&quot;, @beginning_of_week=:monday, @log_level=:debug, @cache_store=:null_store, @railties_order=[:all], @relative_url_root=nil, @reload_classes_only_on_change=true, @file_watcher=ActiveSupport::EventedFileUpdateChecker, @exceptions_app=nil, @autoflush_log=true, @log_formatter=#&lt;ActiveSupport::Logger::SimpleFormatter:0x007ff1cf85b088 @datetime_format=nil, @thread_key=&quot;activesupport_tagged_logging_tags:70338272745540&quot;&gt;, @eager_load=false, @secret_token=nil, @secret_key_base=nil, @api_only=false, @debug_exception_response_format=nil, @x=#&lt;Rails::Application::Configuration::Custom:0x007ff1cf85af20 @configurations={}&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 @current=nil, @path=#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1a20 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f18e0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1818 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1638 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1520 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1430 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f11b0 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f10e8 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0f58 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0df0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0c88 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0b98 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0918 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f07d8 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f06c0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f0580 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f03f0 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f01c0 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2f1070 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ebda0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eb8f0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/database&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eb6e8 @paths=[&quot;config/database.yml&quot;], @current=&quot;config/database&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/secrets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eb468 @paths=[&quot;config/secrets.yml&quot;], @current=&quot;config/secrets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environment&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2eaba8 @paths=[&quot;config/environment.rb&quot;], @current=&quot;config/environment&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/templates&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea590 @paths=[&quot;lib/templates&quot;], @current=&quot;lib/templates&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;log&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea400 @paths=[&quot;log/development.log&quot;], @current=&quot;log&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;public&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea338 @paths=[&quot;public&quot;], @current=&quot;public&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;public/javascripts&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2ea1a8 @paths=[&quot;public/javascripts&quot;], @current=&quot;public/javascripts&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;public/stylesheets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2e9fa0 @paths=[&quot;public/stylesheets&quot;], @current=&quot;public/stylesheets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;tmp&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca2e9e60 @paths=[&quot;tmp&quot;], @current=&quot;tmp&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/cable&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caf343f0 @paths=[&quot;config/cable.yml&quot;], @current=&quot;config/cable&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca2f1b10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/app/assets&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/controllers/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/decorators&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/helpers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/jobs&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/mailers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/middleware&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/models/concerns&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/observers&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/policies&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/presenters&quot;, &quot;/Users/rob/Sites/workingnotworking/wnw/app/services&quot;], @autoload_once_paths=[], @cache_classes=false&gt;, @env_config={}, @helpers=nil, @routes=#&lt;ActionDispatch::Routing::RouteSet:0x007ff1cb729e48&gt;, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cf8ba8f8&gt;, @initialized=true, @reloaders=[#&lt;ActiveSupport::EventedFileUpdateChecker:0x007ff1c9df48d8 @ph=#&lt;ActiveSupport::EventedFileUpdateChecker::PathHelper:0x007ff1c9df4838&gt;, @files=#&lt;Set: {#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/locale/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/activemodel-5.0.0.rc1/lib/active_model/locale/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/locale/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/locale/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/cs.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/de.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/es.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/fr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/hu.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/nl.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/ro.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/ransack-1.7.0/lib/ransack/locale/zh.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/responders-2.1.2/lib/responders/locales/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/ca-CAT.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/ca.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/da-DK.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/de-AT.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/de-CH.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/de.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-au-ocker.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-AU.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-BORK.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-CA.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-GB.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-IND.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-NEP.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-NZ.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-SG.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-UG.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en-US.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/es.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/fa.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/fi-FI.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/fr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/he.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/it.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/ja.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/ko.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/nb-NO.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/nl.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/pl.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/pt-BR.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/pt.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/ru.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/sk.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/sv.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/uk.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/vi.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/zh-CN.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/faker-1.6.3/lib/locales/zh-TW.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/config/locales/kaminari.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/ca.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/de.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/es.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/fr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/it.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/ja.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/pl.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/pt-BR.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/pt.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/tr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales/zh-CN.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/ar.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/bg.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/bs.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/ca.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/cs.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/da.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/de-CH.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/de.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/el.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/en-GB.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/en.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/es-MX.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/es.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/fa.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/fi.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/fr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/he.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/hr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/hu.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/id.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/it.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/ja.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/ko.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/lt.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/lv.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/nb.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/nl.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/pl.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/pt-BR.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/pt-PT.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/ro.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/ru.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/sv-SE.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/tr.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/uk.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/vi.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/zh-CN.yml&gt;, #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales/zh-TW.yml&gt;, #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/config/locales/en-US.yml&gt;}&gt;, @dirs={#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/config/locales&gt;=&gt;[&quot;rb&quot;, &quot;yml&quot;]}, @block=#&lt;Proc:0x007ff1c9df4860@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/i18n_railtie.rb:59&gt;, @updated=#&lt;Concurrent::AtomicBoolean:0x007ff1c9ddacd0 @__lock__=#&lt;Thread::Mutex:0x007ff1c9ddac80&gt;, @__condition__=#&lt;Thread::ConditionVariable:0x007ff1c9ddac58&gt;, @value=false&gt;, @lcsp=#&lt;Pathname:/Users/rob&gt;&gt;, #&lt;ActiveSupport::EventedFileUpdateChecker:0x007ff1ca128270 @ph=#&lt;ActiveSupport::EventedFileUpdateChecker::PathHelper:0x007ff1ca1281d0&gt;, @files=#&lt;Set: {}&gt;, @dirs={#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/admin&gt;=&gt;[&quot;rb&quot;]}, @block=#&lt;Proc:0x007ff1ca1281f8@/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/lib/active_admin/application.rb:298&gt;, @updated=#&lt;Concurrent::AtomicBoolean:0x007ff1ca9d2178 @__lock__=#&lt;Thread::Mutex:0x007ff1ca9d1d40&gt;, @__condition__=#&lt;Thread::ConditionVariable:0x007ff1ca9d1cc8&gt;, @value=false&gt;, @lcsp=#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/admin&gt;&gt;, #&lt;Rails::Application::RoutesReloader:0x007ff1cb72a898 @paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/config/routes.rb&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/routes.rb&quot;], @route_sets=[#&lt;ActionDispatch::Routing::RouteSet:0x007ff1c9efc1e0&gt;, #&lt;ActionDispatch::Routing::RouteSet:0x007ff1cb729e48&gt;], @updater=#&lt;ActiveSupport::FileUpdateChecker:0x007ff1cb592300 @files=[&quot;/Users/rob/Sites/workingnotworking/wnw/config/routes.rb&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/routes.rb&quot;], @glob=nil, @block=#&lt;Proc:0x007ff1cb592170@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/application/routes_reloader.rb:26&gt;, @watched=nil, @updated_at=nil, @last_watched=[&quot;/Users/rob/Sites/workingnotworking/wnw/config/routes.rb&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/routes.rb&quot;], @last_update_at=2016-05-10 14:58:18 -0700&gt;&gt;, #&lt;ActiveSupport::EventedFileUpdateChecker:0x007ff1d3cc52a0 @ph=#&lt;ActiveSupport::EventedFileUpdateChecker::PathHelper:0x007ff1d3cc5278&gt;, @files=#&lt;Set: {#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/db/schema.rb&gt;, #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/db/structure.sql&gt;}&gt;, @dirs={#&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/assets&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/controllers&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/controllers/concerns&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/decorators&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/helpers&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/jobs&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/mailers&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/middleware&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/models&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/models/concerns&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/observers&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/policies&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/presenters&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/app/services&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/app/controllers&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/active_record/models&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/app/controllers&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets&gt;=&gt;[&quot;rb&quot;], #&lt;Pathname:/Users/rob/Sites/workingnotworking/wnw/test/mailers/previews&gt;=&gt;[&quot;rb&quot;]}, @block=#&lt;Proc:0x007ff1d3cc5818@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/application/finisher.rb:136 (lambda)&gt;, @updated=#&lt;Concurrent::AtomicBoolean:0x007ff1cd0ca370 @__lock__=#&lt;Thread::Mutex:0x007ff1cd0ca320&gt;, @__condition__=#&lt;Thread::ConditionVariable:0x007ff1cd0ca2d0&gt;, @value=false&gt;, @lcsp=#&lt;Pathname:/Users/rob&gt;&gt;], @routes_reloader=#&lt;Rails::Application::RoutesReloader:0x007ff1cb72a898 @paths=[&quot;/Users/rob/Sites/workingnotworking/wnw/config/routes.rb&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/routes.rb&quot;], @route_sets=[#&lt;ActionDispatch::Routing::RouteSet:0x007ff1c9efc1e0&gt;, #&lt;ActionDispatch::Routing::RouteSet:0x007ff1cb729e48&gt;], @updater=#&lt;ActiveSupport::FileUpdateChecker:0x007ff1cb592300 @files=[&quot;/Users/rob/Sites/workingnotworking/wnw/config/routes.rb&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/routes.rb&quot;], @glob=nil, @block=#&lt;Proc:0x007ff1cb592170@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/application/routes_reloader.rb:26&gt;, @watched=nil, @updated_at=nil, @last_watched=[&quot;/Users/rob/Sites/workingnotworking/wnw/config/routes.rb&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/config/routes.rb&quot;], @last_update_at=2016-05-10 14:58:18 -0700&gt;&gt;, @app_env_config={&quot;action_dispatch.parameter_filter&quot;=&gt;[:password], &quot;action_dispatch.redirect_filter&quot;=&gt;[], &quot;action_dispatch.secret_token&quot;=&gt;nil, &quot;action_dispatch.secret_key_base&quot;=&gt;&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, &quot;action_dispatch.show_exceptions&quot;=&gt;true, &quot;action_dispatch.show_detailed_exceptions&quot;=&gt;true, &quot;action_dispatch.logger&quot;=&gt;#&lt;ActiveSupport::Logger:0x007ff1ca273d78 @progname=nil, @level=0, @default_formatter=#&lt;Logger::Formatter:0x007ff1ca273c60 @datetime_format=nil&gt;, @formatter=#&lt;ActiveSupport::Logger::SimpleFormatter:0x007ff1cf85b088 @datetime_format=nil, @thread_key=&quot;activesupport_tagged_logging_tags:70338272745540&quot;&gt;, @logdev=#&lt;Logger::LogDevice:0x007ff1ca273bc0 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#&lt;File:/Users/rob/Sites/workingnotworking/wnw/log/development.log&gt;, @mon_owner=nil, @mon_count=0, @mon_mutex=#&lt;Thread::Mutex:0x007ff1ca273b48&gt;&gt;, @local_levels=#&lt;Concurrent::Map:0x007ff1ca273a80 entries=0 default_proc=nil&gt;&gt;, &quot;action_dispatch.backtrace_cleaner&quot;=&gt;#&lt;Rails::BacktraceCleaner:0x007ff1d4e1a2d0 @filters=[#&lt;Proc:0x007ff1d4e1a1b8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:14&gt;, #&lt;Proc:0x007ff1d4e1a190@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:15&gt;, #&lt;Proc:0x007ff1d4e1a168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:16&gt;, #&lt;Proc:0x007ff1d4e19df8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:29&gt;], @silencers=[#&lt;Proc:0x007ff1d4e19dd0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/backtrace_cleaner.rb:19&gt;], @root=&quot;/Users/rob/Sites/workingnotworking/wnw/&quot;&gt;, &quot;action_dispatch.key_generator&quot;=&gt;#&lt;ActiveSupport::CachingKeyGenerator:0x007ff1ca13a920 @key_generator=#&lt;ActiveSupport::KeyGenerator:0x007ff1ca13a970 @secret=&quot;419e0452cde280990680e92710cbf81252aa843b24664840786951fba59adb6a4f72ae2944ee60a893900543ee0b5193f1ee6509270645ccb2929e95c333e5ba&quot;, @iterations=1000&gt;, @cache_keys=#&lt;Concurrent::Map:0x007ff1ca13a8f8 entries=3 default_proc=nil&gt;&gt;, &quot;action_dispatch.http_auth_salt&quot;=&gt;&quot;http authentication&quot;, &quot;action_dispatch.signed_cookie_salt&quot;=&gt;&quot;signed cookie&quot;, &quot;action_dispatch.encrypted_cookie_salt&quot;=&gt;&quot;encrypted cookie&quot;, &quot;action_dispatch.encrypted_signed_cookie_salt&quot;=&gt;&quot;signed encrypted cookie&quot;, &quot;action_dispatch.cookies_serializer&quot;=&gt;:json, &quot;action_dispatch.cookies_digest&quot;=&gt;nil}, @ordered_railties=[[#&lt;I18n::Railtie:0x007ff1cb55af18 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca16ad00&gt;, @initializers=[]&gt;, #&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca169d60&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d3038 @name=&quot;active_support.deprecation_behavior&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca169b30@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:10&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d2fe8 @name=&quot;active_support.initialize_time_zone&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:after=&gt;&quot;active_support.deprecation_behavior&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca1699c8@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:18&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d2f48 @name=&quot;active_support.initialize_beginning_of_week&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:after=&gt;&quot;active_support.initialize_time_zone&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca169888@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:37&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d2ef8 @name=&quot;active_support.set_configs&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:after=&gt;&quot;active_support.initialize_beginning_of_week&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca169770@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:44&gt;&gt;]&gt;, #&lt;ActionDispatch::Railtie:0x007ff1ca15b4b8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca15b440&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d2958 @name=&quot;action_dispatch.configure&quot;, @context=#&lt;ActionDispatch::Railtie:0x007ff1ca15b4b8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca1597f8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/railtie.rb:29&gt;&gt;]&gt;, #&lt;ActiveModel::Railtie:0x007ff1cb471c78 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb471c00&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d2480 @name=&quot;active_model.secure_password&quot;, @context=#&lt;ActiveModel::Railtie:0x007ff1cb471c78 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb4719d0@/Users/rob/.gem/ruby/2.3.1/gems/activemodel-5.0.0.rc1/lib/active_model/railtie.rb:8&gt;&gt;]&gt;, #&lt;ActionView::Railtie:0x007ff1cb6537f8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb6537a8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d1df0 @name=&quot;action_view.embed_authenticity_token_in_remote_forms&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6532a8@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:13&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1da0 @name=&quot;action_view.logger&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.embed_authenticity_token_in_remote_forms&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb653168@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:20&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1c60 @name=&quot;action_view.set_configs&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb653000@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:24&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1be8 @name=&quot;action_view.caching&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb652e98@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:32&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1a80 @name=&quot;action_view.per_request_digest_cache&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.caching&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb652d80@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:40&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1a08 @name=&quot;action_view.setup_action_pack&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.per_request_digest_cache&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb652c40@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:48&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1918 @name=&quot;action_view.collection_caching&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_controller.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6529e8@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:54&gt;&gt;]&gt;, #&lt;ActionController::Railtie:0x007ff1cb652358 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb652308&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d15a8 @name=&quot;action_controller.assets_config&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:group=&gt;:all}, @block=#&lt;Proc:0x007ff1cb6520d8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:14&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1440 @name=&quot;action_controller.set_helpers_path&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.assets_config&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651fe8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:18&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d13c8 @name=&quot;action_controller.parameters_config&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.set_helpers_path&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651ea8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:22&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1238 @name=&quot;action_controller.set_configs&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.parameters_config&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651d68@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:35&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d11e8 @name=&quot;action_controller.compile_config_methods&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651c50@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:65&gt;&gt;]&gt;, #&lt;ActiveRecord::Railtie:0x007ff1cb651548 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb6514f8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d0ce8 @name=&quot;active_record.initialize_timezone&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6509b8@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:64&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0bd0 @name=&quot;active_record.logger&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.initialize_timezone&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6508a0@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:71&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0b80 @name=&quot;active_record.migration_error&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650760@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:75&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d09c8 @name=&quot;active_record.check_schema_cache_dump&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.migration_error&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650648@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:82&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0978 @name=&quot;active_record.warn_on_records_fetched_greater_than&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.check_schema_cache_dump&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650508@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:102&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d08d8 @name=&quot;active_record.set_configs&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.warn_on_records_fetched_greater_than&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6503c8@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:110&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0888 @name=&quot;active_record.initialize_database&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650288@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:120&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0810 @name=&quot;active_record.log_runtime&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.initialize_database&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650148@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:142&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0798 @name=&quot;active_record.set_reloader_hooks&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.log_runtime&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650030@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:149&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0748 @name=&quot;active_record.set_executor_hooks&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.set_reloader_hooks&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb64bf58@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:160&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d06d0 @name=&quot;active_record.add_watchable_files&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.set_executor_hooks&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb64bdf0@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:166&gt;&gt;]&gt;, #&lt;GlobalID::Railtie:0x007ff1c9a3a738 @config=#&lt;Rails::Railtie::Configuration:0x007ff1c9a3a6e8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d0248 @name=&quot;global_id&quot;, @context=#&lt;GlobalID::Railtie:0x007ff1c9a3a738 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1c9a3a468@/Users/rob/.gem/ruby/2.3.1/gems/globalid-0.3.6/lib/global_id/railtie.rb:15&gt;&gt;]&gt;, #&lt;ActiveJob::Railtie:0x007ff1cb629c00 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb629bb0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cbea0 @name=&quot;active_job.logger&quot;, @context=#&lt;ActiveJob::Railtie:0x007ff1cb629c00 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6299d0@/Users/rob/.gem/ruby/2.3.1/gems/activejob-5.0.0.rc1/lib/active_job/railtie.rb:9&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cbdd8 @name=&quot;active_job.set_configs&quot;, @context=#&lt;ActiveJob::Railtie:0x007ff1cb629c00 ...&gt;, @options={:after=&gt;&quot;active_job.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb629890@/Users/rob/.gem/ruby/2.3.1/gems/activejob-5.0.0.rc1/lib/active_job/railtie.rb:13&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cbd10 @name=&quot;active_job.set_reloader_hook&quot;, @context=#&lt;ActiveJob::Railtie:0x007ff1cb629c00 ...&gt;, @options={:after=&gt;&quot;active_job.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb629750@/Users/rob/.gem/ruby/2.3.1/gems/activejob-5.0.0.rc1/lib/active_job/railtie.rb:22&gt;&gt;]&gt;, #&lt;ActionMailer::Railtie:0x007ff1c9834e98 @config=#&lt;Rails::Railtie::Configuration:0x007ff1c9834da8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cb9c8 @name=&quot;action_mailer.logger&quot;, @context=#&lt;ActionMailer::Railtie:0x007ff1c9834e98 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1c983f988@/Users/rob/.gem/ruby/2.3.1/gems/actionmailer-5.0.0.rc1/lib/action_mailer/railtie.rb:11&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cb950 @name=&quot;action_mailer.set_configs&quot;, @context=#&lt;ActionMailer::Railtie:0x007ff1c9834e98 ...&gt;, @options={:after=&gt;&quot;action_mailer.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1c983f1b8@/Users/rob/.gem/ruby/2.3.1/gems/actionmailer-5.0.0.rc1/lib/action_mailer/railtie.rb:15&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cb7e8 @name=&quot;action_mailer.compile_config_methods&quot;, @context=#&lt;ActionMailer::Railtie:0x007ff1c9834e98 ...&gt;, @options={:after=&gt;&quot;action_mailer.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1c983e1a0@/Users/rob/.gem/ruby/2.3.1/gems/actionmailer-5.0.0.rc1/lib/action_mailer/railtie.rb:53&gt;&gt;]&gt;, #&lt;Rails::TestUnitRailtie:0x007ff1cb212b30 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb212a40&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cb400 @name=&quot;test_unit.line_filtering&quot;, @context=#&lt;Rails::TestUnitRailtie:0x007ff1cb212b30 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb212658@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/test_unit/railtie.rb:16&gt;&gt;]&gt;, #&lt;Sprockets::Railtie:0x007ff1ca100ef0 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca100ea0&gt;, @initializers=[]&gt;, #&lt;Jbuilder::Railtie:0x007ff1cb7d8740 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cab68 @name=:jbuilder, @context=#&lt;Jbuilder::Railtie:0x007ff1cb7d8740 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb2933c0@/Users/rob/.gem/ruby/2.3.1/gems/jbuilder-2.4.0/lib/jbuilder/railtie.rb:6&gt;&gt;]&gt;, #&lt;Rails::Observers::Railtie:0x007ff1ca13b898 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca13b848&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7ca820 @name=&quot;active_record.observer&quot;, @context=#&lt;Rails::Observers::Railtie:0x007ff1ca13b898 ...&gt;, @options={:before=&gt;&quot;active_record.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca13bac8@/Users/rob/.gem/ruby/2.3.1/bundler/gems/rails-observers-2e83e3bf13dd/lib/rails/observers/railtie.rb:6&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ca7a8 @name=&quot;action_controller.caching.sweepers&quot;, @context=#&lt;Rails::Observers::Railtie:0x007ff1ca13b898 ...&gt;, @options={:after=&gt;&quot;active_record.observer&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca13ba00@/Users/rob/.gem/ruby/2.3.1/bundler/gems/rails-observers-2e83e3bf13dd/lib/rails/observers/railtie.rb:14&gt;&gt;]&gt;, #&lt;RequestStore::Railtie:0x007ff1cb7d86a0 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7ca370 @name=&quot;request_store.insert_middleware&quot;, @context=#&lt;RequestStore::Railtie:0x007ff1cb7d86a0 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb7b0178@/Users/rob/.gem/ruby/2.3.1/gems/request_store-1.3.1/lib/request_store/railtie.rb:3&gt;&gt;]&gt;, #&lt;Sass::Rails::Railtie:0x007ff1caa23f50 @config=#&lt;Rails::Railtie::Configuration:0x007ff1caa23e60&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c9fd8 @name=:setup_sass, @context=#&lt;Sass::Rails::Railtie:0x007ff1caa23f50 ...&gt;, @options={:group=&gt;:all}, @block=#&lt;Proc:0x007ff1caa1ad10@/Users/rob/.gem/ruby/2.3.1/gems/sass-rails-5.0.4/lib/sass/rails/railtie.rb:38&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c9ec0 @name=:setup_compression, @context=#&lt;Sass::Rails::Railtie:0x007ff1caa23f50 ...&gt;, @options={:group=&gt;:all, :after=&gt;:setup_sass}, @block=#&lt;Proc:0x007ff1caa1abf8@/Users/rob/.gem/ruby/2.3.1/gems/sass-rails-5.0.4/lib/sass/rails/railtie.rb:69&gt;&gt;]&gt;, #&lt;Dotenv::Railtie:0x007ff1cb4b2f70 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb4b2ed0&gt;, @initializers=[]&gt;, #&lt;Bourbon::Rails::Railtie:0x007ff1cb7d8628 @initializers=[]&gt;, #&lt;Kaminari::Railtie:0x007ff1cb7d85b0 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c9268 @name=&quot;kaminari&quot;, @context=#&lt;Kaminari::Railtie:0x007ff1cb7d85b0 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca3e0b70@/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/lib/kaminari/railtie.rb:3&gt;&gt;]&gt;, #&lt;Responders::Railtie:0x007ff1ca3b2c48 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca3b2bf8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c8e80 @name=&quot;responders.flash_responder&quot;, @context=#&lt;Responders::Railtie:0x007ff1ca3b2c48 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca3b2680@/Users/rob/.gem/ruby/2.3.1/gems/responders-2.1.2/lib/responders.rb:26&gt;&gt;]&gt;, #&lt;MessageBus::Rails::Railtie:0x007ff1cb7d8538 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c89d0 @name=&quot;message_bus.configure_init&quot;, @context=#&lt;MessageBus::Rails::Railtie:0x007ff1cb7d8538 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb7a3f68@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rails/railtie.rb:7&gt;&gt;]&gt;, #&lt;Cloudinary::Railtie:0x007ff1c9ada7d8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1c9ada788&gt;, @initializers=[]&gt;, #&lt;Dalli::Railtie:0x007ff1d1859a38 @config=#&lt;Rails::Railtie::Configuration:0x007ff1d18599e8&gt;, @initializers=[]&gt;, #&lt;Raven::Rails:0x007ff1cfda9350 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cfda9300&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c3a20 @name=&quot;raven.use_rack_middleware&quot;, @context=#&lt;Raven::Rails:0x007ff1cfda9350 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cfda95a8@/Users/rob/.gem/ruby/2.3.1/gems/sentry-raven-0.15.6/lib/raven/integrations/rails.rb:5&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c3958 @name=&quot;raven.action_controller&quot;, @context=#&lt;Raven::Rails:0x007ff1cfda9350 ...&gt;, @options={:after=&gt;&quot;raven.use_rack_middleware&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cfda9490@/Users/rob/.gem/ruby/2.3.1/gems/sentry-raven-0.15.6/lib/raven/integrations/rails.rb:9&gt;&gt;]&gt;, #&lt;Skylight::Railtie:0x007ff1cfdf9968 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cfdf9918&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c3278 @name=&quot;skylight.configure&quot;, @context=#&lt;Skylight::Railtie:0x007ff1cfdf9968 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cfdf9288@/Users/rob/.gem/ruby/2.3.1/gems/skylight-0.10.3/lib/skylight/railtie.rb:20&gt;&gt;]&gt;, #&lt;BetterErrors::Railtie:0x007ff1cb7d84e8 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c2d50 @name=&quot;better_errors.configure_rails_initialization&quot;, @context=#&lt;BetterErrors::Railtie:0x007ff1cb7d84e8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca494558@/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/rails.rb:4&gt;&gt;]&gt;, #&lt;MetaRequest::Railtie:0x007ff1cb7d8470 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c26c0 @name=&quot;meta_request.inject_middlewares&quot;, @context=#&lt;MetaRequest::Railtie:0x007ff1cb7d8470 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cace20c0@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/railtie.rb:6&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c2558 @name=&quot;meta_request.log_interceptor&quot;, @context=#&lt;MetaRequest::Railtie:0x007ff1cb7d8470 ...&gt;, @options={:after=&gt;&quot;meta_request.inject_middlewares&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cace1f80@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/railtie.rb:19&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c2328 @name=&quot;meta_request.subscribe_to_notifications&quot;, @context=#&lt;MetaRequest::Railtie:0x007ff1cb7d8470 ...&gt;, @options={:after=&gt;&quot;meta_request.log_interceptor&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cace1e40@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/railtie.rb:23&gt;&gt;]&gt;, #&lt;Rack::MiniProfilerRails::Railtie:0x007ff1cb7d8420 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c14f0 @name=&quot;rack_mini_profiler.configure_rails_initialization&quot;, @context=#&lt;Rack::MiniProfilerRails::Railtie:0x007ff1cb7d8420 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca39be30@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler_rails/railtie.rb:87&gt;&gt;]&gt;, #&lt;ActionCable::Engine:0x007ff1ca800570 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cb0b35c8 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cb0b3578 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cb0b2fd8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb769318 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb769160 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768fd0 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768cb0 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768b98 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768918 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768328 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768170 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768080 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb76b708 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763e40 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763c38 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763aa8 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763990 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763698 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763580 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763490 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763378 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763238 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763058 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb762ea0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1ca800548&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c0a50 @name=:set_load_path, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0988 @name=:set_autoload_paths, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0938 @name=:add_routing_paths, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0870 @name=:add_locales, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0708 @name=:add_view_paths, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c06b8 @name=:load_environment_config, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0668 @name=:prepend_helpers_path, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c04b0 @name=:load_config_initializers, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c02f8 @name=:engines_blank_point, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0258 @name=:append_assets_path, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0208 @name=&quot;action_cable.helpers&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2920@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:13&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c01b8 @name=&quot;action_cable.logger&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.helpers&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2470@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:19&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0078 @name=&quot;action_cable.set_configs&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2218@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:23&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bbf28 @name=&quot;action_cable.routes&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2060@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:44&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bbeb0 @name=&quot;action_cable.set_work_hooks&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.routes&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b1db8@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:55&gt;&gt;]&gt;, #&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1/vendor&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cc818d58 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cc818d30 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cc818470 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cc818268 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cc818128 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cc819028 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3de8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3ca8 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3578 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3410 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb32f8 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3190 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb3028 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2df8 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2ce0 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2b00 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb29c0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2790 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2678 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2510 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2358 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2268 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb2088 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cabb1f20 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cc8183d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d8290&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7bb7f8 @name=:set_load_path, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb730 @name=:set_autoload_paths, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb6e0 @name=:add_routing_paths, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb668 @name=:add_locales, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb5f0 @name=:add_view_paths, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb5a0 @name=:load_environment_config, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb528 @name=:prepend_helpers_path, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb4d8 @name=:load_config_initializers, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb398 @name=:engines_blank_point, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bb348 @name=:append_assets_path, @context=#&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1ca9aab00 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1ca9aaad8 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1ca9aa8d0 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1caba82e0 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/coffee-rails-4.1.1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3d30 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3bf0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3ad8 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba38f8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3768 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3628 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3420 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba3330 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba31a0 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2fc0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2e30 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2cf0 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2bb0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2a98 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba28b8 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba26d8 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba25e8 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba24a8 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba2390 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba20e8 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1caba1fd0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caba82e0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1ca9ab3c0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7babf0 @name=:set_load_path, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7baba0 @name=:set_autoload_paths, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bab28 @name=:add_routing_paths, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7baa60 @name=:add_locales, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7baa10 @name=:add_view_paths, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba948 @name=:load_environment_config, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba880 @name=:prepend_helpers_path, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba830 @name=:load_config_initializers, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba7b8 @name=:engines_blank_point, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ba718 @name=:append_assets_path, @context=#&lt;Coffee::Rails::Engine:0x007ff1ca9ab3e8 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Turbolinks::Engine:0x007ff1c99dac20 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c99d9fa0 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c99d9f78 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c99d9d48 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab90b18 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab90690 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab90370 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8be10 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8b820 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8af10 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8abc8 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab8a448 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab89f98 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab89b60 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab89368 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab88260 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab83f80 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab83800 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab831c0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab82ba8 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab82298 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab81a00 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab81528 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab811e0 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab80ec0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab80b50 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab90b18 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1c99dabd0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b9f70 @name=:set_load_path, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9ed0 @name=:set_autoload_paths, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9b10 @name=:add_routing_paths, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9ac0 @name=:add_locales, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9a48 @name=:add_view_paths, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b99f8 @name=:load_environment_config, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9958 @name=:prepend_helpers_path, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b98e0 @name=:load_config_initializers, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9890 @name=:engines_blank_point, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9818 @name=:append_assets_path, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b97c8 @name=:turbolinks, @context=#&lt;Turbolinks::Engine:0x007ff1c99dac20 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1c99d94d8@/Users/rob/.gem/ruby/2.3.1/gems/turbolinks-5.0.0.beta2/lib/turbolinks.rb:19&gt;&gt;]&gt;, #&lt;Bourbon::Engine:0x007ff1cb7d81f0 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab6b7c8 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab6b7a0 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab6b200 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab6b188 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6afa8 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6ada0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6ab20 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a8c8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a788 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a558 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a378 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a260 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab6a120 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69f18 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69bf8 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69ab8 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69928 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab696d0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69540 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab692e8 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69180 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab69040 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab68d48 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab68b68 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab68910 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab6b188 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/bourbon-4.2.6/app/assets&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d81c8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b90e8 @name=:set_load_path, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8ff8 @name=:set_autoload_paths, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8fa8 @name=:add_routing_paths, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8f30 @name=:add_locales, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8eb8 @name=:add_view_paths, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8e68 @name=:load_environment_config, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8d28 @name=:prepend_helpers_path, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8c60 @name=:load_config_initializers, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8c10 @name=:engines_blank_point, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8b70 @name=:append_assets_path, @context=#&lt;Bourbon::Engine:0x007ff1cb7d81f0 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Kaminari::Engine:0x007ff1cb7d8178 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab59bb8 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab53fb0 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab53c18 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab53b78 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab53a38 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab538a8 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab536a0 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab534c0 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab53240 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab53100 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52ef8 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52de0 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52c78 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52b38 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52930 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52818 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab526b0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab523b8 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52278 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab52110 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51ff8 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51df0 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51cd8 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51b20 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab51a08 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab53b78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d80d8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b8300 @name=:set_load_path, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b81e8 @name=:set_autoload_paths, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8198 @name=:add_routing_paths, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b8170 @name=:add_locales, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b9390 @name=:add_view_paths, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bacb8 @name=:load_environment_config, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bbb18 @name=:prepend_helpers_path, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3cb0 @name=:load_config_initializers, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3c60 @name=:engines_blank_point, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3aa8 @name=:append_assets_path, @context=#&lt;Kaminari::Engine:0x007ff1cb7d8178 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Formtastic::Engine:0x007ff1cb7d8010 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab43d18 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab43cf0 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab43840 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab43750 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab43520 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab43340 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab43138 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42e18 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42c60 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42a58 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab427d8 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42508 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab42288 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41ec8 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41b80 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41720 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41568 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41400 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab41130 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40ed8 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40d70 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40c80 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40b18 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab40a28 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab407a8 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab43750 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/app/assets&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7da4a0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b3328 @name=:set_load_path, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3260 @name=:set_autoload_paths, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3210 @name=:add_routing_paths, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3058 @name=:add_locales, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2fe0 @name=:add_view_paths, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2f40 @name=:load_environment_config, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2ef0 @name=:prepend_helpers_path, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2e78 @name=:load_config_initializers, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2e28 @name=:engines_blank_point, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2dd8 @name=:append_assets_path, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2d60 @name=&quot;formtastic.initialize&quot;, @context=#&lt;Formtastic::Engine:0x007ff1cb7d8010 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca3d0d88@/Users/rob/.gem/ruby/2.3.1/gems/formtastic-3.1.4/lib/formtastic/engine.rb:5&gt;&gt;]&gt;, #&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab31078 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab31000 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab30a10 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab30790 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/formtastic_i18n-0.6.0&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab30560 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab30240 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab30088 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2bf10 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2bd58 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2ba60 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b7b8 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b6c8 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b5d8 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b4e8 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b3d0 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2b268 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2afe8 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2aed0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2adb8 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2acf0 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2ac00 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2a9a8 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2a840 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2a778 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab2a660 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab30790 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d8a10&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b2310 @name=:set_load_path, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b22c0 @name=:set_autoload_paths, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b21f8 @name=:add_routing_paths, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b21a8 @name=:add_locales, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b2040 @name=:add_view_paths, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1ff0 @name=:load_environment_config, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1f50 @name=:prepend_helpers_path, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1f00 @name=:load_config_initializers, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1eb0 @name=:engines_blank_point, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1e38 @name=:append_assets_path, @context=#&lt;FormtasticI18n::Engine:0x007ff1cb7d86c8 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;InheritedResources::Railtie:0x007ff1c9b5a118 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/app/controllers&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/app/controllers&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c9b59ba0 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c9b59b78 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c9b598f8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab20c78 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20ae8 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20908 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab207f0 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20610 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab204f8 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20390 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab202a0 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab200c0 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab20c28 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1bea8 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1bca0 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1bb60 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1ba70 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b908 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b7f0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b610 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b390 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b138 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1b048 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1af08 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab1adf0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab20c78 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/inherited_resources-1.6.0/app/controllers&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1c9b5a0f0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b1690 @name=:set_load_path, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b15f0 @name=:set_autoload_paths, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1528 @name=:add_routing_paths, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b14d8 @name=:add_locales, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1488 @name=:add_view_paths, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1320 @name=:load_environment_config, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b12d0 @name=:prepend_helpers_path, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1208 @name=:load_config_initializers, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b11b8 @name=:engines_blank_point, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b1140 @name=:append_assets_path, @context=#&lt;InheritedResources::Railtie:0x007ff1c9b5a118 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cab08e70 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cab08e20 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cab088a8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cab08830 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab08718 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab085d8 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab084e8 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab08358 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab08240 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab08038 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03f10 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03e20 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03d30 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03b00 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03998 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03740 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03588 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab033d0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03178 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab03038 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab02e58 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab02d18 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab02c00 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab02a20 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cab028b8 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cab08830 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-ui-rails-5.0.5/app/assets&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d9618&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7b08d0 @name=:set_load_path, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0808 @name=:set_autoload_paths, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b07b8 @name=:add_routing_paths, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0628 @name=:add_locales, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0588 @name=:add_view_paths, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0380 @name=:load_environment_config, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0128 @name=:prepend_helpers_path, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0060 @name=:load_config_initializers, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b3350 @name=:engines_blank_point, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7b0088 @name=:append_assets_path, @context=#&lt;Jquery::Ui::Rails::Engine:0x007ff1cb7d9280 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1caaf8250 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1caaf8228 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1caaf8f48 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31bf28 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31bd20 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31bb68 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b960 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b820 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b6e0 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b528 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b410 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b2d0 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31b0f0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31ac18 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31a560 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31a3d0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca31a1a0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319fc0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319e08 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319cf0 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319b60 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319a48 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319840 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca319728 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1caaf9b28 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/app/assets&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d3ee8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7ab790 @name=:set_load_path, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab6f0 @name=:set_autoload_paths, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab628 @name=:add_routing_paths, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab498 @name=:add_locales, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab420 @name=:add_view_paths, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab3a8 @name=:load_environment_config, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab308 @name=:prepend_helpers_path, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab100 @name=:load_config_initializers, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab060 @name=:engines_blank_point, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ab010 @name=:append_assets_path, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7aaf70 @name=&quot;active_admin.precompile&quot;, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:group=&gt;:all}, @block=#&lt;Proc:0x007ff1ca320528@/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/lib/active_admin/engine.rb:3&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7aaef8 @name=&quot;active_admin.routes&quot;, @context=#&lt;ActiveAdmin::Engine:0x007ff1cb7d3f88 ...&gt;, @options={:after=&gt;&quot;active_admin.precompile&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca320438@/Users/rob/.gem/ruby/2.3.1/bundler/gems/activeadmin-d84f8190edac/lib/active_admin/engine.rb:12&gt;&gt;]&gt;, #&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/vendor&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c9b2b980 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c9b2b958 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c9b2b6d8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2b2f0 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2b0e8 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2aff8 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2af08 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2ae40 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2acb0 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2aa80 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a940 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a850 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a710 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a620 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a468 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a238 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b2a080 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29ef0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29e28 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29d60 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29bf8 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b29928 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b297c0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b296a8 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b2b5c0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d3e20&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7aa1b0 @name=:set_load_path, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9be8 @name=:set_autoload_paths, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9b70 @name=:add_routing_paths, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9b20 @name=:add_locales, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9aa8 @name=:add_view_paths, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9a30 @name=:load_environment_config, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9990 @name=:prepend_helpers_path, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9918 @name=:load_config_initializers, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a98a0 @name=:engines_blank_point, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9828 @name=:append_assets_path, @context=#&lt;MessageBus::Rails::Engine:0x007ff1cb7d3e48 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/active_record/models&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/active_record/models&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cae588a0 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cae58850 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cae58648 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cae585d0 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae584e0 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae583f0 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae58328 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae58238 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae58170 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cae580a8 @paths=[&quot;app/models&quot;, &quot;lib/paper_trail/frameworks/active_record/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733e20 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733d08 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733c18 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733ab0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb733560 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb7333a8 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb7331f0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732e58 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732bd8 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732a98 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732908 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732778 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732638 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb732340 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb731f58 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cae585d0 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/active_record/models&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cae59070&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7a9260 @name=:set_load_path, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9198 @name=:set_autoload_paths, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9120 @name=:add_routing_paths, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a90d0 @name=:add_locales, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a9058 @name=:add_view_paths, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8fe0 @name=:load_environment_config, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8f18 @name=:prepend_helpers_path, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8e78 @name=:load_config_initializers, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8e28 @name=:engines_blank_point, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8d60 @name=:append_assets_path, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8d10 @name=&quot;paper_trail.initialisation&quot;, @context=#&lt;PaperTrail::Rails::Engine:0x007ff1cae59098 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb731aa8@/Users/rob/.gem/ruby/2.3.1/gems/paper_trail-5.0.1/lib/paper_trail/frameworks/rails/engine.rb:7&gt;&gt;]&gt;, #&lt;Cloudinary::Engine:0x007ff1cb7d3d30 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4/vendor&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c9b0ba90 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c9b0ba68 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c9b0ae60 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/cloudinary-1.1.4&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0acd0 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0ab68 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0aa00 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a7f8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a668 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a550 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a460 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a398 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a280 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b0a0a0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09e48 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09d58 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09bf0 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09ad8 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b098d0 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b095d8 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09498 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09330 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b09268 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b091a0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1c9b08fc0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1c9b0ade8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1cb7d3ce0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7a85e0 @name=:set_load_path, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8568 @name=:set_autoload_paths, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a84c8 @name=:add_routing_paths, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8450 @name=:add_locales, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a83b0 @name=:add_view_paths, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a82e8 @name=:load_environment_config, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8248 @name=:prepend_helpers_path, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a8180 @name=:load_config_initializers, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a80b8 @name=:engines_blank_point, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a3ea0 @name=:append_assets_path, @context=#&lt;Cloudinary::Engine:0x007ff1cb7d3d30 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;StripeEvent::Engine:0x007ff1ca667150 @_all_autoload_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/app/controllers&quot;], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/app/controllers&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1c9efc460 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1c9efc438 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1c9efc258 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1ca303d10 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303ba8 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303658 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303540 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3033d8 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303310 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca303090 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302ed8 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302c58 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302b40 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3029b0 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302898 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3027a8 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3025c8 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca3023c0 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302258 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302190 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca302078 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca301f60 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca301e70 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca301ce0 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1ca301a60 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1ca303d10 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/stripe_event-1.5.0/app/controllers&quot;], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=#&lt;ActionDispatch::Routing::RouteSet:0x007ff1c9efc1e0&gt;, @app_build_lock=#&lt;Thread::Mutex:0x007ff1ca667128&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7a36a8 @name=:set_load_path, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a3590 @name=:set_autoload_paths, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a3298 @name=:add_routing_paths, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a1e20 @name=:add_locales, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a11f0 @name=:add_view_paths, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a0890 @name=:load_environment_config, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7a0570 @name=:prepend_helpers_path, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb79bf98 @name=:load_config_initializers, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb79bde0 @name=:engines_blank_point, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb79bd68 @name=:append_assets_path, @context=#&lt;StripeEvent::Engine:0x007ff1ca667150 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;]&gt;, #&lt;WNW::Application:0x007ff1cf8ba948 ...&gt;]], @railties=#&lt;Rails::Engine::Railties:0x007ff1cb7d87b8 @_all=[#&lt;I18n::Railtie:0x007ff1cb55af18 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca16ad00&gt;, @initializers=[]&gt;, #&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca169d60&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d3038 @name=&quot;active_support.deprecation_behavior&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca169b30@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:10&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d2fe8 @name=&quot;active_support.initialize_time_zone&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:after=&gt;&quot;active_support.deprecation_behavior&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca1699c8@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:18&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d2f48 @name=&quot;active_support.initialize_beginning_of_week&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:after=&gt;&quot;active_support.initialize_time_zone&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca169888@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:37&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d2ef8 @name=&quot;active_support.set_configs&quot;, @context=#&lt;ActiveSupport::Railtie:0x007ff1ca169dd8 ...&gt;, @options={:after=&gt;&quot;active_support.initialize_beginning_of_week&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca169770@/Users/rob/.gem/ruby/2.3.1/gems/activesupport-5.0.0.rc1/lib/active_support/railtie.rb:44&gt;&gt;]&gt;, #&lt;ActionDispatch::Railtie:0x007ff1ca15b4b8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca15b440&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d2958 @name=&quot;action_dispatch.configure&quot;, @context=#&lt;ActionDispatch::Railtie:0x007ff1ca15b4b8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca1597f8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_dispatch/railtie.rb:29&gt;&gt;]&gt;, #&lt;ActiveModel::Railtie:0x007ff1cb471c78 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb471c00&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d2480 @name=&quot;active_model.secure_password&quot;, @context=#&lt;ActiveModel::Railtie:0x007ff1cb471c78 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb4719d0@/Users/rob/.gem/ruby/2.3.1/gems/activemodel-5.0.0.rc1/lib/active_model/railtie.rb:8&gt;&gt;]&gt;, #&lt;ActionView::Railtie:0x007ff1cb6537f8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb6537a8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d1df0 @name=&quot;action_view.embed_authenticity_token_in_remote_forms&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6532a8@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:13&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1da0 @name=&quot;action_view.logger&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.embed_authenticity_token_in_remote_forms&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb653168@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:20&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1c60 @name=&quot;action_view.set_configs&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb653000@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:24&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1be8 @name=&quot;action_view.caching&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb652e98@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:32&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1a80 @name=&quot;action_view.per_request_digest_cache&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.caching&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb652d80@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:40&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1a08 @name=&quot;action_view.setup_action_pack&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_view.per_request_digest_cache&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb652c40@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:48&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1918 @name=&quot;action_view.collection_caching&quot;, @context=#&lt;ActionView::Railtie:0x007ff1cb6537f8 ...&gt;, @options={:after=&gt;&quot;action_controller.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6529e8@/Users/rob/.gem/ruby/2.3.1/gems/actionview-5.0.0.rc1/lib/action_view/railtie.rb:54&gt;&gt;]&gt;, #&lt;ActionController::Railtie:0x007ff1cb652358 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb652308&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d15a8 @name=&quot;action_controller.assets_config&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:group=&gt;:all}, @block=#&lt;Proc:0x007ff1cb6520d8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:14&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1440 @name=&quot;action_controller.set_helpers_path&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.assets_config&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651fe8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:18&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d13c8 @name=&quot;action_controller.parameters_config&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.set_helpers_path&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651ea8@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:22&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d1238 @name=&quot;action_controller.set_configs&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.parameters_config&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651d68@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:35&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d11e8 @name=&quot;action_controller.compile_config_methods&quot;, @context=#&lt;ActionController::Railtie:0x007ff1cb652358 ...&gt;, @options={:after=&gt;&quot;action_controller.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb651c50@/Users/rob/.gem/ruby/2.3.1/gems/actionpack-5.0.0.rc1/lib/action_controller/railtie.rb:65&gt;&gt;]&gt;, #&lt;ActiveRecord::Railtie:0x007ff1cb651548 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb6514f8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d0ce8 @name=&quot;active_record.initialize_timezone&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6509b8@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:64&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0bd0 @name=&quot;active_record.logger&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.initialize_timezone&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6508a0@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:71&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0b80 @name=&quot;active_record.migration_error&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650760@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:75&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d09c8 @name=&quot;active_record.check_schema_cache_dump&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.migration_error&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650648@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:82&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0978 @name=&quot;active_record.warn_on_records_fetched_greater_than&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.check_schema_cache_dump&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650508@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:102&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d08d8 @name=&quot;active_record.set_configs&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.warn_on_records_fetched_greater_than&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6503c8@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:110&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0888 @name=&quot;active_record.initialize_database&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650288@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:120&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0810 @name=&quot;active_record.log_runtime&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.initialize_database&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650148@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:142&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0798 @name=&quot;active_record.set_reloader_hooks&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.log_runtime&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb650030@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:149&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d0748 @name=&quot;active_record.set_executor_hooks&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.set_reloader_hooks&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb64bf58@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:160&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7d06d0 @name=&quot;active_record.add_watchable_files&quot;, @context=#&lt;ActiveRecord::Railtie:0x007ff1cb651548 ...&gt;, @options={:after=&gt;&quot;active_record.set_executor_hooks&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb64bdf0@/Users/rob/.gem/ruby/2.3.1/gems/activerecord-5.0.0.rc1/lib/active_record/railtie.rb:166&gt;&gt;]&gt;, #&lt;GlobalID::Railtie:0x007ff1c9a3a738 @config=#&lt;Rails::Railtie::Configuration:0x007ff1c9a3a6e8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7d0248 @name=&quot;global_id&quot;, @context=#&lt;GlobalID::Railtie:0x007ff1c9a3a738 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1c9a3a468@/Users/rob/.gem/ruby/2.3.1/gems/globalid-0.3.6/lib/global_id/railtie.rb:15&gt;&gt;]&gt;, #&lt;ActiveJob::Railtie:0x007ff1cb629c00 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb629bb0&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cbea0 @name=&quot;active_job.logger&quot;, @context=#&lt;ActiveJob::Railtie:0x007ff1cb629c00 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb6299d0@/Users/rob/.gem/ruby/2.3.1/gems/activejob-5.0.0.rc1/lib/active_job/railtie.rb:9&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cbdd8 @name=&quot;active_job.set_configs&quot;, @context=#&lt;ActiveJob::Railtie:0x007ff1cb629c00 ...&gt;, @options={:after=&gt;&quot;active_job.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb629890@/Users/rob/.gem/ruby/2.3.1/gems/activejob-5.0.0.rc1/lib/active_job/railtie.rb:13&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cbd10 @name=&quot;active_job.set_reloader_hook&quot;, @context=#&lt;ActiveJob::Railtie:0x007ff1cb629c00 ...&gt;, @options={:after=&gt;&quot;active_job.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb629750@/Users/rob/.gem/ruby/2.3.1/gems/activejob-5.0.0.rc1/lib/active_job/railtie.rb:22&gt;&gt;]&gt;, #&lt;ActionMailer::Railtie:0x007ff1c9834e98 @config=#&lt;Rails::Railtie::Configuration:0x007ff1c9834da8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cb9c8 @name=&quot;action_mailer.logger&quot;, @context=#&lt;ActionMailer::Railtie:0x007ff1c9834e98 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1c983f988@/Users/rob/.gem/ruby/2.3.1/gems/actionmailer-5.0.0.rc1/lib/action_mailer/railtie.rb:11&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cb950 @name=&quot;action_mailer.set_configs&quot;, @context=#&lt;ActionMailer::Railtie:0x007ff1c9834e98 ...&gt;, @options={:after=&gt;&quot;action_mailer.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1c983f1b8@/Users/rob/.gem/ruby/2.3.1/gems/actionmailer-5.0.0.rc1/lib/action_mailer/railtie.rb:15&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7cb7e8 @name=&quot;action_mailer.compile_config_methods&quot;, @context=#&lt;ActionMailer::Railtie:0x007ff1c9834e98 ...&gt;, @options={:after=&gt;&quot;action_mailer.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1c983e1a0@/Users/rob/.gem/ruby/2.3.1/gems/actionmailer-5.0.0.rc1/lib/action_mailer/railtie.rb:53&gt;&gt;]&gt;, #&lt;Rails::TestUnitRailtie:0x007ff1cb212b30 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb212a40&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cb400 @name=&quot;test_unit.line_filtering&quot;, @context=#&lt;Rails::TestUnitRailtie:0x007ff1cb212b30 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb212658@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/test_unit/railtie.rb:16&gt;&gt;]&gt;, #&lt;Sprockets::Railtie:0x007ff1ca100ef0 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca100ea0&gt;, @initializers=[]&gt;, #&lt;Jbuilder::Railtie:0x007ff1cb7d8740 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7cab68 @name=:jbuilder, @context=#&lt;Jbuilder::Railtie:0x007ff1cb7d8740 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb2933c0@/Users/rob/.gem/ruby/2.3.1/gems/jbuilder-2.4.0/lib/jbuilder/railtie.rb:6&gt;&gt;]&gt;, #&lt;Rails::Observers::Railtie:0x007ff1ca13b898 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca13b848&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7ca820 @name=&quot;active_record.observer&quot;, @context=#&lt;Rails::Observers::Railtie:0x007ff1ca13b898 ...&gt;, @options={:before=&gt;&quot;active_record.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca13bac8@/Users/rob/.gem/ruby/2.3.1/bundler/gems/rails-observers-2e83e3bf13dd/lib/rails/observers/railtie.rb:6&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7ca7a8 @name=&quot;action_controller.caching.sweepers&quot;, @context=#&lt;Rails::Observers::Railtie:0x007ff1ca13b898 ...&gt;, @options={:after=&gt;&quot;active_record.observer&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca13ba00@/Users/rob/.gem/ruby/2.3.1/bundler/gems/rails-observers-2e83e3bf13dd/lib/rails/observers/railtie.rb:14&gt;&gt;]&gt;, #&lt;RequestStore::Railtie:0x007ff1cb7d86a0 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7ca370 @name=&quot;request_store.insert_middleware&quot;, @context=#&lt;RequestStore::Railtie:0x007ff1cb7d86a0 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb7b0178@/Users/rob/.gem/ruby/2.3.1/gems/request_store-1.3.1/lib/request_store/railtie.rb:3&gt;&gt;]&gt;, #&lt;Sass::Rails::Railtie:0x007ff1caa23f50 @config=#&lt;Rails::Railtie::Configuration:0x007ff1caa23e60&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c9fd8 @name=:setup_sass, @context=#&lt;Sass::Rails::Railtie:0x007ff1caa23f50 ...&gt;, @options={:group=&gt;:all}, @block=#&lt;Proc:0x007ff1caa1ad10@/Users/rob/.gem/ruby/2.3.1/gems/sass-rails-5.0.4/lib/sass/rails/railtie.rb:38&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c9ec0 @name=:setup_compression, @context=#&lt;Sass::Rails::Railtie:0x007ff1caa23f50 ...&gt;, @options={:group=&gt;:all, :after=&gt;:setup_sass}, @block=#&lt;Proc:0x007ff1caa1abf8@/Users/rob/.gem/ruby/2.3.1/gems/sass-rails-5.0.4/lib/sass/rails/railtie.rb:69&gt;&gt;]&gt;, #&lt;Dotenv::Railtie:0x007ff1cb4b2f70 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cb4b2ed0&gt;, @initializers=[]&gt;, #&lt;Bourbon::Rails::Railtie:0x007ff1cb7d8628 @initializers=[]&gt;, #&lt;Kaminari::Railtie:0x007ff1cb7d85b0 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c9268 @name=&quot;kaminari&quot;, @context=#&lt;Kaminari::Railtie:0x007ff1cb7d85b0 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca3e0b70@/Users/rob/.gem/ruby/2.3.1/gems/kaminari-0.16.3/lib/kaminari/railtie.rb:3&gt;&gt;]&gt;, #&lt;Responders::Railtie:0x007ff1ca3b2c48 @config=#&lt;Rails::Railtie::Configuration:0x007ff1ca3b2bf8&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c8e80 @name=&quot;responders.flash_responder&quot;, @context=#&lt;Responders::Railtie:0x007ff1ca3b2c48 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca3b2680@/Users/rob/.gem/ruby/2.3.1/gems/responders-2.1.2/lib/responders.rb:26&gt;&gt;]&gt;, #&lt;MessageBus::Rails::Railtie:0x007ff1cb7d8538 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c89d0 @name=&quot;message_bus.configure_init&quot;, @context=#&lt;MessageBus::Rails::Railtie:0x007ff1cb7d8538 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb7a3f68@/Users/rob/.gem/ruby/2.3.1/gems/message_bus-2.0.0.beta.5/lib/message_bus/rails/railtie.rb:7&gt;&gt;]&gt;, #&lt;Cloudinary::Railtie:0x007ff1c9ada7d8 @config=#&lt;Rails::Railtie::Configuration:0x007ff1c9ada788&gt;, @initializers=[]&gt;, #&lt;Dalli::Railtie:0x007ff1d1859a38 @config=#&lt;Rails::Railtie::Configuration:0x007ff1d18599e8&gt;, @initializers=[]&gt;, #&lt;Raven::Rails:0x007ff1cfda9350 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cfda9300&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c3a20 @name=&quot;raven.use_rack_middleware&quot;, @context=#&lt;Raven::Rails:0x007ff1cfda9350 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cfda95a8@/Users/rob/.gem/ruby/2.3.1/gems/sentry-raven-0.15.6/lib/raven/integrations/rails.rb:5&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c3958 @name=&quot;raven.action_controller&quot;, @context=#&lt;Raven::Rails:0x007ff1cfda9350 ...&gt;, @options={:after=&gt;&quot;raven.use_rack_middleware&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cfda9490@/Users/rob/.gem/ruby/2.3.1/gems/sentry-raven-0.15.6/lib/raven/integrations/rails.rb:9&gt;&gt;]&gt;, #&lt;Skylight::Railtie:0x007ff1cfdf9968 @config=#&lt;Rails::Railtie::Configuration:0x007ff1cfdf9918&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c3278 @name=&quot;skylight.configure&quot;, @context=#&lt;Skylight::Railtie:0x007ff1cfdf9968 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cfdf9288@/Users/rob/.gem/ruby/2.3.1/gems/skylight-0.10.3/lib/skylight/railtie.rb:20&gt;&gt;]&gt;, #&lt;BetterErrors::Railtie:0x007ff1cb7d84e8 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c2d50 @name=&quot;better_errors.configure_rails_initialization&quot;, @context=#&lt;BetterErrors::Railtie:0x007ff1cb7d84e8 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca494558@/Users/rob/.gem/ruby/2.3.1/gems/better_errors-2.1.1/lib/better_errors/rails.rb:4&gt;&gt;]&gt;, #&lt;MetaRequest::Railtie:0x007ff1cb7d8470 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c26c0 @name=&quot;meta_request.inject_middlewares&quot;, @context=#&lt;MetaRequest::Railtie:0x007ff1cb7d8470 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cace20c0@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/railtie.rb:6&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c2558 @name=&quot;meta_request.log_interceptor&quot;, @context=#&lt;MetaRequest::Railtie:0x007ff1cb7d8470 ...&gt;, @options={:after=&gt;&quot;meta_request.inject_middlewares&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cace1f80@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/railtie.rb:19&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c2328 @name=&quot;meta_request.subscribe_to_notifications&quot;, @context=#&lt;MetaRequest::Railtie:0x007ff1cb7d8470 ...&gt;, @options={:after=&gt;&quot;meta_request.log_interceptor&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cace1e40@/Users/rob/.gem/ruby/2.3.1/gems/meta_request-0.4.0/lib/meta_request/railtie.rb:23&gt;&gt;]&gt;, #&lt;Rack::MiniProfilerRails::Railtie:0x007ff1cb7d8420 @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c14f0 @name=&quot;rack_mini_profiler.configure_rails_initialization&quot;, @context=#&lt;Rack::MiniProfilerRails::Railtie:0x007ff1cb7d8420 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1ca39be30@/Users/rob/.gem/ruby/2.3.1/gems/rack-mini-profiler-0.9.9.2/lib/mini_profiler_rails/railtie.rb:87&gt;&gt;]&gt;, #&lt;ActionCable::Engine:0x007ff1ca800570 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cb0b35c8 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cb0b3578 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&quot;]&gt;, @middleware=#&lt;Rails::Configuration::MiddlewareStackProxy:0x007ff1cb0b2fd8 @operations=[], @delete_operations=[]&gt;, @paths=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 @current=nil, @path=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1&gt;, @root={&quot;app&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb769318 @paths=[&quot;app&quot;], @current=&quot;app&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;{*,*/concerns}&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb769160 @paths=[&quot;app/assets&quot;], @current=&quot;app/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;app/controllers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768fd0 @paths=[&quot;app/controllers&quot;], @current=&quot;app/controllers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/channels&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768cb0 @paths=[&quot;app/channels&quot;], @current=&quot;app/channels&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;**/*_channel.rb&quot;, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/helpers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768b98 @paths=[&quot;app/helpers&quot;], @current=&quot;app/helpers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/models&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768918 @paths=[&quot;app/models&quot;], @current=&quot;app/models&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/mailers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768328 @paths=[&quot;app/mailers&quot;], @current=&quot;app/mailers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=true, @autoload=false, @load_path=false&gt;, &quot;app/views&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768170 @paths=[&quot;app/views&quot;], @current=&quot;app/views&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb768080 @paths=[&quot;lib&quot;], @current=&quot;lib&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;lib/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb76b708 @paths=[&quot;lib/assets&quot;], @current=&quot;lib/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;lib/tasks&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763e40 @paths=[&quot;lib/tasks&quot;], @current=&quot;lib/tasks&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;**/*.rake&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763c38 @paths=[&quot;config&quot;], @current=&quot;config&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/environments&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763aa8 @paths=[&quot;config/environments&quot;], @current=&quot;config/environments&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;development.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/initializers&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763990 @paths=[&quot;config/initializers&quot;], @current=&quot;config/initializers&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;**/*.rb&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/locales&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763698 @paths=[&quot;config/locales&quot;], @current=&quot;config/locales&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*.{rb,yml}&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;config/routes.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763580 @paths=[&quot;config/routes.rb&quot;], @current=&quot;config/routes.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763490 @paths=[&quot;db&quot;], @current=&quot;db&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/migrate&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763378 @paths=[&quot;db/migrate&quot;], @current=&quot;db/migrate&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;db/seeds.rb&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763238 @paths=[&quot;db/seeds.rb&quot;], @current=&quot;db/seeds.rb&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;, &quot;vendor&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb763058 @paths=[&quot;vendor&quot;], @current=&quot;vendor&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=nil, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=true&gt;, &quot;vendor/assets&quot;=&gt;#&lt;Rails::Paths::Path:0x007ff1cb762ea0 @paths=[&quot;vendor/assets&quot;], @current=&quot;vendor/assets&quot;, @root=#&lt;Rails::Paths::Root:0x007ff1cb7694f8 ...&gt;, @glob=&quot;*&quot;, @autoload_once=false, @eager_load=false, @autoload=false, @load_path=false&gt;}&gt;, @autoload_paths=[], @eager_load_paths=[], @autoload_once_paths=[]&gt;, @env_config=nil, @helpers=nil, @routes=nil, @app_build_lock=#&lt;Thread::Mutex:0x007ff1ca800548&gt;, @initializers=[#&lt;Rails::Initializable::Initializer:0x007ff1cb7c0a50 @name=:set_load_path, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:before=&gt;:bootstrap_hook, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180a50@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:553&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0988 @name=:set_autoload_paths, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:before=&gt;:bootstrap_hook, :after=&gt;:set_load_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1808c0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:565&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0938 @name=:add_routing_paths, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:set_autoload_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180780@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:575&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0870 @name=:add_locales, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:add_routing_paths, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1805f0@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:586&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0708 @name=:add_view_paths, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:add_locales, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb1803e8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:590&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c06b8 @name=:load_environment_config, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:before=&gt;:load_environment_hook, :group=&gt;:all, :after=&gt;:add_view_paths}, @block=#&lt;Proc:0x007ff1cb180230@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:598&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0668 @name=:prepend_helpers_path, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:load_environment_config, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb180168@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:604&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c04b0 @name=:load_config_initializers, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:prepend_helpers_path, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbfa8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:610&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c02f8 @name=:engines_blank_point, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;:load_config_initializers, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb5fbeb8@/Users/rob/.gem/ruby/2.3.1/gems/railties-5.0.0.rc1/lib/rails/engine.rb:616&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0258 @name=:append_assets_path, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:group=&gt;:all, :after=&gt;:engines_blank_point}, @block=#&lt;Proc:0x007ff1ca1012b0@/Users/rob/.gem/ruby/2.3.1/gems/sprockets-rails-3.0.4/lib/sprockets/railtie.rb:56&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0208 @name=&quot;action_cable.helpers&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2920@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:13&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c01b8 @name=&quot;action_cable.logger&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.helpers&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2470@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:19&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7c0078 @name=&quot;action_cable.set_configs&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.logger&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2218@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:23&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bbf28 @name=&quot;action_cable.routes&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.set_configs&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b2060@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:44&gt;&gt;, #&lt;Rails::Initializable::Initializer:0x007ff1cb7bbeb0 @name=&quot;action_cable.set_work_hooks&quot;, @context=#&lt;ActionCable::Engine:0x007ff1ca800570 ...&gt;, @options={:after=&gt;&quot;action_cable.routes&quot;, :group=&gt;:default}, @block=#&lt;Proc:0x007ff1cb0b1db8@/Users/rob/.gem/ruby/2.3.1/gems/actioncable-5.0.0.rc1/lib/action_cable/engine.rb:55&gt;&gt;]&gt;, #&lt;Jquery::Rails::Engine:0x007ff1cb7d82b8 @_all_autoload_paths=[], @_all_load_paths=[&quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1/lib&quot;, &quot;/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1/vendor&quot;], @app=nil, @config=#&lt;Rails::Engine::Configuration:0x007ff1cc818d58 @root=#&lt;Pathname:/Users/rob/.gem/ruby/2.3.1/gems/jquery-rails-4.1.1&gt;, @generators=#&lt;Rails::Configuration::Generators:0x007ff1cc818d30 @aliases={}, @options={:rails=&gt;{:orm=&gt;:active_record, :test_framework=&gt;:test_unit, :integration_tool=&gt;:test_unit, :javascript_engine=&gt;:coffee, :stylesheet_engine=&gt;:scss, :scaffold_controller=&gt;:inherited_resources_controller}, :active_record=&gt;{:migration=&gt;true, :timestamps=&gt;true}, :test_unit=&gt;{:fixture=&gt;true, :fixture_replacement=&gt;nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[&quot;sass&q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment