23: <%= f.label :metafields %>
24: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %>
25: <% @content.metafields.each do |key, value| %>
26: <%= builder.label key.to_sym %>
27: <%= builder.text_field key.to_sym %>
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/ostruct.rb:90:in `initialize'
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:24:in `new'
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:24:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___3470987549066968433_70141100786620'
actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___3470987549066968433_70141100786620'
actionview (4.2.5) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render'
/Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb__4227029005886334015_70141105051220'
actionview (4.2.5) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.7ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (54.0ms)
Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-25 00:42:58 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"cool-test"}
[1m[35mGuts::Content Load (0.1ms)[0m SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "cool-test"]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (0.8ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (2.2ms)
Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms)
SyntaxError (/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:24: syntax error, unexpected ')', expecting keyword_then or ';' or '\n'
...pend=( if @content.metafields );@output_buffer.safe_append='
... ^
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:31: syntax error, unexpected keyword_end, expecting ')'
end
^
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:37: syntax error, unexpected keyword_end, expecting ')'
'.freeze; end
^
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:39: syntax error, unexpected keyword_ensure, expecting ')'
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:41: syntax error, unexpected keyword_end, expecting ')'):
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:24: syntax error, unexpected ')', expecting keyword_then or ';' or '\n'
...pend=( if @content.metafields );@output_buffer.safe_append='
... ^
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:31: syntax error, unexpected keyword_end, expecting ')'
end
^
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:37: syntax error, unexpected keyword_end, expecting ')'
'.freeze; end
^
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:39: syntax error, unexpected keyword_ensure, expecting ')'
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:41: syntax error, unexpected keyword_end, expecting ')'
actionview (4.2.5) lib/action_view/template.rb:296:in `module_eval'
actionview (4.2.5) lib/action_view/template.rb:296:in `compile'
actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!'
actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize'
actionview (4.2.5) lib/action_view/template.rb:232:in `compile!'
actionview (4.2.5) lib/action_view/template.rb:144:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render'
/Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb__4227029005886334015_70141105051220'
actionview (4.2.5) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.0ms)
Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-25 00:43:06 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"cool-test"}
[1m[36mGuts::Content Load (0.2ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1[0m [["slug", "cool-test"]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.8ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.3ms)
Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `each_pair' for "":String):
22:
23: <%= f.label :metafields %>
24: <% if @content.metafields %>
25: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %>
26: <% @content.metafields.each do |key, value| %>
27: <%= builder.label key.to_sym %>
28: <%= builder.text_field key.to_sym %>
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/ostruct.rb:90:in `initialize'
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:25:in `new'
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:25:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___3470987549066968433_70141070392480'
actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___3470987549066968433_70141070392480'
actionview (4.2.5) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render'
/Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb__4227029005886334015_70141105051220'
actionview (4.2.5) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (54.8ms)
Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-25 00:43:15 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"cool-test"}
[1m[35mGuts::Content Load (0.1ms)[0m SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "cool-test"]]
[1m[36m (0.1ms)[0m [1mSELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ?[0m [["content_id", 1]]
[1m[35mGuts::Category Load (0.1ms)[0m SELECT "guts_categories".* FROM "guts_categories"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ?[0m [["content_id", 1]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (5.9ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (8.5ms)
Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 00:43:16 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 00:43:16 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 00:43:16 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 00:43:16 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 00:43:16 -0330
Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-25 00:44:11 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"meg-a-man"}
[1m[35mGuts::Content Load (0.1ms)[0m SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]
[1m[36m (0.1ms)[0m [1mSELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ?[0m [["content_id", 2]]
[1m[35mGuts::Category Load (0.1ms)[0m SELECT "guts_categories".* FROM "guts_categories"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ?[0m [["content_id", 2]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (4.1ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (5.8ms)
Completed 200 OK in 59ms (Views: 57.5ms | ActiveRecord: 0.3ms)
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 00:44:11 -0330
Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-25 00:55:56 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"cool-test"}
[1m[35mGuts::Content Load (0.1ms)[0m SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "cool-test"]]
[1m[36m (0.1ms)[0m [1mSELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ?[0m [["content_id", 1]]
[1m[35mGuts::Category Load (0.1ms)[0m SELECT "guts_categories".* FROM "guts_categories"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ?[0m [["content_id", 1]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (7.1ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (10.0ms)
Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.4ms)
LoadError (cannot load such file -- sass):
activesupport (4.2.5) lib/active_support/dependencies.rb:274:in `require'
activesupport (4.2.5) lib/active_support/dependencies.rb:274:in `block in require'
activesupport (4.2.5) lib/active_support/dependencies.rb:240:in `load_dependency'
activesupport (4.2.5) lib/active_support/dependencies.rb:274:in `require'
sprockets (3.4.0) lib/sprockets/autoload/sass.rb:1:in `'
sprockets (3.4.0) lib/sprockets/sass_processor.rb:47:in `initialize'
sprockets (3.4.0) lib/sprockets/sass_processor.rb:26:in `new'
sprockets (3.4.0) lib/sprockets/sass_processor.rb:26:in `instance'
sprockets (3.4.0) lib/sprockets/sass_processor.rb:30:in `call'
sprockets (3.4.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
sprockets (3.4.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
sprockets (3.4.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
sprockets (3.4.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
sprockets (3.4.0) lib/sprockets/loader.rb:134:in `load_from_unloaded'
sprockets (3.4.0) lib/sprockets/loader.rb:60:in `block in load'
sprockets (3.4.0) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache'
sprockets (3.4.0) lib/sprockets/loader.rb:44:in `load'
sprockets (3.4.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
sprockets (3.4.0) lib/sprockets/cached_environment.rb:47:in `yield'
sprockets (3.4.0) lib/sprockets/cached_environment.rb:47:in `load'
sprockets (3.4.0) lib/sprockets/bundle.rb:23:in `block in call'
sprockets (3.4.0) lib/sprockets/utils.rb:183:in `dfs'
sprockets (3.4.0) lib/sprockets/bundle.rb:24:in `call'
sprockets (3.4.0) lib/sprockets/processor_utils.rb:75:in `call_processor'
sprockets (3.4.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors'
sprockets (3.4.0) lib/sprockets/processor_utils.rb:56:in `reverse_each'
sprockets (3.4.0) lib/sprockets/processor_utils.rb:56:in `call_processors'
sprockets (3.4.0) lib/sprockets/loader.rb:134:in `load_from_unloaded'
sprockets (3.4.0) lib/sprockets/loader.rb:60:in `block in load'
sprockets (3.4.0) lib/sprockets/loader.rb:318:in `fetch_asset_from_dependency_cache'
sprockets (3.4.0) lib/sprockets/loader.rb:44:in `load'
sprockets (3.4.0) lib/sprockets/cached_environment.rb:20:in `block in initialize'
sprockets (3.4.0) lib/sprockets/cached_environment.rb:47:in `yield'
sprockets (3.4.0) lib/sprockets/cached_environment.rb:47:in `load'
sprockets (3.4.0) lib/sprockets/base.rb:66:in `find_asset'
sprockets (3.4.0) lib/sprockets/environment.rb:30:in `find_asset'
sprockets (3.4.0) lib/sprockets/base.rb:92:in `[]'
sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path'
sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:190:in `check_errors_for'
sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:159:in `block in stylesheet_link_tag'
sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:158:in `map'
sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag'
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:5:in `___sers_tyler__evelopment_guts_app_views_layouts_guts_application_html_erb___49328298053598451_70141071841280'
actionview (4.2.5) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.8ms)
Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-25 00:58:59 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"cool-test"}
[1m[36mGuts::Content Load (0.6ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1[0m [["slug", "cool-test"]]
[1m[35m (0.8ms)[0m SELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ? [["content_id", 1]]
[1m[36mGuts::Category Load (0.1ms)[0m [1mSELECT "guts_categories".* FROM "guts_categories"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ? [["content_id", 1]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (77.7ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (86.4ms)
Completed 200 OK in 605ms (Views: 530.1ms | ActiveRecord: 4.4ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 00:59:00 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 00:59:00 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 00:59:00 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 00:59:00 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 00:59:00 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 00:59:00 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 00:59:00 -0330
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTypeToGutsContents (20151125043135)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "guts_contents" ADD "type" varchar[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151125043135"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
[0m
[1m[35m (0.2ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_categories_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_categories_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_slug' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_files_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_files_on_content_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddTypeToGutsContents (20151125043135)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m CREATE TEMPORARY TABLE "aguts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "metafields" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type" varchar)
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_slug' AND type='index'
[0m
[1m[35m (0.0ms)[0m select sqlite_version(*)
[1m[36m (0.3ms)[0m [1mCREATE UNIQUE INDEX "tindex_aguts_contents_on_slug" ON "aguts_contents" ("slug")[0m
[1m[35m (0.1ms)[0m SELECT * FROM "guts_contents"
[1m[36m (0.1ms)[0m [1mINSERT INTO "aguts_contents" ("id","title","tags","metafields","content","created_at","updated_at","slug","type") VALUES (1, 'Cool testio', NULL, '', 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 06:06:33.575083', 'cool-test', NULL)[0m
[1m[35m (0.1ms)[0m INSERT INTO "aguts_contents" ("id","title","tags","metafields","content","created_at","updated_at","slug","type") VALUES (2, 'meg a man', NULL, '---
cool: one
', 'ww2', '2015-11-24 06:09:01.797121', '2015-11-24 15:10:04.747813', 'meg-a-man', NULL)
[1m[36m (0.8ms)[0m [1mDROP TABLE "guts_contents"[0m
[1m[35m (0.1ms)[0m CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "metafields" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='tindex_aguts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='tindex_aguts_contents_on_slug' AND type='index'
[0m
[1m[35m (0.4ms)[0m CREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")
[1m[36m (0.1ms)[0m [1mSELECT * FROM "aguts_contents"[0m
[1m[35m (0.1ms)[0m INSERT INTO "guts_contents" ("id","title","tags","metafields","content","created_at","updated_at","slug") VALUES (1, 'Cool testio', NULL, '', 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 06:06:33.575083', 'cool-test')
[1m[36m (0.0ms)[0m [1mINSERT INTO "guts_contents" ("id","title","tags","metafields","content","created_at","updated_at","slug") VALUES (2, 'meg a man', NULL, '---
cool: one
', 'ww2', '2015-11-24 06:09:01.797121', '2015-11-24 15:10:04.747813', 'meg-a-man')[0m
[1m[35m (0.1ms)[0m DROP TABLE "aguts_contents"
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20151125043135"]]
[1m[35m (1.6ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_categories_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_categories_on_slug' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_files_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_files_on_content_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
[0m
Started GET "/guts/contents" for ::1 at 2015-11-25 01:09:51 -0330
Processing by Guts::ContentsController#index as HTML
[1m[36mGuts::Content Load (1.5ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (30.9ms)
Completed 200 OK in 462ms (Views: 415.5ms | ActiveRecord: 1.9ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:09:52 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:09:52 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:09:52 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:09:52 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:09:52 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:09:52 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:09:52 -0330
Started GET "/guts/contents" for ::1 at 2015-11-25 01:09:53 -0330
Processing by Guts::ContentsController#index as HTML
[1m[35mGuts::Content Load (0.2ms)[0m SELECT "guts_contents".* FROM "guts_contents"
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.4ms)
Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.2ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:09:53 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:09:53 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:09:53 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:09:53 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:09:53 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:09:53 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:09:53 -0330
Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-25 01:09:56 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"cool-test"}
[1m[36mGuts::Content Load (0.2ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1[0m [["slug", "cool-test"]]
[1m[35m (0.2ms)[0m SELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ? [["content_id", 1]]
[1m[36mGuts::Category Load (0.1ms)[0m [1mSELECT "guts_categories".* FROM "guts_categories"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ? [["content_id", 1]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (62.8ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (68.8ms)
Completed 200 OK in 98ms (Views: 91.3ms | ActiveRecord: 0.9ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:09:56 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:09:56 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:09:56 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:09:56 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:09:56 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:09:56 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:09:56 -0330
Started GET "/guts/contents" for ::1 at 2015-11-25 01:09:58 -0330
Processing by Guts::ContentsController#index as HTML
[1m[36mGuts::Content Load (0.1ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (8.7ms)
Completed 200 OK in 39ms (Views: 38.5ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:09:59 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:09:59 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:09:59 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:09:59 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:09:59 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:09:59 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:09:59 -0330
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreateGutsTypes (20151125044149)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "content_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_guts_types_on_content_id" ON "guts_types" ("content_id")[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_types_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_types_on_content_id' AND type='index'
[1m[36m (0.3ms)[0m [1mCREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151125044149"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_categories_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_categories_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_slug' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_files_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_files_on_content_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_types_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_types_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_types_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_types_on_content_id' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreateGutsTypes (20151125044149)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_types_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_types_on_slug' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_types_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_types_on_content_id' AND type='index'
[0m
[1m[35m (0.3ms)[0m DROP INDEX "index_guts_types_on_slug"
[1m[36m (0.4ms)[0m [1mDROP TABLE "guts_types"[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151125044149"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_categories_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_categories_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_slug' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_files_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_files_on_content_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to AddTypeReferenceToGutsContents (20151125044500)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mALTER TABLE "guts_contents" ADD "type_id" integer[0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_slug' AND type='index'
[0m
[1m[35m (0.2ms)[0m CREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20151125044500"]]
[1m[35m (1.6ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_categories_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_categories_on_slug' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_type_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_type_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_slug' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_files_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_files_on_content_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to AddTypeReferenceToGutsContents (20151125044500)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TEMPORARY TABLE "aguts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "metafields" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar, "type_id" integer)
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_type_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_type_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_slug' AND type='index'
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.1ms)[0m CREATE INDEX "tindex_aguts_contents_on_type_id" ON "aguts_contents" ("type_id")
[1m[36m (0.3ms)[0m [1mCREATE UNIQUE INDEX "tindex_aguts_contents_on_slug" ON "aguts_contents" ("slug")[0m
[1m[35m (0.1ms)[0m SELECT * FROM "guts_contents"
[1m[36m (0.1ms)[0m [1mINSERT INTO "aguts_contents" ("id","title","tags","metafields","content","created_at","updated_at","slug","type_id") VALUES (1, 'Cool testio', NULL, '', 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 06:06:33.575083', 'cool-test', NULL)[0m
[1m[35m (0.0ms)[0m INSERT INTO "aguts_contents" ("id","title","tags","metafields","content","created_at","updated_at","slug","type_id") VALUES (2, 'meg a man', NULL, '---
cool: one
', 'ww2', '2015-11-24 06:09:01.797121', '2015-11-24 15:10:04.747813', 'meg-a-man', NULL)
[1m[36m (0.4ms)[0m [1mDROP TABLE "guts_contents"[0m
[1m[35m (0.1ms)[0m CREATE TABLE "guts_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "tags" text, "metafields" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "slug" varchar)
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='tindex_aguts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='tindex_aguts_contents_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='tindex_aguts_contents_on_type_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='tindex_aguts_contents_on_type_id' AND type='index'
[1m[36m (0.5ms)[0m [1mCREATE UNIQUE INDEX "index_guts_contents_on_slug" ON "guts_contents" ("slug")[0m
[1m[35m (0.0ms)[0m SELECT * FROM "aguts_contents"
[1m[36m (0.1ms)[0m [1mINSERT INTO "guts_contents" ("id","title","tags","metafields","content","created_at","updated_at","slug") VALUES (1, 'Cool testio', NULL, '', 'Yay', '2015-11-24 04:30:18.323140', '2015-11-24 06:06:33.575083', 'cool-test')[0m
[1m[35m (0.0ms)[0m INSERT INTO "guts_contents" ("id","title","tags","metafields","content","created_at","updated_at","slug") VALUES (2, 'meg a man', NULL, '---
cool: one
', 'ww2', '2015-11-24 06:09:01.797121', '2015-11-24 15:10:04.747813', 'meg-a-man')
[1m[36m (0.1ms)[0m [1mDROP TABLE "aguts_contents"[0m
[1m[35mSQL (0.2ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20151125044500"]]
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_categories_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_categories_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_slug' AND type='index'
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_files_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_files_on_content_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreateGutsTypes (20151125044535)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TABLE "guts_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "slug" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.4ms)[0m [1mCREATE UNIQUE INDEX "index_guts_types_on_slug" ON "guts_types" ("slug")[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151125044535"]]
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
Migrating to AddTypeReferenceToGutsContents (20151125044546)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mALTER TABLE "guts_contents" ADD "type_id" integer[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_slug' AND type='index'
[1m[36m (0.2ms)[0m [1mCREATE INDEX "index_guts_contents_on_type_id" ON "guts_contents" ("type_id")[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20151125044546"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_categories_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_categories_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_type_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_type_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_files_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_files_on_content_id' AND type='index'
[1m[36m (0.2ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_types_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_types_on_slug' AND type='index'
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_type' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type_and_scope' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_slug_and_sluggable_type' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_friendly_id_slugs_on_sluggable_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_categories_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_categories_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_type_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_type_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_contents_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_contents_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_files_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_files_on_content_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_content_id' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigation_items_on_navigation_id' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_navigations_on_slug' AND type='index'
[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_guts_types_on_slug' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_guts_types_on_slug' AND type='index'
Started GET "/guts/contents" for ::1 at 2015-11-25 01:19:27 -0330
Processing by Guts::ContentsController#index as HTML
[1m[36mGuts::Content Load (2.1ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (32.7ms)
Completed 200 OK in 469ms (Views: 417.9ms | ActiveRecord: 2.4ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:19:27 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:19:28 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:19:28 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:19:28 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:19:28 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:19:28 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:19:28 -0330
Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-25 01:19:31 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"meg-a-man"}
[1m[35mGuts::Content Load (0.2ms)[0m SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (25.6ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (31.1ms)
Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (uninitialized constant Guts::Types):
21:
22:
23: <%= f.label :type %>
24: <%= f.collection_select :type_id, Guts::Types.all, :id, :title %>
25:
26:
27: <%= f.label :metafields %>
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:24:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___3371766101745580434_70341449542840'
actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___3371766101745580434_70341449542840'
actionview (4.2.5) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render'
/Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_contents_edit_html_erb__503724569740310018_70341503932980'
actionview (4.2.5) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.6ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (60.2ms)
Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-25 01:19:43 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"meg-a-man"}
[1m[36mGuts::Content Load (0.1ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1[0m [["slug", "meg-a-man"]]
[1m[35mGuts::Type Load (0.3ms)[0m SELECT "guts_types".* FROM "guts_types"
[1m[36m (0.2ms)[0m [1mSELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ?[0m [["content_id", 2]]
[1m[35mGuts::Category Load (0.1ms)[0m SELECT "guts_categories".* FROM "guts_categories"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ?[0m [["content_id", 2]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (65.0ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (68.2ms)
Completed 200 OK in 97ms (Views: 93.2ms | ActiveRecord: 1.3ms)
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:19:43 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:19:43 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:19:43 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:19:43 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:19:43 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:19:43 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:19:43 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:19:51 -0330
Processing by Guts::TypesController#index as HTML
[1m[35mGuts::Type Load (0.1ms)[0m SELECT "guts_types".* FROM "guts_types"
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (1.6ms)
Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:19:51 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:19:51 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:19:51 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:19:51 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:19:51 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:19:51 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:19:51 -0330
Started GET "/guts/types/new" for ::1 at 2015-11-25 01:19:52 -0330
Processing by Guts::TypesController#new as HTML
Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (3.1ms)
Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (5.0ms)
Completed 200 OK in 30ms (Views: 27.1ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:19:52 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:19:52 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:19:52 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:19:52 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:19:52 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:19:52 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:19:52 -0330
Started POST "/guts/types" for ::1 at 2015-11-25 01:19:57 -0330
Processing by Guts::TypesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"gBM9PMmEToHjY9RxRvUcpTdc/WqiJRbmp1JnopwDG7w95gHVketbMus9lNPW11qYENfPFtqztF5eIC42DDx6Ng==", "type"=>{"title"=>"Page", "slug"=>""}, "commit"=>"Create Type"}
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "guts_types" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Page"], ["slug", ""], ["created_at", "2015-11-25 04:49:57.580095"], ["updated_at", "2015-11-25 04:49:57.580095"]]
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/guts/types/1
Completed 302 Found in 5ms (ActiveRecord: 1.4ms)
Started GET "/guts/types/1" for ::1 at 2015-11-25 01:19:57 -0330
Processing by Guts::TypesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mGuts::Type Load (0.2ms)[0m SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/tyler/Development/guts/app/views/guts/types/show.html.erb within layouts/guts/application (1.0ms)
Completed 200 OK in 33ms (Views: 29.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:19:57 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:19:57 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:19:57 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:19:57 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:19:57 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:19:57 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:19:57 -0330
Started GET "/guts/types/1/edit" for ::1 at 2015-11-25 01:19:59 -0330
Processing by Guts::TypesController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mGuts::Type Load (0.1ms)[0m [1mSELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (1.9ms)
Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (4.2ms)
Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:19:59 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:19:59 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:19:59 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:19:59 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:19:59 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:19:59 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:19:59 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:20:01 -0330
Processing by Guts::TypesController#index as HTML
[1m[35mGuts::Type Load (0.1ms)[0m SELECT "guts_types".* FROM "guts_types"
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (1.4ms)
Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:20:02 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:20:02 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:20:02 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:20:02 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:20:02 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:20:02 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:20:02 -0330
Started GET "/guts/types/1" for ::1 at 2015-11-25 01:20:51 -0330
Processing by Guts::TypesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mGuts::Type Load (0.1ms)[0m [1mSELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/tyler/Development/guts/app/views/guts/types/show.html.erb within layouts/guts/application (0.8ms)
Completed 200 OK in 27ms (Views: 21.2ms | ActiveRecord: 0.6ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:20:51 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:20:51 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:20:51 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:20:51 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:20:51 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:20:51 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:20:51 -0330
Started GET "/guts/types/1/edit" for ::1 at 2015-11-25 01:20:53 -0330
Processing by Guts::TypesController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mGuts::Type Load (0.1ms)[0m SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (2.2ms)
Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (3.8ms)
Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:20:53 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:20:53 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:20:53 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:20:53 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:20:53 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:20:53 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:20:53 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:20:54 -0330
Processing by Guts::TypesController#index as HTML
[1m[36mGuts::Type Load (0.1ms)[0m [1mSELECT "guts_types".* FROM "guts_types"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (1.6ms)
Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:20:55 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:20:55 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:20:55 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:20:55 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:20:55 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:20:55 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:20:55 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:20:56 -0330
Processing by Guts::TypesController#index as HTML
[1m[35mGuts::Type Load (0.1ms)[0m SELECT "guts_types".* FROM "guts_types"
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (1.4ms)
Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:20:56 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:20:56 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:20:56 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:20:56 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:20:56 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:20:56 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:20:56 -0330
Started GET "/guts/types/1" for ::1 at 2015-11-25 01:20:57 -0330
Processing by Guts::TypesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mGuts::Type Load (0.2ms)[0m [1mSELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1[0m [["id", 1]]
Rendered /Users/tyler/Development/guts/app/views/guts/types/show.html.erb within layouts/guts/application (0.6ms)
Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:20:57 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:20:57 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:20:57 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:20:57 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:20:57 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:20:57 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:20:57 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:20:59 -0330
Processing by Guts::TypesController#index as HTML
[1m[35mGuts::Type Load (0.1ms)[0m SELECT "guts_types".* FROM "guts_types"
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (1.5ms)
Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:20:59 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:20:59 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:20:59 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:20:59 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:20:59 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:20:59 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:20:59 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:21:03 -0330
Processing by Guts::TypesController#index as HTML
[1m[36mGuts::Type Load (0.1ms)[0m [1mSELECT "guts_types".* FROM "guts_types"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (1.5ms)
Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:21:03 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:21:03 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:21:03 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:21:03 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:21:03 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:21:03 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:21:03 -0330
Started GET "/guts/types/1/edit" for ::1 at 2015-11-25 01:21:06 -0330
Processing by Guts::TypesController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mGuts::Type Load (0.1ms)[0m SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (2.2ms)
Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (4.1ms)
Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:21:06 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:21:06 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:21:06 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:21:06 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:21:06 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:21:06 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:21:06 -0330
Started PATCH "/guts/types/1" for ::1 at 2015-11-25 01:21:08 -0330
Processing by Guts::TypesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Yj/lwBSyTnG9KiW7k3AYLpkRg+isU0U4vYtQ2jHyfIbfytkpTN1bwrV0ZRkDUl4TvpqxlNTF54BE+RlOoc0dDA==", "type"=>{"title"=>"Page", "slug"=>""}, "commit"=>"Update Type", "id"=>"1"}
[1m[36mGuts::Type Load (0.1ms)[0m [1mSELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/guts/types/1
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
Started GET "/guts/types/1" for ::1 at 2015-11-25 01:21:08 -0330
Processing by Guts::TypesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mGuts::Type Load (0.1ms)[0m SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1 [["id", 1]]
Rendered /Users/tyler/Development/guts/app/views/guts/types/show.html.erb within layouts/guts/application (0.8ms)
Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:21:09 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:21:09 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:21:09 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:21:09 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:21:09 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:21:09 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:21:09 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:21:10 -0330
Processing by Guts::TypesController#index as HTML
[1m[36mGuts::Type Load (0.1ms)[0m [1mSELECT "guts_types".* FROM "guts_types"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (1.4ms)
Completed 200 OK in 23ms (Views: 23.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:21:10 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:21:10 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:21:10 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:21:10 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:21:10 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:21:10 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:21:10 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:21:11 -0330
Processing by Guts::TypesController#index as HTML
[1m[35mGuts::Type Load (0.1ms)[0m SELECT "guts_types".* FROM "guts_types"
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (1.4ms)
Completed 200 OK in 22ms (Views: 22.0ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:21:11 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:21:11 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:21:11 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:21:11 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:21:11 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:21:11 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:21:11 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:22:06 -0330
Processing by Guts::TypesController#index as HTML
[1m[36mGuts::Type Load (0.1ms)[0m [1mSELECT "guts_types".* FROM "guts_types"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (1.7ms)
Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:22:06 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:22:06 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:22:06 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:22:06 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:22:06 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:22:06 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:22:06 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:22:07 -0330
Processing by Guts::TypesController#index as HTML
[1m[35mGuts::Type Load (0.4ms)[0m SELECT "guts_types".* FROM "guts_types"
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (2.1ms)
Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.4ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:22:07 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:22:07 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:22:07 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:22:07 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:22:07 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:22:07 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:22:07 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:22:11 -0330
Processing by Guts::TypesController#index as HTML
[1m[36mGuts::Type Load (0.1ms)[0m [1mSELECT "guts_types".* FROM "guts_types"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (0.9ms)
Completed 200 OK in 22ms (Views: 22.0ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:22:11 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:22:11 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:22:11 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:22:11 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:22:11 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:22:11 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:22:11 -0330
Started GET "/guts/types/new" for ::1 at 2015-11-25 01:22:12 -0330
Processing by Guts::TypesController#new as HTML
Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (1.4ms)
Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (2.7ms)
Completed 200 OK in 28ms (Views: 28.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:22:12 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:22:12 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:22:12 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:22:12 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:22:12 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:22:12 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:22:12 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:22:14 -0330
Processing by Guts::TypesController#index as HTML
[1m[35mGuts::Type Load (0.1ms)[0m SELECT "guts_types".* FROM "guts_types"
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (1.1ms)
Completed 200 OK in 21ms (Views: 21.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:22:15 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:22:15 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:22:15 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:22:15 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:22:15 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:22:15 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:22:15 -0330
Started GET "/guts/contents" for ::1 at 2015-11-25 01:22:18 -0330
Processing by Guts::ContentsController#index as HTML
[1m[36mGuts::Content Load (0.1ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (7.8ms)
Completed 200 OK in 43ms (Views: 35.0ms | ActiveRecord: 0.3ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:22:18 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:22:18 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:22:18 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:22:18 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:22:18 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:22:18 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:22:18 -0330
Started GET "/guts/contents/new" for ::1 at 2015-11-25 01:22:20 -0330
Processing by Guts::ContentsController#new as HTML
[1m[35mGuts::Type Load (0.2ms)[0m SELECT "guts_types".* FROM "guts_types"
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (6.8ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/new.html.erb within layouts/guts/application (10.3ms)
Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms)
ActionView::Template::Error (undefined method `size' for nil:NilClass):
25:
26:
27: <%= f.label :metafields %>
28: <% if @content.metafields.size > 0 %>
29: <%= f.fields_for :metafields, OpenStruct.new(@content.metafields) do |builder| %>
30: <% @content.metafields.each do |key, value| %>
31: <%= builder.label key.to_sym %>
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:28:in `block in ___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___3371766101745580434_70341495657320'
actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
actionview (4.2.5) lib/action_view/helpers/capture_helper.rb:38:in `capture'
actionview (4.2.5) lib/action_view/helpers/form_helper.rb:444:in `form_for'
/Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb:1:in `___sers_tyler__evelopment_guts_app_views_guts_contents__form_html_erb___3371766101745580434_70341495657320'
actionview (4.2.5) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.5) lib/action_view/renderer/partial_renderer.rb:309:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:47:in `render_partial'
actionview (4.2.5) lib/action_view/helpers/rendering_helper.rb:35:in `render'
/Users/tyler/Development/guts/app/views/guts/contents/new.html.erb:3:in `___sers_tyler__evelopment_guts_app_views_guts_contents_new_html_erb___3959186225919546101_70341489321180'
actionview (4.2.5) lib/action_view/template.rb:145:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (50.6ms)
Started GET "/guts/contents" for ::1 at 2015-11-25 01:22:21 -0330
Processing by Guts::ContentsController#index as HTML
[1m[36mGuts::Content Load (0.1ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.2ms)
Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:22:22 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:22:22 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:22:22 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:22:22 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:22:22 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:22:22 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:22:22 -0330
Started GET "/guts/contents/cool-test/edit" for ::1 at 2015-11-25 01:22:23 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"cool-test"}
[1m[35mGuts::Content Load (0.2ms)[0m SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "cool-test"]]
[1m[36mGuts::Type Load (0.1ms)[0m [1mSELECT "guts_types".* FROM "guts_types"[0m
[1m[35m (0.2ms)[0m SELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ? [["content_id", 1]]
[1m[36mGuts::Category Load (0.1ms)[0m [1mSELECT "guts_categories".* FROM "guts_categories"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ? [["content_id", 1]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (13.4ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (15.3ms)
Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.9ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:22:23 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:22:23 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:22:23 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:22:23 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:22:23 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:22:23 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:22:23 -0330
Started GET "/guts/contents" for ::1 at 2015-11-25 01:22:26 -0330
Processing by Guts::ContentsController#index as HTML
[1m[36mGuts::Content Load (0.2ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.1ms)
Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.2ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:22:26 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:22:26 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:22:26 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:22:26 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:22:26 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:22:26 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:22:26 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:22:27 -0330
Processing by Guts::TypesController#index as HTML
[1m[35mGuts::Type Load (0.1ms)[0m SELECT "guts_types".* FROM "guts_types"
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (0.9ms)
Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:22:27 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:22:27 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:22:27 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:22:27 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:22:27 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:22:27 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:22:27 -0330
Started GET "/guts/types/new" for ::1 at 2015-11-25 01:22:29 -0330
Processing by Guts::TypesController#new as HTML
Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (1.7ms)
Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (4.2ms)
Completed 200 OK in 28ms (Views: 27.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:22:29 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:22:29 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:22:29 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:22:29 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:22:29 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:22:29 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:22:29 -0330
Started GET "/guts/types/new" for ::1 at 2015-11-25 01:22:40 -0330
Processing by Guts::TypesController#new as HTML
Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (1.8ms)
Rendered /Users/tyler/Development/guts/app/views/guts/types/new.html.erb within layouts/guts/application (3.4ms)
Completed 200 OK in 26ms (Views: 26.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:22:40 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:22:40 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:22:40 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:22:40 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:22:40 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:22:40 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:22:40 -0330
Started POST "/guts/types" for ::1 at 2015-11-25 01:22:43 -0330
Processing by Guts::TypesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wkLXjgOVbPf9KOTrnwvJRl3vNPCswFbck6GDS42JN99/t+tnW/p5RPV2pEkPKY97emQGjNRW9GRq08rfHbZWVQ==", "type"=>{"title"=>"Page"}, "commit"=>"Create Type"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mGuts::Type Exists (0.2ms)[0m SELECT 1 AS one FROM "guts_types" WHERE ("guts_types"."id" IS NOT NULL) AND "guts_types"."slug" = ? LIMIT 1 [["slug", "page"]]
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "guts_types" ("title", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Page"], ["slug", "page"], ["created_at", "2015-11-25 04:52:43.513965"], ["updated_at", "2015-11-25 04:52:43.513965"]]
[1m[35m (0.9ms)[0m commit transaction
Redirected to http://localhost:3000/guts/types/page
Completed 302 Found in 103ms (ActiveRecord: 1.7ms)
Started GET "/guts/types/page" for ::1 at 2015-11-25 01:22:43 -0330
Processing by Guts::TypesController#show as HTML
Parameters: {"id"=>"page"}
[1m[36mGuts::Type Load (0.1ms)[0m [1mSELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."id" = ? LIMIT 1[0m [["id", 0]]
Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
ActiveRecord::RecordNotFound (Couldn't find Guts::Type with 'id'=page):
activerecord (4.2.5) lib/active_record/core.rb:155:in `find'
/Users/tyler/Development/guts/app/controllers/guts/types_controller.rb:54:in `set_type'
activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.5) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (48.4ms)
Started GET "/guts/types/page" for ::1 at 2015-11-25 01:23:08 -0330
Processing by Guts::TypesController#show as HTML
Parameters: {"id"=>"page"}
[1m[35mGuts::Type Load (0.2ms)[0m SELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1 [["slug", "page"]]
Rendered /Users/tyler/Development/guts/app/views/guts/types/show.html.erb within layouts/guts/application (1.1ms)
Completed 200 OK in 33ms (Views: 26.2ms | ActiveRecord: 0.8ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:23:09 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:23:09 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:23:09 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:23:09 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:23:09 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:23:09 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:23:09 -0330
Started GET "/guts/types/page/edit" for ::1 at 2015-11-25 01:23:10 -0330
Processing by Guts::TypesController#edit as HTML
Parameters: {"id"=>"page"}
[1m[36mGuts::Type Load (0.1ms)[0m [1mSELECT "guts_types".* FROM "guts_types" WHERE "guts_types"."slug" = ? ORDER BY "guts_types"."id" ASC LIMIT 1[0m [["slug", "page"]]
Rendered /Users/tyler/Development/guts/app/views/guts/types/_form.html.erb (2.1ms)
Rendered /Users/tyler/Development/guts/app/views/guts/types/edit.html.erb within layouts/guts/application (3.7ms)
Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:23:11 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:23:11 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:23:11 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:23:11 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:23:11 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:23:11 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:23:11 -0330
Started GET "/guts/types" for ::1 at 2015-11-25 01:23:14 -0330
Processing by Guts::TypesController#index as HTML
[1m[35mGuts::Type Load (0.1ms)[0m SELECT "guts_types".* FROM "guts_types"
Rendered /Users/tyler/Development/guts/app/views/guts/types/index.html.erb within layouts/guts/application (1.5ms)
Completed 200 OK in 27ms (Views: 27.0ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:23:14 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:23:14 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:23:14 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:23:14 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:23:14 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:23:14 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:23:14 -0330
Started GET "/guts/contents" for ::1 at 2015-11-25 01:23:17 -0330
SyntaxError (/Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:59: syntax error, unexpected ')', expecting =>
...ntent, category_ids: [], :type).tap do |whitelisted|
... ^):
/Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:59: syntax error, unexpected ')', expecting =>
...ntent, category_ids: [], :type).tap do |whitelisted|
... ^
activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `load'
activesupport (4.2.5) lib/active_support/dependencies.rb:457:in `block in load_file'
activesupport (4.2.5) lib/active_support/dependencies.rb:647:in `new_constants_in'
activesupport (4.2.5) lib/active_support/dependencies.rb:456:in `load_file'
activesupport (4.2.5) lib/active_support/dependencies.rb:354:in `require_or_load'
activesupport (4.2.5) lib/active_support/dependencies.rb:494:in `load_missing_constant'
activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing'
activesupport (4.2.5) lib/active_support/inflector/methods.rb:263:in `const_get'
activesupport (4.2.5) lib/active_support/inflector/methods.rb:263:in `block in constantize'
activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `constantize'
activesupport (4.2.5) lib/active_support/dependencies.rb:566:in `get'
activesupport (4.2.5) lib/active_support/dependencies.rb:597:in `constantize'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:62:in `controller'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:41:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.8ms)
Started GET "/guts/contents" for ::1 at 2015-11-25 01:23:26 -0330
Processing by Guts::ContentsController#index as HTML
[1m[36mGuts::Content Load (0.4ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (9.3ms)
Completed 200 OK in 47ms (Views: 41.7ms | ActiveRecord: 0.6ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:23:26 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:23:26 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:23:26 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:23:26 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:23:26 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:23:26 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:23:26 -0330
Started GET "/guts/contents" for ::1 at 2015-11-25 01:23:31 -0330
Processing by Guts::ContentsController#index as HTML
[1m[35mGuts::Content Load (0.5ms)[0m SELECT "guts_contents".* FROM "guts_contents"
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (9.6ms)
Completed 200 OK in 38ms (Views: 33.4ms | ActiveRecord: 0.8ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:23:32 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:23:32 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:23:32 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:23:32 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:23:32 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:23:32 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:23:32 -0330
Started GET "/guts/contents" for ::1 at 2015-11-25 01:23:33 -0330
Processing by Guts::ContentsController#index as HTML
[1m[36mGuts::Content Load (0.2ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.3ms)
Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.2ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:23:33 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:23:33 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:23:33 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:23:33 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:23:33 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:23:33 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:23:33 -0330
Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-25 01:23:35 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"meg-a-man"}
[1m[35mGuts::Content Load (0.2ms)[0m SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]
[1m[36mGuts::Type Load (0.2ms)[0m [1mSELECT "guts_types".* FROM "guts_types"[0m
[1m[35m (0.2ms)[0m SELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ? [["content_id", 2]]
[1m[36mGuts::Category Load (0.1ms)[0m [1mSELECT "guts_categories".* FROM "guts_categories"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ? [["content_id", 2]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (30.0ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (32.0ms)
Completed 200 OK in 63ms (Views: 60.6ms | ActiveRecord: 1.1ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:23:35 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:23:35 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:23:35 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:23:35 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:23:35 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:23:35 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:23:35 -0330
Started PATCH "/guts/contents/meg-a-man" for ::1 at 2015-11-25 01:23:42 -0330
Processing by Guts::ContentsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AKaVK7/UYd0BQ/03kLJ4vyP7by4NYKPrcIfoovRgBVW9U6nC57t0bgkdvZUAkD6CBHBdUnX2AVOJ9aE2ZF9k3w==", "content"=>{"title"=>"meg a man", "content"=>"ww2", "type_id"=>"2", "metafields"=>{"cool"=>"one"}, "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"meg-a-man"}
[1m[36mGuts::Content Load (0.1ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1[0m [["slug", "meg-a-man"]]
Unpermitted parameters: type_id, metafields
[1m[35m (0.1ms)[0m begin transaction
[1m[36mGuts::Category Load (0.1ms)[0m [1mSELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mGuts::Category Load (0.1ms)[0m SELECT "guts_categories".* FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ? [["content_id", 2]]
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3000/guts/contents/meg-a-man
Completed 302 Found in 10ms (ActiveRecord: 0.4ms)
Started GET "/guts/contents/meg-a-man" for ::1 at 2015-11-25 01:23:42 -0330
Processing by Guts::ContentsController#show as HTML
Parameters: {"id"=>"meg-a-man"}
[1m[35mGuts::Content Load (0.1ms)[0m SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (2.0ms)
Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:23:43 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:23:43 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:23:43 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:23:43 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:23:43 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:23:43 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:23:43 -0330
Started GET "/guts/contents" for ::1 at 2015-11-25 01:23:46 -0330
Processing by Guts::ContentsController#index as HTML
[1m[36mGuts::Content Load (0.1ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (4.6ms)
Completed 200 OK in 37ms (Views: 37.1ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:23:46 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:23:46 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:23:46 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:23:46 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:23:46 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:23:46 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:23:46 -0330
Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-25 01:23:50 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"meg-a-man"}
[1m[35mGuts::Content Load (0.1ms)[0m SELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1 [["slug", "meg-a-man"]]
[1m[36mGuts::Type Load (0.2ms)[0m [1mSELECT "guts_types".* FROM "guts_types"[0m
[1m[35m (0.1ms)[0m SELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ? [["content_id", 2]]
[1m[36mGuts::Category Load (0.1ms)[0m [1mSELECT "guts_categories".* FROM "guts_categories"[0m
[1m[35mCACHE (0.0ms)[0m SELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ? [["content_id", 2]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (9.0ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (11.0ms)
Completed 200 OK in 45ms (Views: 44.0ms | ActiveRecord: 0.5ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:23:50 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:23:50 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:23:50 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:23:50 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:23:50 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:23:50 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:23:50 -0330
Started PATCH "/guts/contents/meg-a-man" for ::1 at 2015-11-25 01:24:14 -0330
Processing by Guts::ContentsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"gJD+AnQuamYT5LzZe6PHID1wHxkbbMwrJCjJCJCcs789ZcLrLEF/1Ru6/HvrgYEdGvstZWP6bpPdWoCcAKPSNQ==", "content"=>{"title"=>"meg a man", "content"=>"ww2", "type_id"=>"2", "metafields"=>{"cool"=>"one"}, "category_ids"=>["", "2"]}, "commit"=>"Update Content", "id"=>"meg-a-man"}
[1m[36mGuts::Content Load (0.1ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1[0m [["slug", "meg-a-man"]]
Unpermitted parameter: metafields
[1m[35m (0.1ms)[0m begin transaction
[1m[36mGuts::Category Load (0.1ms)[0m [1mSELECT "guts_categories".* FROM "guts_categories" WHERE "guts_categories"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mGuts::Category Load (0.1ms)[0m SELECT "guts_categories".* FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ? [["content_id", 2]]
[1m[36mSQL (0.3ms)[0m [1mUPDATE "guts_contents" SET "type_id" = ?, "updated_at" = ? WHERE "guts_contents"."id" = ?[0m [["type_id", 2], ["updated_at", "2015-11-25 04:54:14.544952"], ["id", 2]]
[1m[35m (1.3ms)[0m commit transaction
Redirected to http://localhost:3000/guts/contents/meg-a-man
Completed 302 Found in 29ms (ActiveRecord: 2.8ms)
Started GET "/guts/contents/meg-a-man" for ::1 at 2015-11-25 01:24:14 -0330
Processing by Guts::ContentsController#show as HTML
Parameters: {"id"=>"meg-a-man"}
[1m[36mGuts::Content Load (0.1ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1[0m [["slug", "meg-a-man"]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/show.html.erb within layouts/guts/application (1.4ms)
Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.1ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:24:14 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:24:14 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:24:14 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:24:14 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:24:14 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:24:14 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:24:14 -0330
Started GET "/guts/contents" for ::1 at 2015-11-25 01:24:16 -0330
Processing by Guts::ContentsController#index as HTML
[1m[35mGuts::Content Load (0.2ms)[0m SELECT "guts_contents".* FROM "guts_contents"
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.3ms)
Completed 200 OK in 35ms (Views: 34.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:24:16 -0330
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:24:16 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:24:16 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:24:16 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:24:16 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:24:16 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:24:16 -0330
Started GET "/guts/contents/meg-a-man/edit" for ::1 at 2015-11-25 01:24:28 -0330
Processing by Guts::ContentsController#edit as HTML
Parameters: {"id"=>"meg-a-man"}
[1m[36mGuts::Content Load (0.1ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1[0m [["slug", "meg-a-man"]]
[1m[35mGuts::Type Load (0.2ms)[0m SELECT "guts_types".* FROM "guts_types"
[1m[36m (0.1ms)[0m [1mSELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ?[0m [["content_id", 2]]
[1m[35mGuts::Category Load (0.1ms)[0m SELECT "guts_categories".* FROM "guts_categories"
[1m[36mCACHE (0.0ms)[0m [1mSELECT "guts_categories".id FROM "guts_categories" INNER JOIN "guts_categorizations" ON "guts_categories"."id" = "guts_categorizations"."category_id" WHERE "guts_categorizations"."content_id" = ?[0m [["content_id", 2]]
Rendered /Users/tyler/Development/guts/app/views/guts/contents/_form.html.erb (20.0ms)
Rendered /Users/tyler/Development/guts/app/views/guts/contents/edit.html.erb within layouts/guts/application (21.9ms)
Completed 200 OK in 43ms (Views: 41.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/guts/layout.self-ad6757bb78bbfa0d88c55d9d83115e5d232b9e04142c4b96ff208e8af9cb7a68.css?body=1" for ::1 at 2015-11-25 01:24:28 -0330
Started GET "/assets/guts/metafields.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2015-11-25 01:24:28 -0330
Started GET "/assets/guts/vendor/foundation.self-3ee0d5867a4df5edf186b7130872f9f8835dd5567f0ec1407c22856262d9fece.css?body=1" for ::1 at 2015-11-25 01:24:28 -0330
Started GET "/assets/guts/vendor/jquery.self-ad66c584c2469d2bb527ba7aef5893549f1554ccc8ab3ccb43bd09ce8c3bf7a1.js?body=1" for ::1 at 2015-11-25 01:24:28 -0330
Started GET "/assets/guts/application.self-df51fd9c6bc3af93c9e7bda279a8da1d7210fcd7a9d89014067b1889c43c48bc.css?body=1" for ::1 at 2015-11-25 01:24:28 -0330
Started GET "/assets/guts/vendor/foundation.self-0da232966b3c11afdc1a322cc08ce171333cd081f67d3be05cdd57eac325d5e9.js?body=1" for ::1 at 2015-11-25 01:24:28 -0330
Started GET "/assets/guts/application.self-75a11da44c802486bc6f65640aa48a730f0f684c5c07a42ba3cd1735eb3fb070.js?body=1" for ::1 at 2015-11-25 01:24:28 -0330
Started GET "/guts/routes" for ::1 at 2015-11-25 01:32:19 -0330
ActionController::RoutingError (No route matches [GET] "/guts/routes"):
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.4ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (100.7ms)
Started GET "/guts/contents" for ::1 at 2015-11-26 23:43:29 -0330
Processing by Guts::ContentsController#index as HTML
[1m[36mGuts::Content Load (3.4ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents"[0m
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (37.0ms)
Completed 500 Internal Server Error in 104ms (ActiveRecord: 3.8ms)
SyntaxError (/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:21: syntax error, unexpected '{', expecting ')'
...
{{...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:21: syntax error, unexpected '}', expecting =>
... {{ type_value[1] }}
...="{{ path('admin.categories') }}">...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:25: syntax error, unexpected tIDENTIFIER, expecting '}'
...n.categories') }}"> Categories
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:25: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
...ies') }}">
Categories
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:28: syntax error, unexpected '{', expecting '}'
...
... href="{{ path('admin.files') }}"> Files<...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:28: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
..."> Files
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:31: syntax error, unexpected '{', expecting '}'
...
<...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:31: syntax error, unexpected tIDENTIFIER, expecting '}'
...n.navigation') }}"> Navigation<...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:31: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
...') }}"> Navigation
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:35: syntax error, unexpected '{', expecting '}'
...
... href="{{ path('user.logout') }}">...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:35: syntax error, unexpected tIDENTIFIER, expecting '}'
...'user.logout') }}"> Logout
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:35: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
...) }}">
Logout
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:38: syntax error, unexpected '{', expecting '}'
...
View Website...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:38: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
..._blank"> View Website
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:47: syntax error, unexpected tIDENTIFIER, expecting '}'
...=( javascript_include_tag "guts/application" );@output_buffe...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:47: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
..._include_tag "guts/application" );@output_buffer.safe_append...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:47: unterminated string meets end of file):
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:21: syntax error, unexpected '{', expecting ')'
...
{{...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:21: syntax error, unexpected '}', expecting =>
... {{ type_value[1] }}
...="{{ path('admin.categories') }}">...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:25: syntax error, unexpected tIDENTIFIER, expecting '}'
...n.categories') }}"> Categories
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:25: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
...ies') }}">
Categories
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:28: syntax error, unexpected '{', expecting '}'
...
... href="{{ path('admin.files') }}"> Files<...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:28: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
..."> Files
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:31: syntax error, unexpected '{', expecting '}'
...
<...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:31: syntax error, unexpected tIDENTIFIER, expecting '}'
...n.navigation') }}"> Navigation<...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:31: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
...') }}"> Navigation
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:35: syntax error, unexpected '{', expecting '}'
...
... href="{{ path('user.logout') }}">...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:35: syntax error, unexpected tIDENTIFIER, expecting '}'
...'user.logout') }}"> Logout
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:35: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
...) }}">
Logout
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:38: syntax error, unexpected '{', expecting '}'
...
View Website...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:38: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
..._blank"> View Website
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:47: syntax error, unexpected tIDENTIFIER, expecting '}'
...=( javascript_include_tag "guts/application" );@output_buffe...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:47: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
..._include_tag "guts/application" );@output_buffer.safe_append...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:47: unterminated string meets end of file
actionview (4.2.5) lib/action_view/template.rb:296:in `module_eval'
actionview (4.2.5) lib/action_view/template.rb:296:in `compile'
actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!'
actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize'
actionview (4.2.5) lib/action_view/template.rb:232:in `compile!'
actionview (4.2.5) lib/action_view/template.rb:144:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.3ms)
Started GET "/guts/contentss" for ::1 at 2015-11-26 23:43:31 -0330
ActionController::RoutingError (No route matches [GET] "/guts/contentss"):
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.6ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (115.9ms)
Started GET "/guts/contents" for ::1 at 2015-11-26 23:43:43 -0330
Processing by Guts::ContentsController#index as HTML
[1m[35mGuts::Content Load (0.1ms)[0m SELECT "guts_contents".* FROM "guts_contents"
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.4ms)
Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.1ms)
SyntaxError (/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:21: syntax error, unexpected '{', expecting ')'
...
{{...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:21: syntax error, unexpected '}', expecting =>
... {{ type_value[1] }}
...="{{ path('admin.categories') }}">...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:25: syntax error, unexpected tIDENTIFIER, expecting '}'
...n.categories') }}"> Categories
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:25: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
...ies') }}">
Categories
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:28: syntax error, unexpected '{', expecting '}'
...
... href="{{ path('admin.files') }}"> Files<...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:28: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
..."> Files
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:31: syntax error, unexpected '{', expecting '}'
...
<...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:31: syntax error, unexpected tIDENTIFIER, expecting '}'
...n.navigation') }}"> Navigation<...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:31: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
...') }}"> Navigation
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:35: syntax error, unexpected '{', expecting '}'
...
... href="{{ path('user.logout') }}">...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:35: syntax error, unexpected tIDENTIFIER, expecting '}'
...'user.logout') }}"> Logout
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:35: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
...) }}">
Logout
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:38: syntax error, unexpected '{', expecting '}'
...
View Website...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:38: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
..._blank"> View Website
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:47: syntax error, unexpected tIDENTIFIER, expecting '}'
...=( javascript_include_tag "guts/application" );@output_buffe...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:47: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
..._include_tag "guts/application" );@output_buffer.safe_append...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:47: unterminated string meets end of file):
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:21: syntax error, unexpected '{', expecting ')'
...
{{...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:21: syntax error, unexpected '}', expecting =>
... {{ type_value[1] }}
...="{{ path('admin.categories') }}">...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:25: syntax error, unexpected tIDENTIFIER, expecting '}'
...n.categories') }}"> Categories
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:25: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
...ies') }}">
Categories
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:28: syntax error, unexpected '{', expecting '}'
...
... href="{{ path('admin.files') }}"> Files<...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:28: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
..."> Files
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:31: syntax error, unexpected '{', expecting '}'
...
<...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:31: syntax error, unexpected tIDENTIFIER, expecting '}'
...n.navigation') }}"> Navigation<...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:31: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
...') }}"> Navigation
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:35: syntax error, unexpected '{', expecting '}'
...
... href="{{ path('user.logout') }}">...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:35: syntax error, unexpected tIDENTIFIER, expecting '}'
...'user.logout') }}"> Logout
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:35: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
...) }}">
Logout
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:38: syntax error, unexpected '{', expecting '}'
...
View Website...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:38: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
..._blank"> View Website
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:47: syntax error, unexpected tIDENTIFIER, expecting '}'
...=( javascript_include_tag "guts/application" );@output_buffe...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:47: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
..._include_tag "guts/application" );@output_buffer.safe_append...
... ^
/Users/tyler/Development/guts/app/views/layouts/guts/application.html.erb:47: unterminated string meets end of file
actionview (4.2.5) lib/action_view/template.rb:296:in `module_eval'
actionview (4.2.5) lib/action_view/template.rb:296:in `compile'
actionview (4.2.5) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:244:in `block in compile!'
actionview (4.2.5) lib/action_view/template.rb:232:in `synchronize'
actionview (4.2.5) lib/action_view/template.rb:232:in `compile!'
actionview (4.2.5) lib/action_view/template.rb:144:in `block in render'
activesupport (4.2.5) lib/active_support/notifications.rb:166:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:333:in `instrument'
actionview (4.2.5) lib/action_view/template.rb:143:in `render'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:14:in `render'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template'
actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.6ms)
Started GET "/guts/contents/s" for ::1 at 2015-11-26 23:44:20 -0330
Processing by Guts::ContentsController#show as HTML
Parameters: {"id"=>"s"}
[1m[36mGuts::Content Load (0.6ms)[0m [1mSELECT "guts_contents".* FROM "guts_contents" WHERE "guts_contents"."slug" = ? ORDER BY "guts_contents"."id" ASC LIMIT 1[0m [["slug", "s"]]
Completed 404 Not Found in 11ms (ActiveRecord: 0.6ms)
ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
friendly_id (5.1.0) lib/friendly_id/finder_methods.rb:23:in `find'
/Users/tyler/Development/guts/app/controllers/guts/contents_controller.rb:54:in `set_content'
activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda'
activesupport (4.2.5) lib/active_support/callbacks.rb:145:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `each'
activesupport (4.2.5) lib/active_support/callbacks.rb:504:in `call'
activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument'
activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument'
actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process'
actionview (4.2.5) lib/action_view/rendering.rb:30:in `process'
actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.5) lib/rails/railtie.rb:194:in `method_missing'
actionpack (4.2.5) lib/action_dispatch/routing/mapper.rb:51:in `serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call'
rack (1.6.4) lib/rack/etag.rb:24:in `call'
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.4) lib/rack/head.rb:13:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
activerecord (4.2.5) lib/active_record/migration.rb:377:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (48.2ms)
Started GET "/guts/s" for ::1 at 2015-11-26 23:44:26 -0330
ActionController::RoutingError (No route matches [GET] "/guts/s"):
actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call'
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
railties (4.2.5) lib/rails/engine.rb:518:in `call'
railties (4.2.5) lib/rails/application.rb:165:in `call'
rack (1.6.4) lib/rack/lock.rb:17:in `call'
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
/Users/tyler/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/tyler/.rvm/gems/ruby-2.2.1@global/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (99.1ms)
Started GET "/guts/contents" for ::1 at 2015-11-26 23:48:27 -0330
Processing by Guts::ContentsController#index as HTML
[1m[35mGuts::Content Load (0.1ms)[0m SELECT "guts_contents".* FROM "guts_contents"
Rendered /Users/tyler/Development/guts/app/views/guts/contents/index.html.erb within layouts/guts/application (3.5ms)
Completed 500 Internal Server Error in 483ms (ActiveRecord: 0.1ms)
ActionView::Template::Error (undefined method `guts_path_path' for #<#
:0x007fe083516df8>):
10: